Argo CD - v2.5.22


Quick Start

Non-HA:

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

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.22/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-----

2.5.x has reached EOL

This is the last patch release in the 2.5 series. Please upgrade to >=2.5 to continue to receive security updates. Read the upgrading documentation before upgrading.

Upgrading

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

Changes

This release includes 10 contributions from 4 contributors with 0 features and 4 bug fixes.

Bug fixes (4)

  • fix(controller): cache deadlock on delete and re-add cluster (cherry-pick #14780) (#14815)
  • fix(sso): Set redirectURI for gitea, google, oauth Dex connectors (#11237) (#14739)
  • fix(server): handle PATCH in http/s server (#2677) (#14530) (#14734)
  • fix: ApplicationSet Controller crashes when tag is not closed; panic: Cannot find end tag="}}"(#14227) ( #14227) (#14689) (#14691)

Documentation (2)

  • docs: add ignoreDifferences name and namespace fields (#14741) (#14808)
  • docs: Skip export keyword in notification docs (#14633) (#14645)

Other (4)

  • chore: free up less disk space
  • chore(ci): free up disk space
  • docs: Change Generator docs for List Generator to note any key/value pairs can be used (#14825) (#14835)
  • chore: Print in-cluster svr addr disabled warning when server starts (#14683)

Details

date
Aug. 25, 2023, 3:21 p.m.
name
v2.5.22
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