You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When upgrading flagger from version 1.14.0 to 1.19.0, it triggered canary rollouts. On narrowing it down further it seemed to happen when going from 1.16.0 to 1.16.1.
Curious on why this happens and if this could happen in future.
This was due to Kubernetes packages upgrades, the computed checksum of the canary changed due to how the objects are serialised. We'll need to add some tests around this, in case it changes again in the future.
Describe the bug
When upgrading flagger from version 1.14.0 to 1.19.0, it triggered canary rollouts. On narrowing it down further it seemed to happen when going from 1.16.0 to 1.16.1.
Curious on why this happens and if this could happen in future.
Canary manifest used:
To Reproduce
Start at flagger 1.16.0 then upgrade to 1.16.1, notice that the canaries start progressing after upgrade
Expected behavior
Flagger should not induce rollouts unless called out in the release notes.
Additional context
The text was updated successfully, but these errors were encountered: