Argo CD - v2.5.4


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

Details

date
Dec. 6, 2022, 8:26 p.m.
name
v2.5.4
type
Patch
👇
Register or login to:
  • 🔍View and search all Argo CD releases.
  • 🛠️Create and share lists to track your tools.
  • 🚨Setup notifications for major, security, feature or patch updates.
  • 🚀Much more coming soon!
Continue with GitHub
Continue with Google
or