github argoproj/argo-cd v2.3.0-rc2

latest releases: v2.10.8, v2.9.13, v2.8.17...
pre-release2 years ago

Quick Start

Non-HA:

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

HA:

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

Bug Fixes

  • fix: register controller workqueue metrics correctly (#8318)
  • fix: make sure release workflow publish image with "v" in front of version (#8335)

Other

  • chore: use go install instead of deprecated go get (#8333)
  • chore: automate bundling argocd addons during release process (#8336)
  • chore: generate and upload sbom during release (#8332)
  • docs: mention argocd notifications and applicationset changes in upgrade instructions (#8312)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.