Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.0-rc6/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.0-rc6/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.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
What's Changed
- fix(ui): Fix Destination Cluster URL/Name Drop down not updating destination field (#13813) (cherry-pick #14216) by @gcp-cherry-pick-bot in #14626
- docs: Skip
export
keyword in notification docs (cherry-pick #14633) by @gcp-cherry-pick-bot in #14642 - docs(deep-links): Fix link to pkg.go.dev to not return 404 (cherry-pick #14595) by @gcp-cherry-pick-bot in #14639
- fix(ui): Drop ready from Completed container status (#14434) (cherry-pick #14629) by @gcp-cherry-pick-bot in #14646
- fix: webhook handler fails to refresh when alternate application namespaces are configured (cherry-pick #13976) by @gcp-cherry-pick-bot in #14652
- fix: The default pod group filter should be removed if fewer than 15 pods (cherry-pick #14590) by @gcp-cherry-pick-bot in #14671
- fix: ApplicationSet Controller crashes when tag is not closed; panic: Cannot find end tag="}}"(#14227) (cherry-pick #14651) by @gcp-cherry-pick-bot in #14656
- feat(deep-links): sprig support (cherry-pick #14660) by @gcp-cherry-pick-bot in #14676
- chore: Print in-cluster svr addr disabled warning when server starts by @terrytangyuan in #14686
- chore: Upgrade semver to avoid cve (cherry-pick #14710) by @gcp-cherry-pick-bot in #14713
- fix: manifest generation error with null annotations (#14336) (cherry-pick #14680) by @gcp-cherry-pick-bot in #14735
- fix(controller): log failed attempts to update operation state (cherry-pick #14273) by @gcp-cherry-pick-bot in #14730
- fix(server): handle PATCH in http/s server (#2677) (cherry-pick #14530) by @gcp-cherry-pick-bot in #14731
- fix(sso): Set redirectURI for gitea, google, oauth Dex connectors (cherry-pick #11237) by @gcp-cherry-pick-bot in #14736
- Bump version to 2.8.0-rc6 on release-2.8 branch by @github-actions in #14754
- fix(ui): display valuesobject if set (cherry-pick #14257) by @gcp-cherry-pick-bot in #14755
- fix: OCI dependency url can't contain part of repository (cherry-pick #14699) by @gcp-cherry-pick-bot in #14756
- fix: bad merge by @crenshaw-dev in #14759
Full Changelog: v2.8.0-rc5...v2.8.0-rc6