github argoproj/argo-cd v2.4.10

latest releases: v2.13.0-rc2, v2.13.0-rc1, v2.13.0...
2 years ago

Quick Start

Non-HA:

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

HA:

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

Bug fixes

  • fix: missing actions (#10327) (#10359)
  • fix: Suppressed ssh scheme url warn log (#9836)
  • fix: respect ARGOCD_GIT_MODULES_ENABLED in the appset controller (#10285) (#10287)

Other changes

  • docs: Add "Create Namespace" to sync options doc (#3490) (#10326)
  • docs: Document safe concurrent processing of sidecar CMP (#10336)
  • docs: clusterResources in declarative cluster config (#10219)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.