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 the exact kubectl commands for fast non‑HA and HA installation and delivers signed container images with provenance for verifiable releases.

See the GitHub release notes and the Argo CD documentation for the install commands, signature verification steps and the full changelog.

What’s in this release

  • Quick Start and installation: exact kubectl commands to install v3.4.4 in non‑HA and HA modes — create the argocd namespace and apply the release manifests from the v3.4.4 raw GitHub URLs using –server-side –force-conflicts; HA uses manifests/ha/install.yaml.
  • Signed releases and provenance: all Argo CD container images are signed with cosign and provenance metadata is produced for container images and CLI binaries that meet SLSA Level 3; documentation explains how to verify.
  • Bug fixes and changelog highlights: backports and cherry‑picks addressing PromotionStrategy stuck Progressing after no‑op re‑hydration; an RBAC regression for project‑scoped resources in multi‑namespace setups; diff errors on new objects; plus several other fixes and CI/test updates.

Upgrade notes

  • If you are upgrading across minor versions, read the Argo CD upgrading guide before proceeding.
  • There are no release-specific rollback instructions in the notes; use your standard rollback procedures if required.

Share your experience with v3.4.4 on the project’s GitHub if you encounter issues or have feedback.

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