Skip to content

Commit bb227f5

Browse files
NickLarsenNZTechassi
authored andcommitted
chore(tools): Bump kubectl and jq (#896)
* chore(tools): bump kubectl and jq * chore: update changelog
1 parent c4189f0 commit bb227f5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ All notable changes to this project will be documented in this file.
3030
- Update cargo-cyclonedx to 0.5.5 and build CycloneDX 1.5 files ([#783]).
3131
- Enable [Docker build checks](https://docs.docker.com/build/checks/) ([#872]).
3232
- java: migrate to temurin jdk/jre ([#894]).
33+
- tools: bump kubectl to `1.31.1` and jq to `1.7.1` ([#896]).
3334

3435
### Removed
3536

@@ -80,6 +81,7 @@ All notable changes to this project will be documented in this file.
8081
[#881]: https://github.com/stackabletech/docker-images/pull/881
8182
[#882]: https://github.com/stackabletech/docker-images/pull/882
8283
[#894]: https://github.com/stackabletech/docker-images/pull/894
84+
[#896]: https://github.com/stackabletech/docker-images/pull/896
8385

8486
## [24.7.0] - 2024-07-24
8587

tools/versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
versions = [
22
{
33
"product": "1.0.0",
4-
"kubectl_version": "1.26.2",
5-
"jq_version": "1.6",
4+
"kubectl_version": "1.31.1",
5+
"jq_version": "1.7.1",
66
"stackable-base": "1.0.0",
77
},
88
]

0 commit comments

Comments
 (0)