Skip to content

v1.1.2

Compare
Choose a tag to compare
@alexmt alexmt released this 30 Jul 18:02
· 6581 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.1.2/manifests/install.yaml

HA:

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

Changes since v1.1.1

  • 'argocd app wait' should print correct sync status (#2049)
  • Check that TLS is enabled when registering DEX Handlers (#2047)
  • Do not ignore Argo hooks when there is a Helm hook. (#1952)