Skip to content

v1.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 00:47
· 4636 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.6.1/manifests/install.yaml

HA:

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

v1.6.1 (2020-06-18)

  • fix: User unable to generate project token even if account has appropriate permissions (#3804)