Skip to content

Update dependency argoproj/argo-cd to v2.4.8

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.6 -> v2.4.8

Release Notes

argoproj/argo-cd

v2.4.8

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.8/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.8/manifests/ha/install.yaml
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)

v2.4.7

Compare Source

Quick Start

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

fix: Support files in argocd.argoproj.io/manifest-generate-paths annotation (#​9908) fix: terminal websocket write lock to avoid races (#​10011) fix: updated all a tags to Link tags in app summary (#​9777) fix: e2e test to use func from clusterauth instead creating one with old logic (#​9989) fix: add missing download CLI tool URL response for ppc64le, s390x (#​9983)

Other

chore: upgrade parse-url to avoid SNYK-JS-PARSEURL-2936249 (#​9826) docs: use quotes to emphasize that ConfigMap value is a string (#​9995) docs: document directory app include/exclude fields (#​9997) docs: simplify Docker toolchain docs (#​9966) (#​10006) docs: supported versions (#​9876)


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