Quickstart
kubectl create namespace argo-rollouts
kubectl apply -n argo-rollouts -f https://github.com/argoproj/argo-rollouts/releases/download/v1.1.1/install.yaml
Changes since v1.1.0
Bug Fixes
- fix: Route traffic to Experiment even if Canary RS not scaled (#1638)
- fix: Wait for all canary pods to come up in TrafficRouting canary before switching traffic (#1663)
- fix: inconsistent status command output (#1433)
- fix: add service delete to argo-rollouts role (#1632)
- fix: Fixed NPE while getting the ReplicaSet labels (#1664)
- fix: reset the progress condition when a pod is restarted (#1649)
- fix: Modify Experiment collision naming from dot-notation to dash (#1646)
- fix: release the dashboard-install.yaml (#1601)
- fix: rollout experiment template changing reference rs template labels. Fixes #1596 (#1597)
- fix: viewcontroller gorouting leak in status and get subcommand (#1584)