Skip to content

v1.5.0-rc3

Pre-release
Pre-release

Choose a tag to compare

@alexmt alexmt released this 30 Mar 22:42
· 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.0-rc3/manifests/install.yaml

HA:

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

Bug Fixes

  • fix: avoid nil pointer dereference in badge handler (#3316)
  • fix: pass APIVersions value to manifest generation request during app validation and during app manifests loading (#3312)
  • fix: update help info about argcd account can-i (#3310)
  • fix: fix possible panic when generating Dex config from malformed YAML (#3303)
  • fix: SSO user unable to change local account password (#3297) (#3298)
  • fix: use pagination while loading initial cluster state to avoid memory spikes (#3299)
  • fix: fix Cannot read property 'length' of undefined error (#3296)