Skip to content

Update dependency argoproj/argo-cd to v2.4.10

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

This MR contains the following updates:

Package Type Update Change
argoproj/argo-cd Kustomization patch v2.4.8 -> v2.4.10

Release Notes

argoproj/argo-cd

v2.4.10

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.10/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.10/manifests/ha/install.yaml
Bug fixes
Other changes
  • docs: Add "Create Namespace" to sync options doc (#​3490) (#​10326)
  • docs: Document safe concurrent processing of sidecar CMP (#​10336)
  • docs: clusterResources in declarative cluster config (#​10219)

v2.4.9

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.9/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.9/manifests/ha/install.yaml
Known issues

In the Application tree view, resource actions may be missing from the resource dropdown. A fix will be released in 2.4.10.

Bug fixes
  • fix: Drop all references to exec unless the feature is enabled (#​9920) (#​10187)
  • fix: UI part for logs RBAC - do not display the logs tab when no RBAC in place (#​7211) (#​9828)
  • fix: Ignore non-self-referencing resources while pruning (#​10198)
Other changes
  • docs: correct the api field description for the GitLab example (#​10081)
  • docs: Use ConfigMap to disable TLS (#​10106)
  • docs: improve Installation.md (#​10173)
  • docs: fix kustomize namePrefix misconception in application.yaml (#​10162
  • docs: Fixed indentation Error (#​10123)
  • docs: fix version reference for logs UI fix (#​10245)
  • docs: Document ignoreAggregatedRoles setting (#​10206)
  • docs: fix microsoft user management mapping role (#​10251)
  • docs(applicationset): fix layout matrix/merge generator restrictions (#​10246)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports