Skip to content

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

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 minor v2.1.8 -> v2.2.0

Release Notes

argoproj/argo-cd

v2.2.0

Compare Source

Upgrade instructions

Project Scoped repositories and clusters

The project scoped repositories and clusters is a feature that simplifies registering the repositories and cluster credentials. Instead of requiring operators to set up in advance all clusters and git repositories that can be used, developers can now do this on their own in a self-service manner.

Config Management Plugins V2

The Config Management Plugins V2 is set of enhancement of the existing config management plugins feature. The list includes improved installation experience, ability to package plugin into a separate image and improved plugin manifests discovery.

Resource tracking

Argo CD has traditionally tracked the resources it manages by the well-known "app.kubernetes.io/instance" property. While using this property works ok in simple scenarios, it also has several limitations. ArgoCD now allows you to use a new annotation (argocd.argoproj.io/tracking-id) for tracking your resources. Using this annotation is a much more flexible approach as there are no conflicts with other Kubernetes tools, and you can easily install multiple Argo CD instances on the same clusters.

Bug Fixes and Performance Enhancements
  • Argo CD API server caches RBAC checks that significantly improves the GET /api/v1/applications API performance (#​7587)
  • Argo CD RBAC supports regex matches (#​7165)
  • Health check support for KubeVirt (#​7176), Cassandra (#​7017), Openshift Route (#​7112), DeploymentConfig (#​7114), Confluent (#​6957) and SparkApplication (#​7434) CRDs.
  • Persistent banner (#​7312) with custom positioning (#​7462)
  • Cluster name support in project destinations (#​7198)
  • around 30 more features and a total of 84 bug fixes

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.

Edited by Renovate Bot

Merge request reports