Skip to content

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

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.2.1 -> v2.2.2

Release Notes

argoproj/argo-cd

v2.2.2

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.2.2/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.2.2/manifests/ha/install.yaml
Bug Fixes
  • fix: issue with project scoped resources (#​8048)
  • fix: escape proj in regex (#​7985)
  • fix: Default value for retry validation #​8055 (#​8064)
  • fix: sync window panel is crashed if resource name not contain letters (#​8053)
  • fix: upgrade github.com/argoproj/gitops-engine to v0.5.2
  • fix: retry disabled text (#​8004)
  • fix: Opening app details shows UI error on some apps (#​8016) (#​8019)
  • fix: correctly handle project field during partial cluster update (#​7994)
  • fix: Cluster API does not support updating labels and annotations (#​7901)

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, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports