Skip to content

Commit 9ef4faf

Browse files
committed
chore(tools): Bump kubectl (1.33.0 and yq (4.45.2)
1 parent a9609c1 commit 9ef4faf

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
@@ -37,6 +37,8 @@ All notable changes to this project will be documented in this file.
3737
- ubi-rust-builder: Bump Rust toolchain to 1.85.0, cargo-cyclonedx to 0.5.7, and cargo-auditable to 0.6.6 ([#1050]).
3838
- spark-k8s: Include spark-connect jars. Replace OpenJDK with Temurin JDK. Cleanup. ([#1034]).
3939
- jmx_exporter: Bump products to use `1.2.0` ([#xxx]).
40+
- kubectl: Bump products to use `1.33.0` ([#xxx]).
41+
- yq: Bump products to use `4.45.2` ([#xxx]).
4042

4143
### Fixed
4244

tools/versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
versions = [
22
{
33
"product": "1.0.0",
4-
"kubectl_version": "1.31.1",
4+
"kubectl_version": "1.33.0",
55
"jq_version": "1.7.1",
66
"stackable-base": "1.0.0",
7-
"yq_version": "4.44.3",
7+
"yq_version": "4.45.2",
88
},
99
]

0 commit comments

Comments
 (0)