Skip to content

v0.6.2

Compare
Choose a tag to compare
@dthomson25 dthomson25 released this 16 Dec 17:14
· 7 commits to release-v0.6 since this release

Quick Start

kubectl create namespace argo-rollouts
kubectl apply -n argo-rollouts -f https://raw.githubusercontent.com/argoproj/argo-rollouts/v0.6.2/manifests/install.yaml

Bug Fixes

  • omitted revisionHistoryLimit was not defaulting to 10 (#330)
  • Fix panic if rollout cannot create a new RS (#328)
  • Enable controller to handle panics with crashing (#328)