Skip to content

v1.2.0

Compare
Choose a tag to compare
@jessesuen jessesuen released this 22 Mar 17:16
· 888 commits to master since this release
08cf10e

Quickstart

kubectl create namespace argo-rollouts
kubectl apply -n argo-rollouts -f https://github.com/argoproj/argo-rollouts/releases/download/v1.2.0/install.yaml

Notable Features

  • Analysis Dry Run
  • Weighted Experiment Steps
  • Ping-Pong Service Management
  • Customizable Metric Retention
  • AWS AppMesh Traffic Routing Support
  • Support for simultaneous multiple traffic providers
  • Support for PUT/POST in web metric providers
  • HA (active-passive) leader election
  • Networking v1 Support (K8s v1.22)
  • Additional metadata from analysis providers (i.e. for debugging)
  • Scalability & performance improvements (higher/tunable K8s QPS/Burst settings)

Changes since v1.0

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0