Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.0-rc4/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.0-rc4/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
- chore(deps): bump library/golang from 1.20.5 to 1.20.6 (cherry-pick #14480) by @gcp-cherry-pick-bot in #14484
- chore: improve ignoreResourceUpdates logging (cherry-pick #14476) by @gcp-cherry-pick-bot in #14500
- docs: improve ignoreResourceUpdates docs (cherry-pick #14475) by @gcp-cherry-pick-bot in #14504
- fix(security): don't allow app enumeration via RevisionChartDetails (cherry-pick #14512) by @gcp-cherry-pick-bot in #14517
- fix: 'argocd-server-tls' Secret should be loaded from informer (cherry-pick #14522) by @gcp-cherry-pick-bot in #14546
- docs: Correct example ClusterRole to allow Events in any namespace (#14477) (cherry-pick #14544) by @gcp-cherry-pick-bot in #14550
- fix(appset): normalize app spec before applying (cherry-pick #14481) by @gcp-cherry-pick-bot in #14554
- fix(controller): populate ignoreDifferences in sync status (cherry-pick #14542) by @gcp-cherry-pick-bot in #14557
- chore: Generate SLSA provenance for SBOM (#14438) (cherry-pick #14507) by @enteraga6 in #14559
- fix(ui): Correct pod log viewer to support short log lines (#14402) (cherry-pick #14543) by @gcp-cherry-pick-bot in #14561
- fix(server): not need send application if it is not under enabled namespaces (cherry-pick #14479) by @gcp-cherry-pick-bot in #14575
- fix: Remove executable bit from default file mode (cherry-pick #14497) by @gcp-cherry-pick-bot in #14576
- fix(cli): argocd CLI RBAC validation doesn't work on actions (#13911) (cherry-pick #14578) by @gcp-cherry-pick-bot in #14581
- Bump version to 2.8.0-rc4 on release-2.8 branch by @github-actions in #14580
Changelog
Full Changelog: v2.8.0-rc3...v2.8.0-rc4