Skip to content

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

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

This MR contains the following updates:

Package Update Change
argoproj/argo-cd patch v2.1.1 -> v2.1.2

Release Notes

argoproj/argo-cd

v2.1.2

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.1.2/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.1.2/manifests/ha/install.yaml
Bug Fixes
  • fix: cluster filter popping out of box (#​7135)
  • fix: gracefully shutdown metrics server when dex config changes (#​7138)
  • fix: upgrade gitops engine version to v0.4.1 (#​7088)
  • fix: repository name already exists when multiple helm dependencies f… (#​7096)

Configuration

📅 Schedule: 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, check this box.

This MR has been generated by Renovate Bot.

Merge request reports