Skip to content

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

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

This MR contains the following updates:

Package Update Change
argoproj/argo-cd patch v2.1.3 -> v2.1.4

Release Notes

argoproj/argo-cd

v2.1.4

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.1.4/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.1.4/manifests/ha/install.yaml
Bug Fixes
  • fix: Operation has completed with phase: Running (#​7482)
  • fix: Application status panel shows Syncing instead of Deleting (#​7486)
  • fix(ui): Add Error Boundary around Extensions and comply with new Extensions API (#​7215)
Other
  • docs: update v2.3+ roadmap (#​7353)
  • docs: Kustomize load_restrictor -> load-restrictor (#​7358)

Configuration

📅 Schedule: At any time (no schedule defined).

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

Rebasing: Whenever MR is behind base branch, 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