Skip to main content

Release Support

Kargo's maintainers publish a new minor release roughly four times a year. This page records when each minor release was published, its most recent patch, and how long Akuity backports fixes for Critical vulnerabilities to it.

ReleaseReleasedLatest patchCritical CVE coverage ends
1.11Jul 24, 2026v1.11.2Jul 24, 2027
1.10Apr 17, 2026v1.10.10Apr 17, 2027
1.9Jan 29, 2026v1.9.10Jan 29, 2027
1.8Oct 21, 2025v1.8.14Oct 21, 2026
1.7Aug 5, 2025v1.7.10Aug 5, 2026
1.6Jun 27, 2025v1.6.4Jun 27, 2026
1.5May 15, 2025v1.5.3May 15, 2026
1.4Apr 5, 2025v1.4.4Apr 5, 2026
1.3Feb 25, 2025v1.3.4Feb 25, 2026
1.2Jan 14, 2025v1.2.3Jan 14, 2026
1.1Dec 6, 2024v1.1.3Dec 6, 2025
1.0Oct 19, 2024v1.0.4Oct 19, 2025

What these dates mean

The final column is the end of the Critical CVE backport window for AKP commercial builds of Kargo — the ak-tagged images distributed as part of the Akuity Platform. Akuity backports fixes for Critical vulnerabilities to AKP builds of any Kargo release published within the previous 12 months.

Coverage is bound by severity as well as by time:

SeverityBackported to AKP builds of releases published within
Criticalthe last 12 months
Highthe last 6 months
Medium / Lowthe current minor release

Each window is measured from the affected release's publication date — the date in the Released column above — and a Kargo instance must be running a release still inside the applicable window to be eligible. A Critical vulnerability affecting a release published thirteen months ago falls outside the window; the fix for it lands in supported releases, and the instance running the older release upgrades to receive it.

Critical and High severity fixes in Kargo's own code may be delivered as out-of-band, security-only patch releases rather than waiting for the next minor release.

Open source Kargo

The open-source distribution — Apache 2.0, published to ghcr.io/akuity/kargo — carries no time- or severity-bound backport guarantee. Security fixes land in the latest release, and open-source users upgrade to receive them. Fixes are not backported to older release lines. Maintenance is best-effort and the software is provided "as is" under its license.

note

The dates in the table above therefore describe AKP coverage. If you run the open-source distribution, the supported version is the latest release, whatever the table says about the line you are on.

Open-source and commercial builds are produced from the same source on the same release schedule, so a fix lands in both at the same time. What differs is the commitment around it and the range of releases it is backported to.

Open-source users receive the same transparency artifacts Akuity publishes with every release:

  • A Software Bill of Materials (SBOM) enumerating the components in the image.
  • Signed VEX statements recording whether each known vulnerability is actually exploitable in Kargo. Scanners commonly flag components that are present in an image but never invoked; VEX dispositions those findings formally so your scanner can filter them. Point your scanner at vex.akuity.io to ingest them, or read them from the Sigstore attestations attached to each released image.
  • Public security advisories.