Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update changelog to correct old release tags #2536

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)!
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down