Skip to content

v2.4.12

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Sep 01:33
· 2389 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.12/manifests/install.yaml

HA:

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

Bug fixes

  • fix: add skip-test-tls flag to optionally skip testing for tls (#9679) (10564)
  • fix: update deploymentConfig's healthcheck to wait for replicationController to be Available (#10462)
  • fix: hide terminal on the non-pod resource kind (#9980) (#10556)
  • fix: appset controller should preserve argocd refresh annotation (#10510)
  • fix: invalid error handling (#10384) (#10385)

Other changes

  • docs: decision about logs RBAC enforcement in release notes for 2.4 (#10564)
  • docs: update description of policy.csv example in rbac.md (#10565)
  • docs: Fix Broken Link in Getting Started Docs (#10585)
  • docs: remove duplicate word in user-management doc (#10546)
  • fix: added github and gitlab response mock and replaced external calls (#9305)
  • test: fix flaky gitea tests (#10354)
  • fix: Added mock for gitea response in appset PR,SCM generator (#9400)