Download Latest Version v3.3.2 source code.tar.gz (23.8 MB)
Email in envelope

Get an email when there's a new version of Argo CD

Home / v3.3.2
Name Modified Size InfoDownloads / Week
Parent folder
argocd-sbom.intoto.jsonl 2026-02-22 22.7 kB
sbom.tar.gz 2026-02-22 343.4 kB
argocd-cli.intoto.jsonl 2026-02-22 23.6 kB
cli_checksums.txt 2026-02-22 605 Bytes
argocd-linux-arm64 2026-02-22 204.9 MB
argocd-linux-ppc64le 2026-02-22 213.2 MB
argocd-linux-s390x 2026-02-22 220.9 MB
argocd-darwin-amd64 2026-02-22 220.3 MB
argocd-darwin-arm64 2026-02-22 211.9 MB
argocd-linux-amd64 2026-02-22 215.2 MB
argocd-windows-amd64.exe 2026-02-22 217.4 MB
README.md 2026-02-22 3.1 kB
v3.3.2 source code.tar.gz 2026-02-22 23.8 MB
v3.3.2 source code.zip 2026-02-22 26.6 MB
Totals: 14 Items   1.6 GB 4

[!IMPORTANT] Before upgrading all types of Argo CD installations to this release, please read the upgrade guide first: https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/3.2-3.3/#breaking-changes

Upgrading Argo CD which is managing itself

Users who have an Argo CD Application that manages their Argo CD installation, must enable ServerSideApply=true sync option on this Application in order for the upgrade to succeed.

The issue with failed to perform client-side apply migration that existed on version 3.3.0 and 3.3.1 has been solved in this release: https://github.com/argoproj/argo-cd/issues/26279

For users who have previously upgraded to Argo CD 3.3.0or 3.3.1 and applied the temporary remediation of ClientSideApplyMigration=false sync option on the Application that manages their Argo CD, are required to remove this setting to restore the default behavior of performing the migration. The reason for removing the ClientSideApplyMigration=false sync option is that it may cause conflicts between Argo CD K8s field manager and other field managers at a later point in time.

More details here: https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#client-side-apply-migration

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.2/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.2/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

  • 67c23193c4dc23defb4cad555ba975cf501ba1b0: fix: use csapgrade to patch managedFields for client-side apply migration (cherry-pick [#26289] for 3.3) (#26516) (@argo-cd-cherry-pick-bot[bot])

Documentation

  • 1bf62aea1991a772769b110d8a10e8d56a3c1eb2: docs: instruct to enable ClientSideApplyMigration in 3.3.2 (cherry-pick [#26547] for 3.3) (#26549) (@argo-cd-cherry-pick-bot[bot])

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.1...v3.3.2

Source: README.md, updated 2026-02-22