Quickstart
kubectl create namespace argo-rollouts
kubectl apply -n argo-rollouts -f https://github.com/argoproj/argo-rollouts/releases/download/v1.2.1/install.yaml
Changes from v1.2.0
- fix: Add pagination to FindLoadBalancerByDNSName
- fix: missing lb event
- fix: Use actual weight from status field on rollout object
- fix: build/lint is broken due to dependencies changes