Argo CD | v3.4.4

Argo CD v3.4.4 released on 18-06-2026


Argo CD v3.4.4 is out now. It provides ready-to-run installation commands for non‑HA and HA deployments, signed images and provenance meeting SLSA Level 3, and a collection of bug fixes that improve stability in multi‑namespace and CI scenarios.

Refer to the Argo CD GitHub release and the official documentation for the exact install commands, verification steps and the full changelog.

What’s in this release

  • Quick Start & installation: ready-to-run kubectl commands for non‑HA and HA deployments (server-side apply of install.yaml or ha/install.yaml into the argocd namespace, with namespace creation shown).
  • Release signatures and provenance: all container images are signed with cosign and provenance artifacts for images and CLI binaries meet SLSA Level 3; documentation explains how to verify signed assets.
  • Key bug fixes: addresses PromotionStrategy stuck Progressing, RBAC regression for project-scoped resources in multi‑namespace setups, SSD/diff regression on new objects, adds a lock on cluster informer to prevent races, excludes live status from normalization, fixes dex password parsing with dollar signs, and resolves cross-generator Values template resolution.

Upgrade notes

  • If upgrading between minor versions, read the Argo CD upgrading documentation: https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/
  • Full changelog and compare: https://github.com/argoproj/argo-cd/compare/v3.4.3…v3.4.4 — use the prior v3.4.3 tag if you need to roll back.

Share any comments on your experience with v3.4.4 on the project GitHub or community channels.

Related posts

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...

restic | v0.19.1

restic v0 19 1: safer FUSE mounts and mountpoint checks, robust backup source and exclude handling, clearer CLI JSON output, Windows SFTP deletion fixes