Quickstart
kubectl create namespace argo-rollouts
kubectl apply -n argo-rollouts -f https://github.com/argoproj/argo-rollouts/releases/download/v1.3.1/install.yaml
Changes since v1.3.0
Bug Fixes
- fixes(controller): istio dropping fields not defined in type by @zachaller (#2268)
- fix(controller): Fix k8s clientset controller metrics. Fixes #2139 by @nikhil1raghav (#2261)
- fix: nil pointer while linting with basic canary and ingresses by @zachaller (#2256)
- fix: UI not redirecting on / by @zachaller (#2252)
Full Changelog: v1.3.0...v1.3.1