github argoproj/argo-rollouts v0.8.3

latest releases: v1.7.0-rc1, v1.6.6, stable...
3 years ago

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)

Don't miss a new argo-rollouts release

NewReleases is sending notifications on new releases.