Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.1/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.1/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.
Security (1)
- MODERATE: Web terminal session doesn't expire (GHSA-c8xw-vjgf-94hr)
What's Changed
- docs: update Generators-Git.md (cherry-pick #14921) by @gcp-cherry-pick-bot in #14934
- docs: Update helm.md - add missing syntax highlighting for YAML and Dockerfile blocks (cherry-pick #14911) by @gcp-cherry-pick-bot in #14937
- fix(ui): COPY JSON for ArgoCD version should include trailing newline (#5117) (cherry-pick #14917) by @gcp-cherry-pick-bot in #14938
- fix(cmp): send sigterm to cmp commands before sigkill to allow for potential cleanup (#9180) (cherry-pick #14955) by @gcp-cherry-pick-bot in #14958
- fix(actions): add test for action on CronWorkflow without labels (#14962) (cherry-pick #14974) by @gcp-cherry-pick-bot in #14982
- chore(deps): upgrade nhooyr.io/websocket dependency (#15000) by @jmeridth in #15008
- fix: bump ubuntu base image. resolves #15020 (cherry-pick #15021) by @gcp-cherry-pick-bot in #15023
- docs: document permitOnlyProjectScopedClusters field (cherry-pick #15076) by @gcp-cherry-pick-bot in #15082
- docs: fix link for
argocd-repo-creds.yaml
sample (cherry-pick #15091) by @gcp-cherry-pick-bot in #15097 - docs: kubectl to synchronize argocd apps (cherry-pick #14881) by @gcp-cherry-pick-bot in #15085
- docs: add docs for various annotations and labels (cherry-pick #14020) by @gcp-cherry-pick-bot in #15112
- docs: fix typo (cherry-pick #15083) by @gcp-cherry-pick-bot in #15090
- docs: fix configmap name for certificates (cherry-pick #9596) by @gcp-cherry-pick-bot in #15131
- docs(progressive syncs): specify which ConfigMap to use (cherry-pick #15119) by @gcp-cherry-pick-bot in #15133
- Bump version to 2.8.1 on release-2.8 branch by @github-actions in #15139
- fix: windows build (cherry-pick #15154) by @gcp-cherry-pick-bot in #15156
- fix(ui): code lint (cherry-pick #15150) by @gcp-cherry-pick-bot in #15160
Full Changelog: v2.8.0...v2.8.1