Avoid silent Argo upgrades #3885
fernandezcuesta
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
During the upgrade of ArgoCD chart from 9.5.11 to 9.5.12, the minor version of ArgoCD image got bumped from 3.3 to 3.4 (see #3876).
As a user, I'm not expecting a bugfix of the chart to introduce a potential impact in ArgoCD, especially thinking about automated upgrades governed by renovate/dependabot.
One idea would be to ensure that a minor bump of ArgoCD does translate as a minor bump of the chart. Hiding this upgrade as a "chore" (given that ArgoCD itself is not) is misleading.
All reactions