Skip to content

v0.4.2

Compare
Choose a tag to compare
@dthomson25 dthomson25 released this 19 Aug 20:21
· 1 commit to release-v0.4 since this release

Quick Start

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

Changes since v0.4.1

Bug Fixes

  • Honor MaxSurge and MaxUnavailable after last step (#141)
  • Fix maxSurge maxUnavailable zero check (#135)
  • Add .Spec.Replicas if not set in rollouts (#125)