File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ All notable changes to this project will be documented in this file.
30
30
- Update cargo-cyclonedx to 0.5.5 and build CycloneDX 1.5 files ([ #783 ] ).
31
31
- Enable [ Docker build checks] ( https://docs.docker.com/build/checks/ ) ([ #872 ] ).
32
32
- java: migrate to temurin jdk/jre ([ #894 ] ).
33
+ - tools: bump kubectl to ` 1.31.1 ` and jq to ` 1.7.1 ` ([ #896 ] ).
33
34
34
35
### Removed
35
36
@@ -80,6 +81,7 @@ All notable changes to this project will be documented in this file.
80
81
[ #881 ] : https://github.com/stackabletech/docker-images/pull/881
81
82
[ #882 ] : https://github.com/stackabletech/docker-images/pull/882
82
83
[ #894 ] : https://github.com/stackabletech/docker-images/pull/894
84
+ [ #896 ] : https://github.com/stackabletech/docker-images/pull/896
83
85
84
86
## [ 24.7.0] - 2024-07-24
85
87
Original file line number Diff line number Diff line change 1
1
versions = [
2
2
{
3
3
"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 " ,
6
6
"stackable-base" : "1.0.0" ,
7
7
},
8
8
]
You can’t perform that action at this time.
0 commit comments