argoproj-labs / argo-rollouts-manager

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

Upgrade Argo Rollouts operator operator-sdk and controller-runtime version to match sibling gitops/argocd-operators #77

Closed jgwest closed 1 month ago

jgwest commented 1 month ago

The sibling operators to this project (argocd-operator and gitops-operator) have both upgraded to newer versions of operator-sdk, controller-runtime, and controller-gen. We should likewise upgrade to the same versions, to keep pace.

These are example PRs where the work was completed in sibling repositories, to give an idea of the work required.

argocd-operator:

gitops-operator:

Completion Criteria:

jgwest commented 1 month ago

Corresponding Red Hat JIRA tracker: https://issues.redhat.com/browse/GITOPS-5098