All releases

Argo CDv2.14
What's New in Argo CD 2.14
Argo CD 2.14 delivers a redesigned UI, native OCI Helm registry support without workarounds, and significant improvements to multi-tenant isolation — making it the most production-ready release for large platform teams.
What's New
- 1Redesigned application list and details UI — faster rendering for clusters with thousands of applications
- 2Native OCI Helm chart support without the experimental flag — pull charts directly from any OCI-compliant registry
- 3Application namespacing (multi-tenancy) promoted to stable — teams can fully own their Argo CD namespace without cluster-admin access
- 4Progressive sync with configurable health checks between waves — deploy safely across multiple environments in sequence
- 5ApplicationSet templating now supports Sprig functions — more powerful dynamic application generation
- 6New argocd admin commands for bulk application operations
- 7Resource exclusion rules now support glob patterns — reduces noise from CRDs you don't want Argo CD to manage
Breaking Changes
- Minimum Kubernetes version raised to 1.25
- Redis version upgraded to 7.x — in-cluster Redis deployments will be restarted on upgrade
- Deprecated --app-namespace flag removed from CLI
Upgrade Notes
The Redis version bump causes a brief loss of session data during upgrade. Schedule the upgrade during low-traffic periods. OCI Helm support requires no migration — existing repos continue working.