Skip to content

v2.4.10

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 21:44
· 2393 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/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)