Skip to content

v1.3.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@alexec alexec released this 23 Oct 01:36
· 4817 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.3.0-rc2/manifests/install.yaml

HA:

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

Changes Since v1.3.0-rc1

  • Issue #2339 - Controller should compare with latest git revision if app has changed (#2543)
  • Unknown child app should not affect app health (#2544)
  • Redact secrets in dex logs (#2538)
  • Allows Helm parameters that contains arrays or maps. (#2525)
  • Set cookie policy to SameSite=lax and httpOnly (#2498)