Skip to content

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

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.4.7 -> v2.4.11

Release Notes

argoproj/argo-cd

v2.4.11

Compare Source

Quick Start

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

fix: Pin gitops-engine to v0.7.3 to include https://github.com/argoproj/gitops-engine/pull/449 fix: Correctly assume cluster-scoped resources to be self-referenced (#​10390)

Other changes

docs: fix typo in upgrade notes (#​10377)

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. The issue has been fixed 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)

v2.4.8

Compare Source

Bug fixes
  • feat: support application level extensions (#​9923)
  • feat: support multiple extensions per resource group/kind (#​9834)
  • fix: extensions is not loading for ConfigMap/Pods (#​10010)
  • fix: upgrade moment from 2.29.2 to 2.29.3 (#​9330)
  • fix: skip redirect url validation when it's the base href (#​10058) (#​10116)
  • fix: avoid CVE-2022-28948 (#​10093)
  • fix: Set HOST_ARCH for yarn build from platform (#​10018)
Other changes
  • chore(deps): bump moment from 2.29.3 to 2.29.4 in /ui (#​9897)
  • docs: add OpenSSH breaking change notes (#​10104)
  • chore: update parse-url (#​10101)
  • docs: add api field example in the appset security doc (#​10087)
  • chore: update redis to 7.0.4 avoid CVE-2022-30065 (#​10059)
  • docs: add argocd-server grpc metric usage (#​10007)
  • chore: upgrade Dex to 2.32.0 (#​10036) (#​10042)
  • chore: update redis to avoid CVE-2022-2097 (#​10031)
  • chore: update haproxy to 2.0.29 for redis-ha (#​10045)

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