argoproj-labs / argo-rollouts-manager

Kubernetes Operator for Argo Rollouts controller.
https://argo-rollouts-manager.readthedocs.io/en/latest/
Apache License 2.0
84 stars 255 forks source link

On new Rollouts release, automatically open a new PR on Argo Rollouts operator repo #33

Closed jgwest closed 4 months ago

jgwest commented 5 months ago

Whenever a new Rollouts release is released at argoproj/argo-rollouts, a script should run automatically that opens a PR on the 'argoproj-labs/argo-rollouts-manager' repo to update to that new version.

Once the PR is opened, the argo-rollouts-manager automated unit/E2E tests will verify whether there are any issues with installation of the release by the operator.

This way, we don't miss security/features updates on rollouts releases, and the amount of toil required to adopt a new version is reduced.

Example PRs generated by the tool: