Skip to content

Update dependency argoproj/argo-cd to v2.5.4

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

Release Notes

argoproj/argo-cd

v2.5.4

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.4/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.4/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 20 contributions from 16 contributors (10 of them new) with 0 features and 6 bug fixes.

A special thanks goes to the 10 new contributors:

  • Antoine Pultier
  • Artur Rodrigues
  • Cedar
  • Dieter Bocklandt
  • Duncan
  • Gerald Spencer
  • Michael Merrill
  • Michael Vittrup Larsen
  • Nathanael Liechti
  • Philip Haberkern
Bug fixes
  • fix: sidebar css (#​11531)
  • fix: use repository GithubAppCreds proxy if set (#​11422)
  • fix(ui): fix sorting of parameters. Make the Remove override button clickable again (#​11316)
  • fix: add missing changes for bitbucket cloud SCM provider (#​10143) (#​11150)
  • fix: expose missing ReactDOM to enable extensions implementation (#​11495)
  • fix: sonarlint issue (#​11472)
Documentation
  • docs: Add skipCrds and ignoreMissingValueFiles to application.yaml example (#​11565)
  • docs: update how to access arrays in Go templates (#​11562)
  • docs: Added ARGOCD_ENV_ prefix to FOO (#​11545)
  • docs: Add CSI secret driver to the secret management options (#​10900)
  • docs: Improve Keycloak documentation for command line sign-in (#​8758)
  • docs: Update operator manual installation helm available url (#​11120)
  • docs: Update Merge Request generator documentation to include application lifecycle (#​11274)
  • docs: fix markdown formatting (#​11460)
Other
  • chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /ui (#​11533)
  • chore: add debug logs around CMP manifest generation (#​11185)
  • chore(deps): bump actions/setup-go from 3.3.1 to 3.4.0 (#​11535)
  • chore(deps): bump softprops/action-gh-release from 0.1.14 to 0.1.15 (#​11534)
  • chore: pin actions (#​11360)
  • chore: use set-output environment file (#​10999)

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 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, check this box

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports