github argoproj/argo-cd v3.2.10

latest releases: v3.3.8, v3.4.0-rc6
9 hours ago

Quick Start

Non-HA:

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

HA:

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

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Release Notes Blog Post

For a detailed breakdown of the key changes and improvements in this release, check out the official blog post

Upgrading

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

Changelog

Bug fixes

  • 91da6a0: Revert "fix: prevent automatic refreshes from informer resync and status updates (cherry-pick #25290 for 3.2)" (#27399) (@crenshaw-dev)
  • 5426e98: fix(appcontroller): application controller in core mode fails to sync when server.secretkey is missing (#26793) (#27463) (@anandf)
  • c3df70e: fix(cli): uses DrySource revision for app diff/manifests with sourceHydrator (#23817) (cherry-pick #24670 for 3.2) (#27482) (@argo-cd-cherry-pick-bot[bot])
  • 3f789ce: fix: avoid stale informer cache in RevisionMetadata handler (cherry-pick #27392 for 3.2) (#27394) (@argo-cd-cherry-pick-bot[bot])
  • 860ef55: fix: revert autosync event message format change (cherry-pick #27387 for 3.2) (#27388) (@argo-cd-cherry-pick-bot[bot])

Full Changelog: v3.2.9...v3.2.10

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.