Skip to content

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

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.3 -> v2.1.7

Release Notes

argoproj/argo-cd

v2.1.7

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.1.7/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.1.7/manifests/ha/install.yaml
Bug Fixes
  • Fix: Kuberenetes manifest to have new Github.com ssh known host keys for ArgoCD deployments (#​7722)

v2.1.6

Compare Source

  • fix: don't use revision caching during app creation (#​7508)
  • fix: supporting OCI dependencies. Fixes #​6062 (#​6994)

v2.1.5

Compare Source

  • fix: Invalid memory address or nil pointer dereference in processRequestedAppOperation (#​7501)

v2.1.4

Compare Source

  • 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)

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