docs: update changelog to correct old release tags (#2536)

This commit is contained in:
Aaron Prindle 2023-05-30 10:23:58 -07:00 committed by GitHub
parent 297e46db80
commit 7eaa1e167a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -1033,13 +1033,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.5.2 and
gcr.io/kaniko-project/executor:v1.5.2-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.5.2
gcr.io/kaniko-project/executor:v1.5.2-slim
```
This release is the first to be signed by [cosign](https://github.com/sigstore/cosign)!
@ -1064,13 +1064,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.5.1 and
gcr.io/kaniko-project/executor:v1.5.1-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.5.1
gcr.io/kaniko-project/executor:v1.5.1-slim
```
In this release, we have 1 new feature:
@ -1103,13 +1103,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.5.0 and
gcr.io/kaniko-project/executor:v1.5.0-debug
```
In this release, we have 2 slim executor images which don't contain any authentication binaries.
1. `gcr.io/kaniko-project/executor:slim` &
2. `gcr.io/kaniko-project/executor:slim-v1.5.0`
2. `gcr.io/kaniko-project/executor:v1.5.0-slim`
## New Features