From 8a2c510e64d9a2786ea05f6d91668e671043c4ee Mon Sep 17 00:00:00 2001 From: xeniape Date: Tue, 30 Sep 2025 13:42:41 +0200 Subject: [PATCH 1/2] chore(tools): Update image for 25.11.0 --- tools/boil-config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/boil-config.toml b/tools/boil-config.toml index bdb9a2443..1269e7716 100644 --- a/tools/boil-config.toml +++ b/tools/boil-config.toml @@ -2,6 +2,6 @@ stackable-base = "1.0.0" [versions."1.0.0".build-arguments] -kubectl-version = "1.33.0" -yq-version = "4.45.2" -jq-version = "1.7.1" +kubectl-version = "1.34.1" +yq-version = "4.47.2" +jq-version = "1.8.1" From 158b23abb12f68d1d377a5c5a3bfa44209e2427c Mon Sep 17 00:00:00 2001 From: xeniape Date: Tue, 30 Sep 2025 13:47:48 +0200 Subject: [PATCH 2/2] add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54e1a695d..650a2a381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ All notable changes to this project will be documented in this file. - druid: Deprecate `33.0.0` ([#1263]). - opa: Deprecate `1.4.2` ([#1279]). - trino-cli: Bump to 477 ([#1285]). +- tools: Bump dependency versions - kubectl to `1.34.1`, yq to `4.47.2`, and jq to `1.8.1` ([#1290]). ### Removed @@ -75,6 +76,7 @@ All notable changes to this project will be documented in this file. [#1284]: https://github.com/stackabletech/docker-images/pull/1284 [#1285]: https://github.com/stackabletech/docker-images/pull/1285 [#1286]: https://github.com/stackabletech/docker-images/pull/1286 +[#1290]: https://github.com/stackabletech/docker-images/pull/1290 ## [25.7.0] - 2025-07-23