Argo CD v3.4.3 Released with Enhanced Security and Stability
The Argo CD project has rolled out its latest stable release, version 3.4.3, on May 28, 2026, focusing on bolstering security measures, simplifying deployment processes, and resolving several operational issues. This update is a crucial step for organizations relying on Argo CD for their continuous delivery workflows in Kubernetes environments.
A cornerstone of this release is the enhanced security posture. All Argo CD container images are now signed using `cosign`, and provenance metadata is generated for both container images and CLI binaries, meeting the stringent SLSA Level 3 specifications. This provides a verifiable chain of custody for the software, allowing operators to confirm the authenticity and integrity of their Argo CD installations. Documentation is available to guide users through the verification process.
Installation and setup have also seen improvements. Version 3.4.3 offers straightforward quick-start manifests for deploying Argo CD in both non-High Availability (HA) and HA configurations. These manifests are designed for server-side apply with `--force-conflicts`, simplifying the initial setup and upgrades. This addresses a common need for operators looking for quicker and more reliable deployment methods.
Beyond security and installation, the release delivers a suite of bug fixes and performance enhancements across various components. The `argocd app wait` CLI command now provides immediate returns when an application is already in its desired state, improving the responsiveness of automation scripts. User Interface (UI) fixes tackle prefetch errors and ensure that non-hydrator applications display their full source correctly. The controller has received attention with fixes for repository depth handling, prevention of startup race conditions, correction of truncated labels on deletion hooks, and nil checks to prevent panics. Additionally, a `gitops-engine` nil-pointer fix contributes to overall system stability.
Dependency updates are also part of this release, including a bump to `redoc/dompurify v3.4.0` which addresses CVE-2026-41240, further solidifying the security of the platform. For users upgrading from previous minor versions, the official upgrading guide is recommended to ensure a smooth transition. The release notes emphasize that there are no breaking changes listed, but thorough review of the changelog is always advised.
Overall, Argo CD v3.4.3 represents a commitment to providing a more secure, stable, and operationally efficient GitOps continuous delivery tool for the Kubernetes community.
Read original source