Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 1d2bff5

Browse files
authored
chore(release): release v1.24.0 (#3487)
1 parent 3e56c7f commit 1d2bff5

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
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+
132
# v1.23.2 Release 2024-07-09
233
The executor images in this release are:
334
```

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
# Bump these on release
1616
VERSION_MAJOR ?= 1
17-
VERSION_MINOR ?= 23
18-
VERSION_BUILD ?= 2
17+
VERSION_MINOR ?= 24
18+
VERSION_BUILD ?= 0
1919

2020
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
2121
VERSION_PACKAGE = $(REPOPATH/pkg/version)

0 commit comments

Comments
 (0)