Skip to content

v0.8.2

Compare
Choose a tag to compare
@dthomson25 dthomson25 released this 06 May 20:40
· 4 commits to release-v0.8 since this release

Quick Start

kubectl create namespace argo-rollouts
kubectl apply -n argo-rollouts -f https://raw.githubusercontent.com/argoproj/argo-rollouts/v0.8.2/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.1

Rollouts

  • fix: Ensure ALB action with weight 0 marshalls correctly (#493)
  • fix: Add missing clusterrole for deleting pods (#490)