Skip to content

v2.1.8

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 23:26
· 0 commits to 2475403af762d31ce558223816c85903fb64c32e since this release

Quick Start

Non-HA:

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

HA:

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

Bug Fixes

  • fix: issue with keepalive (#7861)
  • fix nil pointer dereference error (#7905)
  • fix: env vars to tune cluster cache were broken (#7779)
  • fix: upgraded gitops engine to v0.4.2 (fixes #7561)