Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.3/manifests/install.yamlHA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.3/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.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
What's Changed
- fix(ui): Overlapping content in the app details view on smaller screens (cherry-pick #16268) by @gcp-cherry-pick-bot in #16407
- fix: cherry-pick fixed cli admin dashboard cmd by @alexmt in #16457
- fix: Address diff cache miss issues (cherry-pick #16458) by @gcp-cherry-pick-bot in #16485
- fix(repo-server): excess git requests, resolveReferencedSources and runManifestGenAsync not using cache (Issue #14725) (cherry-pick #16410) by @gcp-cherry-pick-bot in #16494
- Bump version to 2.9.3 on release-2.9 branch by @github-actions in #16510
Full Changelog: v2.9.2...v2.9.3