Skip to content

v0.8.3

Compare
Choose a tag to compare
@khhirani khhirani released this 04 Jun 00:49

Quick Start

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

Note: When installing Argo Rollouts on Kubernetes v1.14 or lower, the CRD manifests must be kubectl applied with the --validate=false option. This is caused by use of new CRD fields introduced in v1.15, which are rejected by default in lower API servers.

Changes since v0.8.2

General

  • fix: Modify arg verification to check ValueFrom (#500)
  • fix: remove hash selector after switching from bg to canary (#515)