Skip to content

Releases: argoproj/argo-rollouts

v0.2.2

16 Apr 23:10
Compare
Choose a tag to compare

Add missing events permissions to the clusterrole

v0.2.1

04 Apr 21:43
Compare
Choose a tag to compare

Changes the following clusterroles to prevent name collision with Argo Workflows

  • argo-aggregate-to-admin to argo-rollouts-aggregate-to-admin
  • argo-aggregate-to-edit to argo-rollouts-aggregate-to-edit
  • argo-aggregate-to-view to argo-rollouts-aggregate-to-view

v0.2.0

04 Mar 22:30
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Implements the initial ReplicaSet-based Canary Strategy
  • Cleans up Status fields
  • Implicit understanding of rollback based on steps completion and pod hash for Blue Green and Canary

v0.1.0

01 Feb 19:03
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • Creates a controller that manages a rollout object that mimics a deployment object
  • Declaratively offers a Blue Green Strategy by creating the replicaset from the spec and managing an active and preview service to point to the new replicaset