This repository was archived by the owner on Jun 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v1.24.0 Release 2025-05-21
2
+ The executor images in this release are:
3
+ ```
4
+ gcr.io/kaniko-project/executor:v1.24.0
5
+ gcr.io/kaniko-project/executor:latest
6
+ ```
7
+
8
+ The debug images are available at:
9
+ ```
10
+ gcr.io/kaniko-project/executor:debug
11
+ gcr.io/kaniko-project/executor:v1.24.0-debug
12
+ ```
13
+
14
+ The slim executor images which don't contain any authentication binaries are available at:
15
+ ```
16
+ gcr.io/kaniko-project/executor:slim
17
+ gcr.io/kaniko-project/executor:v1.24.0-slim
18
+ ```
19
+
20
+
21
+
22
+ Huge thank you for this release towards our contributors:
23
+ - Aaron Prindle
24
+ - Aswin A
25
+ - dependabot[ bot]
26
+ - Michael Plump
27
+ - Mick van Gelderen
28
+ - Thomas L. Kjeldsen
29
+
30
+
31
+
1
32
# v1.23.2 Release 2024-07-09
2
33
The executor images in this release are:
3
34
```
Original file line number Diff line number Diff line change 14
14
15
15
# Bump these on release
16
16
VERSION_MAJOR ?= 1
17
- VERSION_MINOR ?= 23
18
- VERSION_BUILD ?= 2
17
+ VERSION_MINOR ?= 24
18
+ VERSION_BUILD ?= 0
19
19
20
20
VERSION ?= v$(VERSION_MAJOR ) .$(VERSION_MINOR ) .$(VERSION_BUILD )
21
21
VERSION_PACKAGE = $(REPOPATH/pkg/version )
You can’t perform that action at this time.
0 commit comments