Skip to content

v1.5.1

Choose a tag to compare

@alexmt alexmt released this 06 Apr 16:35
· 7490 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.5.1/manifests/install.yaml

HA:

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

Bug Fixes

  • fix: return 401 error code if username does not exist (#3369)
  • fix: Do not panic while running hooks with short revision (#3368)
  • fix: Increase HAProxy check interval to prevent intermittent failures (#3356)
  • fix: Helm v3 CRD are not deployed (#3345)