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 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"