Skip to content

v1.2.2

Compare
Choose a tag to compare
@alexmt alexmt released this 24 Sep 19:34
· 5421 commits to master since this release

Quick Start

Non-HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v1.2.2/manifests/install.yaml

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v1.2.2/manifests/ha/install.yaml

Changes since v1.2.1

  • Resource action equivalent to kubectl rollout restart (#2177)
  • Badge response does not contain cache-control header (#2317) (@greenstatic)
  • Make sure the controller uses the latest git version if app reconciliation result expired (#2339)