Argo CD | v3.1.6

Argo CD v3.1.6 released on 18-09-2025


Argo CD v3.1.6 is out now. This release introduces significant improvements for users deploying Argo CD, enhancing both security and usability.

Users need to visit the product GitHub or official pages for more information.

What’s in this release

  • Quick start guide for both non-high availability (HA) and HA installations using kubectl.
  • Security enhancements including signing of container images and compliance with SLSA Level 3 specifications.
  • Detailed changelog highlighting bug fixes and documentation updates.

Upgrade notes

  • If upgrading from a different minor version, be sure to read the upgrading documentation.

We invite users to share comments on their experience with this release.

Related posts

Grafana | v12.4.3

Grafana v12 4 3: keeps internal dashboard ID, updates Go to 1 25 9, fixes Enterprise reporting with appSubURL, documents Alertmanager HA metrics prefix change

AdGuard Home | v0.107.74

AdGuard Home v0 107 74: maintenance release with security updates, Go toolchain fixes, new DoH config and schema 34, bug fixes and stability improvements

Self-hosted automation: designing for reproducible builds

A dark lab build only works when the same input gives the same image every time, and an automated build pipeline is only useful if it is boring in all the right places. Pin everything, trust nothing...