chore(release): release v1.24.0 (#3487)

This commit is contained in:
JeromeJu 2025-05-22 22:13:03 -04:00 committed by GitHub
parent 3e56c7fd0f
commit 1d2bff5959
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 33 additions and 2 deletions

View File

@ -1,3 +1,34 @@
# v1.24.0 Release 2025-05-21
The executor images in this release are:
```
gcr.io/kaniko-project/executor:v1.24.0
gcr.io/kaniko-project/executor:latest
```
The debug images are available at:
```
gcr.io/kaniko-project/executor:debug
gcr.io/kaniko-project/executor:v1.24.0-debug
```
The slim executor images which don't contain any authentication binaries are available at:
```
gcr.io/kaniko-project/executor:slim
gcr.io/kaniko-project/executor:v1.24.0-slim
```
Huge thank you for this release towards our contributors:
- Aaron Prindle
- Aswin A
- dependabot[bot]
- Michael Plump
- Mick van Gelderen
- Thomas L. Kjeldsen
# v1.23.2 Release 2024-07-09
The executor images in this release are:
```

View File

@ -14,8 +14,8 @@
# Bump these on release
VERSION_MAJOR ?= 1
VERSION_MINOR ?= 23
VERSION_BUILD ?= 2
VERSION_MINOR ?= 24
VERSION_BUILD ?= 0
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
VERSION_PACKAGE = $(REPOPATH/pkg/version)