Unreleased images? #1452
-
Our automated dependency update bot detected that docker images with tags v1.0.5 and v1.0.6 now exists on quay repo. However, there are no such releases on github, and files https://github.com/argoproj/argo-rollouts/releases/download/v1.0.5/install.yaml and https://github.com/argoproj/argo-rollouts/releases/download/v1.0.6/install.yaml do not exist. Is this intentional? I'm asking to decide if we should switch the source of updates from docker images to github releases. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I think you were looking at the pages at the inopportune time. The sequence of releasing is:
I think you happened to catch us between steps 2 and 3. As of now, v1.0.6 is "officially" released. What happened with v1.0.5, is that it introduced a major bug that warranted us to pull the release down (replicas were flapping). Because of that, we did not want to encourage any more installations of v1.0.5 and quickly pushed out v1.0.6
Given our current release process, if I were you, I would switch to github releases as the source of truth for updates over quay. |
Beta Was this translation helpful? Give feedback.
I think you were looking at the pages at the inopportune time. The sequence of releasing is:
I think you happened to catch us between steps 2 and 3. As of now, v1.0.6 is "officially" released.
What happened with v1.0.5, is that it introduced a major bug that warranted us to pull the release down (replicas were flapping). Because of that, we did not want to encourage any more installations of v1.0.5 and quickly pushed out v1.0.6
Given our current release process, if I w…