Argo CD | v3.3.7

Argo CD v3.3.7 released on 16-04-2026


Argo CD v3.3.7 is out now. Operators should be cautious: a potential application reconciliation bug may prevent the application controller from refreshing applications, causing apps to fail to sync or to report resources as in‑sync/out‑of‑sync incorrectly.

Check GitHub issue #27344 and the release notes for details and mitigation guidance; follow the supplied Quick Start install and upgrade commands for non‑HA and HA deployments and test changes in staging before rolling out to production.

What’s in this release

  • Critical application reconciliation advisory: see Issue #27344 — the controller may not refresh applications, which can affect sync status.
  • Install & upgrade Quick Start for non‑HA and HA: create namespace argocd and apply the v3.3.7 manifests server‑side with –force-conflicts.
  • Bug fixes, runtime and UI improvements plus security and performance updates (parentUIDToChildren map‑of‑sets change, reduced secret deep‑copies, OIDC refresh at restart, UI fixes, added security headers, helm dependency handling, and an e2e test for reverse deletionOrder).

Upgrade notes

  • Known issue: the application controller refresh bug — monitor issue #27344 for progress and mitigation guidance and evaluate impacts in staging before upgrading production clusters.
  • Use the provided install/upgrade commands (kubectl apply –server-side –force-conflicts) and read the Argo CD upgrade documentation when moving between minor versions to avoid breaking changes.

Share any comments on your experience with the upgrade or the reconciliation issue so others can learn from practical results.

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