Quickstart
kubectl create namespace argo-rollouts
kubectl apply -n argo-rollouts -f https://github.com/argoproj/argo-rollouts/releases/download/v1.3.2/install.yaml
Changes since v1.3.1
Bug Fixes
- fix(dashboard): correct mime type is returned. Fixes: #2290 by @nitram509
- fix(trafficrouting): Do not block the switch of service selectors for single pod failures (#2050) by @zachaller
- fix(analysis): Make AR End When Only Dry-Run Metrics Are Defined (#2151) by @agrawroh
Full Changelog: v1.3.1...v1.3.2