From cf182ee55bdeb20202cfca9821b08e2802a9a148 Mon Sep 17 00:00:00 2001 From: Martin Zihlmann Date: Tue, 27 May 2025 23:54:25 +0100 Subject: [PATCH] add changelog --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d942ece46..741f70e3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: ```