From 7b6495426d9a4713b997a1afcf197d87eecb33a3 Mon Sep 17 00:00:00 2001 From: Tejal Desai Date: Thu, 13 May 2021 15:54:04 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97064ceaf..982c0fb93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,13 @@ gcr.io/kaniko-project/executor:latest The debug images are available at: ``` gcr.io/kaniko-project/executor:debug -gcr.io/kaniko-project/executor:debug-v1.6.0 +gcr.io/kaniko-project/executor:v1.6.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:slim-v1.6.0 +gcr.io/kaniko-project/executor:v1.6.0-slim ``` * Support warming images by digest [#1629](https://github.com/GoogleContainerTools/kaniko/pull/1629)