Update CHANGELOG.md

This commit is contained in:
Tejal Desai 2021-05-13 15:54:04 -07:00 committed by GitHub
parent 99285f73e3
commit 7b6495426d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@ gcr.io/kaniko-project/executor:latest
The debug images are available at: The debug images are available at:
``` ```
gcr.io/kaniko-project/executor:debug 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: 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
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) * Support warming images by digest [#1629](https://github.com/GoogleContainerTools/kaniko/pull/1629)