Skip to content

chore(deps): update dependency argoproj/argo-cd to v2.4.12

Renovate Bot requested to merge renovate/argoproj-argo-cd-2.x into master

This MR contains the following updates:

Package Type Update Change
argoproj/argo-cd Kustomization patch v2.4.11 -> v2.4.12

Release Notes

argoproj/argo-cd

v2.4.12

Compare Source

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 MR,SCM generator (#​9400)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports