Skip to content

Commit c92ff53

Browse files
committed
chore(trino): Remove 455
1 parent 65ff72d commit c92ff53

File tree

7 files changed

+3
-90
lines changed

7 files changed

+3
-90
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ All notable changes to this project will be documented in this file.
6161

6262
- ci: Remove Nexus steps from build, mirror and release workflows ([#1056]).
6363
Also remove the old release workflow.
64+
- trino: Remove `455` ([#1095]).
65+
- trino-storage-connector: Remove `455` ([#1095]).
6466

6567
[#1025]: https://github.com/stackabletech/docker-images/pull/1025
6668
[#1027]: https://github.com/stackabletech/docker-images/pull/1027
@@ -81,6 +83,7 @@ All notable changes to this project will be documented in this file.
8183
[#1055]: https://github.com/stackabletech/docker-images/pull/1055
8284
[#1056]: https://github.com/stackabletech/docker-images/pull/1056
8385
[#1090]: https://github.com/stackabletech/docker-images/pull/1090
86+
[#1095]: https://github.com/stackabletech/docker-images/pull/1095
8487

8588
## [25.3.0] - 2025-03-21
8689

trino-storage-connector/stackable/patches/455/0001-Add-CycloneDX-plugin.patch

-37
This file was deleted.

trino-storage-connector/stackable/patches/455/patchable.toml

-2
This file was deleted.

trino-storage-connector/versions.py

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
"product": "451",
44
"java-devel": "22",
55
},
6-
{
7-
"product": "455",
8-
"java-devel": "22",
9-
},
106
{
117
"product": "470",
128
"java-devel": "23",

trino/stackable/patches/455/0001-Add-CycloneDX-plugin.patch

-38
This file was deleted.

trino/stackable/patches/455/patchable.toml

-2
This file was deleted.

trino/versions.py

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
"jmx_exporter": "1.2.0",
77
"trino-storage-connector": "451",
88
},
9-
{
10-
"product": "455",
11-
"java-base": "22",
12-
"java-devel": "22",
13-
"jmx_exporter": "1.2.0",
14-
"trino-storage-connector": "455",
15-
},
169
{
1710
"product": "470",
1811
"java-base": "23",

0 commit comments

Comments
 (0)