Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.0-rc6/manifests/install.yamlHA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.0-rc6/manifests/ha/install.yamlRelease 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
- 9fd02aa: Revert "fix: prevent automatic refreshes from informer resync and status updates (cherry-pick #25290 for 3.4)" (#27402) (@crenshaw-dev)
- a19a83a: fix(cli): uses DrySource revision for app diff/manifests with sourceHydrator (#23817) (cherry-pick #24670 for 3.4) (#27483) (@argo-cd-cherry-pick-bot[bot])
- bcea79b: fix: avoid stale informer cache in RevisionMetadata handler (cherry-pick #27392 for 3.4) (#27395) (@argo-cd-cherry-pick-bot[bot])
- 06310bc: fix: remove resourceVersion from ssd (cherry-pick #27406 for 3.4) (#27461) (@argo-cd-cherry-pick-bot[bot])
- d7a8170: fix: revert autosync event message format change (cherry-pick #27387 for 3.4) (#27390) (@argo-cd-cherry-pick-bot[bot])
Full Changelog: v3.4.0-rc5...v3.4.0-rc6
