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)