Skip to content

Commit 9a8d785

Browse files
authored
chore(tools): Update image for 25.11.0 (#1290)
* chore(tools): Update image for 25.11.0 * add changelog entry
1 parent e13fe70 commit 9a8d785

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ All notable changes to this project will be documented in this file.
3737
- druid: Deprecate `33.0.0` ([#1263]).
3838
- opa: Deprecate `1.4.2` ([#1279]).
3939
- trino-cli: Bump to 477 ([#1285]).
40+
- tools: Bump dependency versions - kubectl to `1.34.1`, yq to `4.47.2`, and jq to `1.8.1` ([#1290]).
4041

4142
### Removed
4243

@@ -75,6 +76,7 @@ All notable changes to this project will be documented in this file.
7576
[#1284]: https://github.com/stackabletech/docker-images/pull/1284
7677
[#1285]: https://github.com/stackabletech/docker-images/pull/1285
7778
[#1286]: https://github.com/stackabletech/docker-images/pull/1286
79+
[#1290]: https://github.com/stackabletech/docker-images/pull/1290
7880

7981
## [25.7.0] - 2025-07-23
8082

tools/boil-config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
stackable-base = "1.0.0"
33

44
[versions."1.0.0".build-arguments]
5-
kubectl-version = "1.33.0"
6-
yq-version = "4.45.2"
7-
jq-version = "1.7.1"
5+
kubectl-version = "1.34.1"
6+
yq-version = "4.47.2"
7+
jq-version = "1.8.1"

0 commit comments

Comments
 (0)