Skip to content

Update dependency argoproj/argo-cd to v2.5.3 - autoclosed

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.5.2 -> v2.5.3

Dependency Lookup Warnings

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

argoproj/argo-cd

v2.5.3

Compare Source

Quick Start

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

Release signatures

All Argo CD container images and CLI binaries are signed by cosign. See the documentation on how to verify the signatures.

-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEesHEB7vX5Y2RxXypjMy1nI1z7iRG
JI9/gt/sYqzpsa65aaNP4npM43DDxoIy/MQBo9s/mxGxmA+8UXeDpVC9vw==
-----END PUBLIC KEY-----

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changes

This release includes 21 contributions from 15 contributors (6 of them new) with 0 features and 11 bug fixes.

A special thanks goes to the 6 new contributors:

  • Edmund Rhudy
  • F1ko
  • Nicholas Morey
  • Nick Mohoric
  • Patrice Chalin
  • Shuai Zhang
Bug fixes
  • fix: hide app namespace on the ui (#​11111) (#​11247)
  • fix: ui banner covering sidebar (#​11101)
  • fix: Add support for /api/v1/applicationsets* via HTTP (#​11409)
  • fix: application stuck in infinite reconciliation loop if using wrong project (#​11246)
  • fix: remove 0.0.0.0/0 ipblock from network policies (#​11321) (#​11322)
  • fix: set HELM_CONFIG_HOME dir for oci registry authentication; fixes: #​11284 (#​11285)
  • fix: UI can now get clusters with slashes in name (#​9812) (#​9813)
  • fix: allow resolving repo root as jsonnet lib path (#​11119)
  • fix: retry token creation/deletion upon project conflict errors (#​11199)
  • fix: Retry IsConflict for settings update. Map kube API errors to retryable HTTP status codes (#​10817)
  • fix: use non distroless image for dex (#​11219)
Documentation
  • docs: improve build env variable list formatting (#​11429)
  • docs: fix references to cli tools moved under argocd admin (#​11181)
  • docs: Enable Google Analytics 4 for 2.5 (stable) (#​11323)
  • docs: add example for config management plugins exclusion (#​11187)
Other
  • chore(deps): bump actions/upload-artifact from 2 to 3 (#​11365)
  • chore(deps): bump actions/setup-node from 1 to 3 (#​11364)
  • chore(deps): bump actions/cache from 1 to 3 (#​11363)
  • chore(deps): bump codecov/codecov-action from 1 to 3 (#​11362)
  • chore(deps): bump actions/download-artifact from 2 to 3 (#​11361)
  • chore: use --password-stdin for docker login (#​11331)

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.

Merge request reports