Argo CD | v3.4.3

Argo CD v3.4.3 released on 28-05-2026


Argo CD v3.4.3 is out now. Operators get signed container images and provenance (SLSA Level 3), straightforward quick‑start manifests for single‑instance and HA installs, and a set of targeted bug and dependency fixes for CLI, controller and UI behaviour.

See the GitHub release and the operator documentation for the install manifests, signature‑verification guidance and the full changelog.

What’s in this release

  • Quick‑start installs for Non‑HA and HA: create the argocd namespace and apply manifests/install.yaml (Non‑HA) or manifests/ha/install.yaml (HA) using server‑side apply with –force‑conflicts.
  • Signed releases and provenance: all Argo CD container images signed with cosign and provenance metadata produced for images and CLI binaries meeting SLSA Level 3; verification guidance is available in the operator docs.
  • Bug fixes and improvements: CLI ‘app wait’ now returns immediately if the app is already in the desired state; UI fixes to avoid prefetch errors and return full source for non‑hydrator apps; controller fixes for repo depth handling, startup race prevention, truncated labels on deletion hooks and nil checks to prevent panics; gitops‑engine nil‑pointer fix.

Upgrade notes

  • If you’re moving between minor versions, follow the official upgrading guide: https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/
  • If you need to roll back, use the previous tag (v3.4.2) and consult the full changelog comparison: https://github.com/argoproj/argo-cd/compare/v3.4.2…v3.4.3

If you upgrade, share any issues or observations on the project’s issue tracker or community channels so others can benefit.

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