Argo
v3.4.5CI/CD & App DeliveryJul 9, 2026
Argo CD v3.4.5 is a routine patch addressing seven bug fixes across reposerver manifest generation, SSA auth handling, sync behavior, UI display, and Dex configuration, plus dependency updates. No breaking or security changes.
Key changes (7)
- Reposerver now honors source repository depth instead of primary source when generating manifests
- Server-Side Apply (SSA) auth reconcile disabled to prevent incorrect reconciliation
- Fixed auto-sync skip when newer commits arrived during manifest-generate-paths sync
- Deleted resources no longer incorrectly displayed as present in the UI
- Replace sync option no longer clobbers non-ignored fields
- Dex config environment variable substitution regression fixed
- golang.org/x/crypto bumped to 0.53.0; Ubuntu base image updated to 26.04 LTS