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

Wrong debug / slim image tags in changelog #1630

Closed
viceice opened this issue Apr 22, 2021 · 1 comment · Fixed by #2536
Closed

Wrong debug / slim image tags in changelog #1630

viceice opened this issue Apr 22, 2021 · 1 comment · Fixed by #2536

Comments

@viceice
Copy link

viceice commented Apr 22, 2021

Actual behavior
The changelog is suggesting wrong tags for debug and slim docker images.

actual:

gcr.io/kaniko-project/executor:debug-v1.5.0
gcr.io/kaniko-project/executor:debug-v1.5.1
gcr.io/kaniko-project/executor:debug-v1.5.2

gcr.io/kaniko-project/executor:slim-v1.5.0
gcr.io/kaniko-project/executor:slim-v1.5.1
gcr.io/kaniko-project/executor:slim-v1.5.2

Expected behavior
The changelog has to use the right tag names

expected:

gcr.io/kaniko-project/executor:v1.5.0-debug
gcr.io/kaniko-project/executor:v1.5.1-debug
gcr.io/kaniko-project/executor:v1.5.2-debug

gcr.io/kaniko-project/executor:v1.5.0-slim
gcr.io/kaniko-project/executor:v1.5.1-slim
gcr.io/kaniko-project/executor:v1.5.2-slim

To Reproduce

  1. Compare released images with the changelog

Additional Information
ref #1563

Triage Notes for the Maintainers

Description Yes/No
Please check if this a new feature you are proposing
Please check if the build works in docker but not in kaniko
Please check if this error is seen when you use --cache flag
Please check if your dockerfile is a multistage dockerfile
@viceice
Copy link
Author

viceice commented Apr 27, 2021

Again wrong changelogs for v1.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant