Skip to content

chore(trino): Bump trino ahead of 25.7.0 #1095

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ All notable changes to this project will be documented in this file.
`check-permissions-ownership.sh` provided in stackable-base image ([#1053]).
- trino: check for correct permissions and ownerships in /stackable folder via
`check-permissions-ownership.sh` provided in stackable-base image ([#1025]).
- trino: Add `476` ([#1095]).
- trino-storage-connector: Add `476` ([#1095]).
- zookeeper: check for correct permissions and ownerships in /stackable folder via
`check-permissions-ownership.sh` provided in stackable-base image ([#1043]).

Expand All @@ -41,6 +43,7 @@ All notable changes to this project will be documented in this file.
- kubectl: Bump products to use `1.33.0` ([#1090]).
- yq: Bump products to use `4.45.2` ([#1090]).
- cyclonedx-bom: Bump airflow and superset to use `6.0.0` ([#1090]).
- trino-cli: Bump to `476` ([#1095]).

### Fixed

Expand All @@ -61,6 +64,8 @@ All notable changes to this project will be documented in this file.

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

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

## [25.3.0] - 2025-03-21

Expand Down
4 changes: 2 additions & 2 deletions trino-cli/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# It's therefore ok if we only support a single version at a time.
versions = [
{
"product": "470",
"java-base": "23",
"product": "476",
"java-base": "24",
},
]

This file was deleted.

2 changes: 0 additions & 2 deletions trino-storage-connector/stackable/patches/455/patchable.toml

This file was deleted.

8 changes: 4 additions & 4 deletions trino-storage-connector/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"product": "451",
"java-devel": "22",
},
{
"product": "455",
"java-devel": "22",
},
{
"product": "470",
"java-devel": "23",
},
{
"product": "476",
"java-devel": "24",
},
]
38 changes: 0 additions & 38 deletions trino/stackable/patches/455/0001-Add-CycloneDX-plugin.patch

This file was deleted.

2 changes: 0 additions & 2 deletions trino/stackable/patches/455/patchable.toml

This file was deleted.

14 changes: 7 additions & 7 deletions trino/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"jmx_exporter": "1.2.0",
"trino-storage-connector": "451",
},
{
"product": "455",
"java-base": "22",
"java-devel": "22",
"jmx_exporter": "1.2.0",
"trino-storage-connector": "455",
},
{
"product": "470",
"java-base": "23",
"java-devel": "23",
"jmx_exporter": "1.2.0",
"trino-storage-connector": "470",
},
{
"product": "476",
"java-base": "24",
"java-devel": "24",
"jmx_exporter": "1.2.0",
"trino-storage-connector": "476",
},
]