-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
cd581a0
commit c8af42c
Showing
10 changed files
with
25 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Nick Larsen <[email protected]> | ||
Date: Fri, 7 Feb 2025 12:32:20 +0100 | ||
Date: Mon, 10 Feb 2025 12:20:07 +0100 | ||
Subject: Add cyclonedx plugin | ||
|
||
--- | ||
pom.xml | 17 +++++++++++++++++ | ||
1 file changed, 17 insertions(+) | ||
|
||
diff --git a/pom.xml b/pom.xml | ||
index 2176aba..91e9197 100644 | ||
index ddd620e..bbfcb96 100644 | ||
--- a/pom.xml | ||
+++ b/pom.xml | ||
@@ -545,6 +545,23 @@ | ||
|
@@ -36,7 +36,7 @@ index 2176aba..91e9197 100644 | |
</build> | ||
</project> | ||
|
||
base-commit: e2612ce1e2801211dc090bab32f28107b563a2ae | ||
base-commit: 1b25d617940f14a844a43ee34aa705f7d11fbaf9 | ||
-- | ||
2.40.1 | ||
|
2 changes: 1 addition & 1 deletion
2
...ctor/stackable/patches/469/patchable.toml → ...ctor/stackable/patches/470/patchable.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
upstream = "https://github.com/snowlift/trino-storage" | ||
base = "e2612ce1e2801211dc090bab32f28107b563a2ae" | ||
base = "1b25d617940f14a844a43ee34aa705f7d11fbaf9" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"java-devel": "22", | ||
}, | ||
{ | ||
"product": "469", | ||
"product": "470", | ||
"java-devel": "23", | ||
}, | ||
] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Nick Larsen <[email protected]> | ||
Date: Tue, 4 Feb 2025 10:49:16 +0100 | ||
Date: Mon, 10 Feb 2025 12:16:43 +0100 | ||
Subject: Add cyclonedx plugin | ||
|
||
--- | ||
pom.xml | 18 ++++++++++++++++++ | ||
1 file changed, 18 insertions(+) | ||
|
||
diff --git a/pom.xml b/pom.xml | ||
index 0d27151d77..b1682d7ab3 100644 | ||
index a1604d5ebe..3f9f794504 100644 | ||
--- a/pom.xml | ||
+++ b/pom.xml | ||
@@ -2850,6 +2850,24 @@ | ||
@@ -2814,6 +2814,24 @@ | ||
</excludes> | ||
</configuration> | ||
</plugin> | ||
|
@@ -37,7 +37,7 @@ index 0d27151d77..b1682d7ab3 100644 | |
</build> | ||
|
||
|
||
base-commit: 39ef08e249549a6616916539f4ad21032d084c7a | ||
base-commit: 05bc059cf0c9263e4ee8be2c1ad69753d0dd4faf | ||
-- | ||
2.40.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
upstream = "https://github.com/trinodb/trino" | ||
base = "05bc059cf0c9263e4ee8be2c1ad69753d0dd4faf" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters