Skip to content

v2.3.0-rc5

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Feb 00:52
· 0 commits to 2d6b619a8653e7cdf1748d428a2b090a2bd31902 since this release

Quick Start

Non-HA:

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

HA:

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

Bug Fixes

  • fix: reload ArgoCD config if OIDC config changes (#8350)
  • fix: Resolve symlinked value files correctly (#8387)

Other

  • chore: Generate spdx for the UI project (#8385)