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

💥 Rename image.name => image.repository #784

Merged
merged 1 commit into from
Feb 10, 2023
Merged

💥 Rename image.name => image.repository #784

merged 1 commit into from
Feb 10, 2023

Conversation

mloiseleur
Copy link
Member

@mloiseleur mloiseleur commented Feb 10, 2023

What does this PR do?

Rename helm value from image.name to image.repository
It's just a renaming, no change on the behaviour.

Motivation

It's in fact a repository path and it's needed for Renovate compatibility.
See #625 & renovatebot/renovate#7010

More

  • Yes, I updated the tests accordingly
  • Yes, I ran make test and all the tests passed

It's in fact a repository path and it's needed for Renovate compatibility
@mloiseleur mloiseleur added kind/bug/fix kind/breaking This PR introduce a breaking change labels Feb 10, 2023
Copy link
Contributor

@charlie-haley charlie-haley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@juanitoddd
Copy link

Friends, Its not just a rename, This broke our production system.
It needs backwards compatibility !

@charlie-haley
Copy link
Contributor

@juanitoddd when releasing we follow semver. We released this by incrementing a major version (X.0.0), this means it will include breaking changes.
As mentioned before, we try not make these changes unless we have to. I'd recommend checking the traefik/Changelog.md and GitHub Release before updating a major version in the future to ensure you're not affected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/breaking This PR introduce a breaking change kind/bug/fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants