| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| argocd-sbom.intoto.jsonl | 2026-03-25 | 22.9 kB | |
| sbom.tar.gz | 2026-03-25 | 343.5 kB | |
| argocd-cli.intoto.jsonl | 2026-03-25 | 23.7 kB | |
| argocd-linux-amd64 | 2026-03-25 | 215.4 MB | |
| argocd-linux-s390x | 2026-03-25 | 221.1 MB | |
| cli_checksums.txt | 2026-03-25 | 605 Bytes | |
| argocd-darwin-arm64 | 2026-03-25 | 212.0 MB | |
| argocd-darwin-amd64 | 2026-03-25 | 220.4 MB | |
| argocd-linux-arm64 | 2026-03-25 | 205.0 MB | |
| argocd-linux-ppc64le | 2026-03-25 | 213.3 MB | |
| argocd-windows-amd64.exe | 2026-03-25 | 217.5 MB | |
| README.md | 2026-03-25 | 3.0 kB | |
| v3.3.5 source code.tar.gz | 2026-03-25 | 23.8 MB | |
| v3.3.5 source code.zip | 2026-03-25 | 26.7 MB | |
| Totals: 14 Items | 1.6 GB | 0 | |
Quick Start
Non-HA:
:::shell
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.5/manifests/install.yaml
HA:
:::shell
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.5/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.
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
- e53c10caec8be0119bbcc7fa687d6daef62bfcef: fix(UI): show RollingSync step clearly when labels match no step (cherry-pick [#26877] for 3.3) (#26884) (@argo-cd-cherry-pick-bot[bot])
- 03dda413f0f405275c6f6b1f119fb5be8e891186: fix(ci): add .gitkeep to images dir (cherry-pick [#26892] for 3.3) (#26911) (@argo-cd-cherry-pick-bot[bot])
- ff207a460b34411f755916feded68c9025b09d1a: fix(server): fix find container logic for terminal (cherry-pick [#26858] for 3.3) (#26934) (@argo-cd-cherry-pick-bot[bot])
- 06d960ddf461286ccaf5fe5ce9f5e0e4767f243b: fix(ui): Improve message on self-healing disabling panel (#26977) (cherry-pick [#26978] for 3.3) (#26981) (@argo-cd-cherry-pick-bot[bot])
- 0dc0a66e7f03034afa28f8da33de01694060c3f4: fix(ui): include _-prefixed dirs in embedded assets (cherry-pick [#26589] for 3.3) (#26910) (@argo-cd-cherry-pick-bot[bot])
- 494b44ca5b8af1a1cc6e38fa088e0f2b142763ad: fix: Hook resources not created at PostSync when configured with PreDelete PostDelete hooks (cherry-pick [#26996] for 3.3) (#26999) (@argo-cd-cherry-pick-bot[bot])
- 422cabb648a65f0854d5068741557f1d0cb0f214: fix: stack overflow when processing circular ownerrefs in resource graph (#26783) (cherry-pick [#26790] for 3.3) (#26879) (@argo-cd-cherry-pick-bot[bot])
Dependency updates
- 476800e479f19c0fca1f49708053d51c147c7c4c: chore(deps): bump google.golang.org/grpc from 1.77.0 to 1.79.3 for release-3.3 (#26886) (#26953) (@dudinea)
Other work
- ea8a881c143fd49db77265487c05598d2aa9677d: ci: test against k8s 1.35.0 (cherry-pick [#26062] for 3.3) (#26860) (@argo-cd-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.4...v3.3.5
