add changelog

This commit is contained in:
Martin Zihlmann 2025-05-31 09:19:46 +01:00
parent dd1b01b39f
commit d6f959c89f
No known key found for this signature in database
GPG Key ID: 0F7784F41354DE99
1 changed files with 30 additions and 0 deletions

View File

@ -1,3 +1,33 @@
# v1.24.0-4 Release 2025-05-31
The executor images in this release are:
```
martizih/kaniko:latest
martizih/kaniko:v1.24.0-4
```
The debug images are available at:
```
martizih/kaniko:debug
martizih/kaniko:v1.24.0-4-debug
```
The slim executor images which don't contain any authentication binaries are available at:
```
martizih/kaniko:slim
martizih/kaniko:v1.24.0-4-slim
```
The warmer images are available at:
```
martizih/kaniko:warmer
martizih/kaniko:v1.24.0-4-warmer
```
* WORKDIR learned to cache it's potential output layer by @mzihlmann in https://github.com/mzihlmann/kaniko/pull/22
* simplify logic for detecting empty layers by @mzihlmann in https://github.com/mzihlmann/kaniko/pull/23
* fix: ADD learned to cache it's output layer by @mzihlmann in https://github.com/mzihlmann/kaniko/pull/24
# v1.24.0-3 Release 2025-05-27
The executor images in this release are:
```