Skip to content

Commit c2d7570

Browse files
authored
feat(trino): Replace 469 with 470 (#999)
* feat(trino): Replace 469 with 470 * feat(trino-cli): Replace 469 with 470 * feat(trino-storage-connector): Replace 469 with 470 * chore: Update changelog * chore: Update image-tools dependency for bake 0.0.14
1 parent b167fbc commit c2d7570

File tree

10 files changed

+25
-18
lines changed

10 files changed

+25
-18
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ All notable changes to this project will be documented in this file.
2222
- trino: Add 469 ([#993]).
2323
- trino-cli: Add version 469 ([#993]).
2424
- trino-storage-connector: Add version 469 ([#996]).
25+
- trino: Add 470 ([#999]).
26+
- trino-cli: Add version 470 ([#999]).
27+
- trino-storage-connector: Add version 470 ([#999]).
2528

2629
### Changed
2730

@@ -33,7 +36,10 @@ All notable changes to this project will be documented in this file.
3336

3437
- kafka: Remove `kubectl`, as we are now using listener-op ([#884]).
3538
- vector: remove version 0.41.1 ([#980]).
36-
- opa: remove version 0.66.0 ([#981])
39+
- opa: remove version 0.66.0 ([#981]).
40+
- trino: Remove 469 ([#999]).
41+
- trino-cli: Remove version 469 ([#999]).
42+
- trino-storage-connector: Remove version 469 ([#999]).
3743

3844
### Fixed
3945

@@ -59,6 +65,7 @@ All notable changes to this project will be documented in this file.
5965
[#993]: https://github.com/stackabletech/docker-images/pull/993
6066
[#995]: https://github.com/stackabletech/docker-images/pull/995
6167
[#996]: https://github.com/stackabletech/docker-images/pull/996
68+
[#999]: https://github.com/stackabletech/docker-images/pull/999
6269

6370
## [24.11.1] - 2025-01-14
6471

nix/sources.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

trino-cli/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# It's therefore ok if we only support a single version at a time.
33
versions = [
44
{
5-
"product": "469",
5+
"product": "470",
66
"java-base": "23",
77
},
88
]

trino-storage-connector/stackable/patches/469/0001-Add-cyclonedx-plugin.patch renamed to trino-storage-connector/stackable/patches/470/0001-Add-cyclonedx-plugin.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
22
From: Nick Larsen <nick.larsen@stackable.tech>
3-
Date: Fri, 7 Feb 2025 12:32:20 +0100
3+
Date: Mon, 10 Feb 2025 12:20:07 +0100
44
Subject: Add cyclonedx plugin
55

66
---
77
pom.xml | 17 +++++++++++++++++
88
1 file changed, 17 insertions(+)
99

1010
diff --git a/pom.xml b/pom.xml
11-
index 2176aba..91e9197 100644
11+
index ddd620e..bbfcb96 100644
1212
--- a/pom.xml
1313
+++ b/pom.xml
1414
@@ -545,6 +545,23 @@
@@ -36,7 +36,7 @@ index 2176aba..91e9197 100644
3636
</build>
3737
</project>
3838

39-
base-commit: e2612ce1e2801211dc090bab32f28107b563a2ae
39+
base-commit: 1b25d617940f14a844a43ee34aa705f7d11fbaf9
4040
--
4141
2.40.1
4242

Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
upstream = "https://github.com/snowlift/trino-storage"
2-
base = "e2612ce1e2801211dc090bab32f28107b563a2ae"
2+
base = "1b25d617940f14a844a43ee34aa705f7d11fbaf9"

trino-storage-connector/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"java-devel": "22",
99
},
1010
{
11-
"product": "469",
11+
"product": "470",
1212
"java-devel": "23",
1313
},
1414
]

trino/stackable/patches/469/patchable.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

trino/stackable/patches/469/0001-Add-cyclonedx-plugin.patch renamed to trino/stackable/patches/470/0001-Add-cyclonedx-plugin.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
22
From: Nick Larsen <nick.larsen@stackable.tech>
3-
Date: Tue, 4 Feb 2025 10:49:16 +0100
3+
Date: Mon, 10 Feb 2025 12:16:43 +0100
44
Subject: Add cyclonedx plugin
55

66
---
77
pom.xml | 18 ++++++++++++++++++
88
1 file changed, 18 insertions(+)
99

1010
diff --git a/pom.xml b/pom.xml
11-
index 0d27151d77..b1682d7ab3 100644
11+
index a1604d5ebe..3f9f794504 100644
1212
--- a/pom.xml
1313
+++ b/pom.xml
14-
@@ -2850,6 +2850,24 @@
14+
@@ -2814,6 +2814,24 @@
1515
</excludes>
1616
</configuration>
1717
</plugin>
@@ -37,7 +37,7 @@ index 0d27151d77..b1682d7ab3 100644
3737
</build>
3838

3939

40-
base-commit: 39ef08e249549a6616916539f4ad21032d084c7a
40+
base-commit: 05bc059cf0c9263e4ee8be2c1ad69753d0dd4faf
4141
--
4242
2.40.1
4343

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
upstream = "https://github.com/trinodb/trino"
2+
base = "05bc059cf0c9263e4ee8be2c1ad69753d0dd4faf"

trino/versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"trino-storage-connector": "455",
1515
},
1616
{
17-
"product": "469",
17+
"product": "470",
1818
"java-base": "23",
1919
"java-devel": "23",
2020
"jmx_exporter": "1.1.0",
21-
"trino-storage-connector": "469",
21+
"trino-storage-connector": "470",
2222
},
2323
]

0 commit comments

Comments
 (0)