Merge pull request #21 from mzihlmann/release-v1.24.0-3

add changelog
This commit is contained in:
Martin Zihlmann 2025-05-27 23:55:08 +01:00 committed by GitHub
commit abc5058865
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 33 additions and 0 deletions

View File

@ -1,3 +1,36 @@
# v1.24.0-3 Release 2025-05-27
The executor images in this release are:
```
martizih/kaniko:latest
martizih/kaniko:v1.24.0-3
```
The debug images are available at:
```
martizih/kaniko:debug
martizih/kaniko:v1.24.0-3-debug
```
The slim executor images which don't contain any authentication binaries are available at:
```
martizih/kaniko:slim
martizih/kaniko:v1.24.0-3-slim
```
The warmer images are available at:
```
martizih/kaniko:warmer
martizih/kaniko:v1.24.0-3-warmer
```
* Integration test for caching by @mzihlmann in https://github.com/mzihlmann/kaniko/pull/14
* warn about potential cache-misses explicitly by @mzihlmann in https://github.com/mzihlmann/kaniko/pull/12
* integration tests args overrides by @mzihlmann in https://github.com/mzihlmann/kaniko/pull/15
* no need for deepcopy by @mzihlmann in https://github.com/mzihlmann/kaniko/pull/17
* RUN commands dont specify which files were added by @mzihlmann in https://github.com/mzihlmann/kaniko/pull/18
* Fix caching for empty RUN by @mzihlmann in https://github.com/mzihlmann/kaniko/pull/19
# v1.24.0-2 Release 2025-05-25
The executor images in this release are:
```