github.com/project-copacetic/copacetic
v0.14.2
#995 most downloaded on Go modules
project-copacetic/copacetic
What this package is like to depend on
Last release 4 days ago
20 Aug 2026
Ships fairly regularly
a new release about every 3 weeks
Rarely documented
notes for 5 of 21 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
107 releases · first in 2023
34 releases in the last 12 months
see the full history below
Release timeline
107 releases · Jan 2023 to Aug 2026Releases
latest 60 of 107-
v0.14.202 Jul 2026Release notes
Open source → -
v0.14.115 May 2026Release notes
Open source →This is a patch release on top of v0.14.0.
🐛 Bug fixes
- Frontend image: restore
/tmpon the publishedcopacetic-frontendimage. v0.14.0'sFROM scratchrootfs caused every patch run via the BuildKit frontend to fail withstat /tmp: no such file or directory. Switched togcr.io/distroless/static-debian12:nonrootplus a defense-in-depthensureTempDir(). E2E now builds the realfrontend.Dockerfileso this regression class cannot recur. (#1597) - Preserve original manifest annotations on patched images. Same-tag patches silently dropped
org.opencontainers.image.{source,revision,version,title}. Now captured pre-patch and forwarded to both single-platform and multi-platform export paths, withimage.versionrewritten consistently. (#1605)
📚 Docs
- Frontend image: restore
-
v0.14.1-0.20260820060014-0cd0da1a989f20 Aug 2026 pre-releaseNothing published for this version
-
v0.14.1-0.20260811202105-a9ffbdc852db11 Aug 2026 pre-releaseNothing published for this version
-
v0.14.1-0.20260806021520-b23efc6c6d0006 Aug 2026 pre-releaseNothing published for this version
-
v0.14.1-0.20260715234417-00cc7cabe83915 Jul 2026 pre-releaseNothing published for this version
-
v0.14.1-0.20260702204619-9e8bba2fc84e02 Jul 2026 pre-releaseNothing published for this version
-
v0.14.1-0.20260514185855-1ba3a82e850e14 May 2026 pre-releaseNothing published for this version
-
v0.14.005 May 2026Release notes
Open source →✨ Features
- Go binary patching — patch vulnerable Go binaries by rebuilding from source with updated stdlib/deps (#1388)
- Arch Linux support — pacman package manager (#1467)
- RPM chroot-based patching — patch RPM images that are missing a package manager (#1473)
- Python virtual environment patching — support venv-based site-packages via
PkgPath(#1485) - Bulk patching improvements — skip detection and cross-registry support (#1475)
- Test environment utilities for BuildKit integration tests (#1399)
- Demo recordings + asciinema player added to the website (#1453)
- Patch summary output showing total/patched/skipped vulnerabilities (#1517)
- Fallback source resolution for Go binary patching on stripped/distroless images (#1546)
🔒 Security hardening
- Bump otel/sdk to fix CVE-2026-24051 (#1483)
- Validate RPM package names before distroless shell execution (#1541)
- Validate RPM package names in dnf chroot path (#1529)
- Validate Node.js npm tarballs before extraction (#1533)
- Prevent Node.js shell injection via untrusted package paths (#1538)
- Validate .NET deps.json script inputs to prevent command injection (#1537)
- Prevent Go module flag injection via leading-dash names (#1526)
- Prevent tag-based command injection in release workflow (#1535)
- Codebase audit hardening (#1507)
- Prevent apt option injection from distroless package names (#1540)
- Cap buffered patch layer size to mitigate memory DoS (#1543)
- Block self-hosted build workflow jobs on forked PRs (#1539)
- Replace label-gated trusted-fork workflow with native fork PR approval (#1582, supersedes #1572, #1573)
- Reject whitespace/control chars in Go binary path validation (#1586)
🐛 Bug fixes
- VEX: use installed version in PURLs and add distro qualifier for BOM-VEX correlation (#1552)
- Avoid masking package manager failures as no-updates (#1530)
- Restore strict multi-platform failure behavior when
ignore-errors=false(#1532) - Suppress NU1605 in generated patch.csproj for .NET (#1557)
- Filter App.Runtime images in .NET patching (#1501)
- Replace npm install with direct tarball replacement (#1479)
- Resolve TUI freeze and CLI deadlock on early build errors (#1505)
- Close progress channel when no platforms need patching (#1528)
- Migrate
docker/dockertomoby/moby/client(#1525) - Go patching log levels (#1516)
- Keep
frontend.DockerfileGo version aligned withgo.modand harden release pipeline (#1571)
⬆️ Dependency upgrades
- BuildKit 0.28.1 (#1512)
- Trivy v0.69.3 + OpenTelemetry-Go v1.43.0 (#1558)
- google.golang.org/grpc 1.78.0 → 1.79.3 (#1480, #1502)
- github.com/quay/claircore 1.5.45 → 1.5.52 (#1442, #1464, #1518)
- github.com/google/go-containerregistry 0.20.7 → 0.21.3 (#1520)
- k8s.io/apimachinery 0.35.0 → 0.35.2 (#1470, #1487)
- testcontainers-go 0.38.0 → 0.40.0 (#1438)
- Plus dependabot bumps for dependency groups across the project
🧹 Internal / CI
- Refactor: structured
rebuildFailurereplacesrebuildErrors []stringin langmgr (#1560) - Stabilize CI — golangci-lint alignment, deterministic tests, network retries (#1477)
- Pin BuildKit version and set explicit DNS for podman/container env (#1563)
- Pin scanner-plugin-template dependency in build workflow (#1544)
📚 Docs
-
v0.14.0-rc.204 May 2026 pre-releaseRelease notes
Open source →v0.14.0-rc.2
⚠️ Pre-release.
🆕 Changes since v0.14.0-rc.1
✨ Features
- Patch summary output showing total/patched/skipped vulnerabilities (#1517)
- Fallback source resolution for Go binary patching on stripped/distroless images (#1546)
🔒 Security hardening
- Prevent apt option injection from distroless package names (#1540)
- Cap buffered patch layer size to mitigate memory DoS (#1543)
- Block self-hosted build workflow jobs on forked PRs (#1539)
- Replace label-gated trusted-fork workflow with native fork PR approval (#1582, supersedes #1572, #1573)
🐛 Fixes
- Keep
frontend.DockerfileGo version aligned withgo.modand harden release pipeline (#1571)
📚 Docs
- Update website footer to LF Projects Series LLC trademark disclaimer (#1566)
Diff since rc.1: v0.14.0-rc.1...v0.14.0-rc.2
⚠️ Pre-release.
✨ Features
- Go binary patching — patch vulnerable Go binaries by rebuilding from source with updated stdlib/deps (#1388)
- Arch Linux support — pacman package manager (#1467)
- RPM chroot-based patching — patch RPM images that are missing a package manager (#1473)
- Python virtual environment patching — support venv-based site-packages via
PkgPath(#1485) - Bulk patching improvements — skip detection and cross-registry support (#1475)
- Test environment utilities for BuildKit integration tests (#1399)
- Demo recordings + asciinema player added to the website (#1453)
🔒 Security hardening
- Bump otel/sdk to fix CVE-2026-24051 (#1483)
- Validate RPM package names before distroless shell execution (#1541)
- Validate RPM package names in dnf chroot path (#1529)
- Validate Node.js npm tarballs before extraction (#1533)
- Prevent Node.js shell injection via untrusted package paths (#1538)
- Validate .NET deps.json script inputs to prevent command injection (#1537)
- Prevent Go module flag injection via leading-dash names (#1526)
- Prevent tag-based command injection in release workflow (#1535)
- Codebase audit hardening (#1507)
🐛 Bug fixes
- VEX: use installed version in PURLs and add distro qualifier for BOM-VEX correlation (#1552)
- Avoid masking package manager failures as no-updates (#1530)
- Restore strict multi-platform failure behavior when
ignore-errors=false(#1532) - Suppress NU1605 in generated patch.csproj for .NET (#1557)
- Filter App.Runtime images in .NET patching (#1501)
- Replace npm install with direct tarball replacement (#1479)
- Resolve TUI freeze and CLI deadlock on early build errors (#1505)
- Close progress channel when no platforms need patching (#1528)
- Migrate
docker/dockertomoby/moby/client(#1525) - Go patching log levels (#1516)
⬆️ Dependency upgrades
- BuildKit 0.28.1 (#1512)
- Trivy v0.69.3 + OpenTelemetry-Go v1.43.0 (#1558)
- google.golang.org/grpc 1.78.0 → 1.79.3 (#1480, #1502)
- github.com/quay/claircore 1.5.45 → 1.5.52 (#1442, #1464, #1518)
- github.com/google/go-containerregistry 0.20.7 → 0.21.3 (#1520)
- k8s.io/apimachinery 0.35.0 → 0.35.2 (#1470, #1487)
- testcontainers-go 0.38.0 → 0.40.0 (#1438)
- Plus dependabot bumps for dependency groups across the project
🧹 Internal / CI
- Refactor: structured
rebuildFailurereplacesrebuildErrors []stringin langmgr (#1560) - Stabilize CI — golangci-lint alignment, deterministic tests, network retries (#1477)
- Pin BuildKit version and set explicit DNS for podman/container env (#1563)
- Pin scanner-plugin-template dependency in build workflow (#1544)
📚 Docs
- Improve buildkit-frontend examples (#1498)
- Generate v0.13.x docs (#1437)
- Remove Microsoft support policy section from SUPPORT.md (#1455)
Full changelog: v0.13.0...v0.14.0-rc.1
-
v0.14.0-rc.128 Apr 2026 pre-releaseRelease notes
Open source →v0.14.0-rc.1
⚠️ Pre-release.
✨ Features
- Go binary patching — patch vulnerable Go binaries by rebuilding from source with updated stdlib/deps (#1388)
- Arch Linux support — pacman package manager (#1467)
- RPM chroot-based patching — patch RPM images that are missing a package manager (#1473)
- Python virtual environment patching — support venv-based site-packages via
PkgPath(#1485) - Bulk patching improvements — skip detection and cross-registry support (#1475)
- Test environment utilities for BuildKit integration tests (#1399)
- Demo recordings + asciinema player added to the website (#1453)
🔒 Security hardening
- Bump otel/sdk to fix CVE-2026-24051 (#1483)
- Validate RPM package names before distroless shell execution (#1541)
- Validate RPM package names in dnf chroot path (#1529)
- Validate Node.js npm tarballs before extraction (#1533)
- Prevent Node.js shell injection via untrusted package paths (#1538)
- Validate .NET deps.json script inputs to prevent command injection (#1537)
- Prevent Go module flag injection via leading-dash names (#1526)
- Prevent tag-based command injection in release workflow (#1535)
- Codebase audit hardening (#1507)
🐛 Bug fixes
- VEX: use installed version in PURLs and add distro qualifier for BOM-VEX correlation (#1552)
- Avoid masking package manager failures as no-updates (#1530)
- Restore strict multi-platform failure behavior when
ignore-errors=false(#1532) - Suppress NU1605 in generated patch.csproj for .NET (#1557)
- Filter App.Runtime images in .NET patching (#1501)
- Replace npm install with direct tarball replacement (#1479)
- Resolve TUI freeze and CLI deadlock on early build errors (#1505)
- Close progress channel when no platforms need patching (#1528)
- Migrate
docker/dockertomoby/moby/client(#1525) - Go patching log levels (#1516)
⬆️ Dependency upgrades
- BuildKit 0.28.1 (#1512)
- Trivy v0.69.3 + OpenTelemetry-Go v1.43.0 (#1558)
- google.golang.org/grpc 1.78.0 → 1.79.3 (#1480, #1502)
- github.com/quay/claircore 1.5.45 → 1.5.52 (#1442, #1464, #1518)
- github.com/google/go-containerregistry 0.20.7 → 0.21.3 (#1520)
- k8s.io/apimachinery 0.35.0 → 0.35.2 (#1470, #1487)
- testcontainers-go 0.38.0 → 0.40.0 (#1438)
- Plus dependabot bumps for dependency groups across the project
🧹 Internal / CI
- Refactor: structured
rebuildFailurereplacesrebuildErrors []stringin langmgr (#1560) - Stabilize CI — golangci-lint alignment, deterministic tests, network retries (#1477)
- Pin BuildKit version and set explicit DNS for podman/container env (#1563)
- Pin scanner-plugin-template dependency in build workflow (#1544)
📚 Docs
- Improve buildkit-frontend examples (#1498)
- Generate v0.13.x docs (#1437)
- Remove Microsoft support policy section from SUPPORT.md (#1455)
Full changelog: v0.13.0...v0.14.0-rc.1
-
v0.13.1-0.20260424092917-1d83dc918b4c24 Apr 2026 pre-releaseNothing published for this version
-
v0.13.1-0.20260423125658-4f3710ddb34723 Apr 2026 pre-releaseNothing published for this version
-
v0.13.1-0.20260422213235-21047038c9fe22 Apr 2026 pre-releaseNothing published for this version
-
v0.13.1-0.20260402183903-da17cae8e1c702 Apr 2026 pre-releaseNothing published for this version
-
v0.13.1-0.20260325210623-776845fb14eb25 Mar 2026 pre-releaseNothing published for this version
-
v0.13.1-0.20260304081321-e982d1102c3504 Mar 2026 pre-releaseNothing published for this version
-
v0.13.1-0.20260217155527-c55c706ce32517 Feb 2026 pre-releaseNothing published for this version
-
v0.13.009 Jan 2026Release notes
Open source →Notable Changes
- ⚙️ Can now use Copa as a Buildkit front end
- 🚚 Bulk Image Patching to patch multiple images from a single declarative config!
- 🧩 .NET app-level patching
- 🦎 SUSE distro support
Changelog
- 28c466e feat: add support to SUSE and openSUSE distros with Zypper (#1294)
- 358b2a9 build: update Go base image to 1.25.5-alpine3.23 (#1432)
- babc08e chore: bump github.com/charmbracelet/lipgloss from 0.7.1 to 0.13.1 (#1435)
- e07a778 chore: bump google.golang.org/grpc from 1.77.0 to 1.78.0 (#1434)
- bbb2395 chore: bump qs from 6.14.0 to 6.14.1 in /website (#1431)
- 92d26c1 docs: Revert "docs: add distroless images support documentation" (#1433)
- 95008df docs: add distroless images support documentation (#1430)
- 9697ce8 chore: bump the all group across 1 directory with 7 updates (#1429)
- 153bd4d docs: update link for trivy installation guide (#1426)
- 5c04112 chore: bump k8s.io/apimachinery from 0.34.3 to 0.35.0 (#1427)
- b4d40f4 chore: bump golang.org/x/term from 0.37.0 to 0.38.0 (#1416)
- 5d9a56a feat: Bulk Image Patching (#1235)
- 509008e fix: add registry authentication for platform discovery (#1420)
- 3747056 chore: bump github.com/moby/buildkit from 0.26.2 to 0.26.3 (#1422)
- 71e55d9 feat: improve tui (#1421)
- 1faa7b9 feat: .NET app-level patching (#1106)
- d715e29 chore: bump the all group with 4 updates (#1418)
- e398be5 chore: bump the all group in /website with 2 updates (#1417)
- 8a72242 chore: bump k8s.io/apimachinery from 0.34.2 to 0.34.3 (#1415)
- 1db23ce chore: bump github.com/moby/buildkit from 0.25.2 to 0.26.2 (#1413)
- 41db4e7 chore: bump the all group across 1 directory with 9 updates (#1412)
- a9dbb76 chore: bump the all group in /website with 2 updates (#1410)
- 6e9ca5a chore: bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#1407)
- e5edca3 chore: bump mdast-util-to-hast from 13.1.0 to 13.2.1 in /website (#1404)
- 83ba211 fix: exit successfully and fix status for up to date images (#1378)
- aa1b163 chore: bump express from 4.21.2 to 4.22.1 in /website (#1403)
- 71f7c30 chore: bump the all group across 1 directory with 9 updates (#1401)
- b2a2000 chore: bump node-forge from 1.3.1 to 1.3.2 in /website (#1400)
- f03e750 feat: add buildkit frontend (#1221)
- fe9c036 chore: bump google.golang.org/grpc from 1.76.0 to 1.77.0 (#1394)
- b852a63 fix: multi-platform url from docker when patching (#1393)
- beeca06 fix: update test images for CVE fixes (#1398)
- 0301e4f docs: add multi-platform patch summary (#1392)
- c17bd47 chore: bump golang.org/x/crypto from 0.43.0 to 0.45.0 (#1389)
- 44ef770 chore: bump the all group with 2 updates (#1385)
- 0a3c3e0 chore: bump @tsconfig/docusaurus from 2.0.5 to 2.0.7 in /website in the all group (#1384)
- bf7e156 chore: bump golang.org/x/term from 0.36.0 to 0.37.0 (#1381)
- 8941fbd chore: bump k8s.io/apimachinery from 0.34.1 to 0.34.2 (#1380)
- 3c518cc fix: Node.js patching introduces new vulnerabilities through transitive dependencies (#1379)
- b611800 chore: bump github.com/docker/docker from 28.5.1+incompatible to 28.5.2+incompatible (#1372)
- df8d3d6 chore: bump github.com/moby/buildkit from 0.25.1 to 0.25.2 (#1376)
- 04fdf4c chore: bump golang.org/x/sync from 0.17.0 to 0.18.0 (#1375)
- 5b60b0e chore: bump github.com/docker/cli from 28.5.1+incompatible to 28.5.2+incompatible (#1374)
- 6536384 chore: bump github.com/containerd/platforms from 1.0.0-rc.1 to 1.0.0-rc.2 (#1373)
- c801779 chore: bump the all group with 3 updates (#1371)
- 565da19 chore: bump github.com/containerd/containerd/v2 from 2.1.4 to 2.1.5 (#1370)
- d00d085 chore: bump github/codeql-action from 4.31.0 to 4.31.2 in the all group (#1368)
- 8925da4 chore: Generate v0.12.x docs (#1362)
- d488649 chore: bump @tsconfig/docusaurus from 2.0.4 to 2.0.5 in /website in the all group (#1367)
- 5d2dcb4 fix: version validation scripts for release tagging (#1364)
- 0c86ad6 fix: Non Zero Exit code for no upgradable packages causes build fail (#1274)
- 599e0ac fix: Trivy fails with "invalid tar header" when scanning Copa-patched images (#1359)
- b742077 chore: bump github.com/quay/claircore from 1.5.44 to 1.5.45 (#1357)
- 4bee93a chore: bump the all group with 4 updates (#1356)
- d48007a fix: platform filtering (#1354)
- eb4f9e4 fix: handle missing OS field in Trivy report (#1353)
- da2b414 docs: fix eol admonition title (#1351)
- b96894f docs: enhance release process documentation (#1350)
- 7a3dc8e chore: bump the all group with 4 updates (#1347)
- afbaee7 chore: bump the all group in /website with 3 updates (#1348)
-
v0.12.003 Nov 2025Release notes
Open source →Notable Changes
- 🧩 Experimental App-level Patching: Now supports Python and Node.js applications!
- 🐳 Docker Build Integration: Use the new
generatecommand to patch images. This provides support for any Docker CLI flags. - 📁 Local Output for Multi-Platform Patching: Added support for the
--oci-dirflag to store patched artifacts locally when performing multi-platform patching. - 🛠️ Enhanced End-of-Life (EOL) Checks: Improved support through
--exit-on-eoland--eol-api-urlflags for customizable EOL validation.
Changelog
-
v0.12.0-rc.329 Oct 2025 pre-releaseRelease notes
Open source →Notable Changes
- 🧩 Experimental App-level Patching: Now supports Python and Node.js applications!
- 🐳 Docker Build Integration: Use the new
generatecommand to patch images. This provides support for any Docker CLI flags. - 📁 Local Output for Multi-Platform Patching: Added support for the
--oci-dirflag to store patched artifacts locally when performing multi-platform patching. - 🛠️ Enhanced End-of-Life (EOL) Checks: Improved support through
--exit-on-eoland--eol-api-urlflags for customizable EOL validation.
Changelog
-
v0.12.0-rc.224 Oct 2025 pre-releaseRelease notes
Open source →Notable Changes
- 🧩 Experimental App-level Patching: Now supports Python and Node.js applications!
- 🐳 Docker Build Integration: Use the new
generatecommand to patch images. This provides support for any Docker CLI flags. - 📁 Local Output for Multi-Platform Patching: Added support for the
--oci-dirflag to store patched artifacts locally when performing multi-platform patching. - 🛠️ Enhanced End-of-Life (EOL) Checks: Improved support through
--exit-on-eoland--eol-api-urlflags for customizable EOL validation.
Changelog
-
v0.12.0-rc.1.0.20251218225901-1faa7b93556b18 Dec 2025 pre-releaseNothing published for this version
-
v0.12.0-rc.1.0.20251111185021-b6118000abc811 Nov 2025 pre-releaseNothing published for this version
-
v0.12.0-rc.1.0.20251110201600-6536384a755d10 Nov 2025 pre-releaseNothing published for this version
-
v0.12.0-rc.1.0.20251106165638-565da19b36ff06 Nov 2025 pre-releaseNothing published for this version
-
v0.12.0-rc.1.0.20251103152250-d488649b1b7a03 Nov 2025 pre-releaseNothing published for this version
-
v0.12.0-rc.1.0.20251103012835-5d2dcb47012503 Nov 2025 pre-releaseNothing published for this version
-
v0.12.0-rc.1.0.20251029154044-0c86ad61514629 Oct 2025 pre-releaseNothing published for this version
-
v0.12.0-rc.1.0.20251024171005-d48007aecc2f24 Oct 2025 pre-releaseNothing published for this version
-
v0.12.0-rc.1.0.20251023201009-da2b41484e9923 Oct 2025 pre-releaseNothing published for this version
-
v0.12.0-rc.115 Oct 2025 pre-releaseRelease notes
Open source →Notable Changes
- 🧩 Experimental App-level Patching: Now supports Python and Node.js applications!
- 🐳 Docker Build Integration: Use the new
generatecommand to patch images. This provides support for any Docker CLI flags. - 📁 Local Output for Multi-Platform Patching: Added support for the
--oci-dirflag to store patched artifacts locally when performing multi-platform patching. - 🛠️ Enhanced End-of-Life (EOL) Checks: Improved support through
--exit-on-eoland--eol-api-urlflags for customizable EOL validation.
New Contributors
- @acortelyou made their first contribution in #1253
- @Mossaka made their first contribution in #1276
- @yashgoyal0110 made their first contribution in #1324
- @koksay made their first contribution in #1334
Changelog
- ff6330d fix: add version validation and improve release workflow (#1346)
- 757401a feat: add nodejs patching (#1090)
- e7023b4 chore: Implement automatic release branch creation in GitHub workflow (#1207)
- 156b24f fix: multiplatform emulation failure (#1279)
- 6638dd2 chore: bump google.golang.org/grpc from 1.75.1 to 1.76.0 (#1341)
- 4c8ee71 chore: bump github.com/aquasecurity/trivy from 0.66.0 to 0.67.2 (#1340)
- f9144f3 chore: bump github.com/docker/docker from 28.5.0+incompatible to 28.5.1+incompatible (#1339)
- 926b6b7 chore: bump github.com/docker/cli from 28.4.0+incompatible to 28.5.1+incompatible (#1338)
- 4ec04b5 fix: Inaccurate message for multi-platform patching (#1325)
- 7d33062 feat: group dependabot upgrades (#1335)
- 8999d0d chore: bump the all group with 2 updates (#1337)
- 2b547e6 chore: bump golang.org/x/term from 0.35.0 to 0.36.0 (#1336)
- 485f816 chore: bump github.com/moby/buildkit from 0.24.0 to 0.25.0 (#1330)
- 2667594 chore: bump github.com/docker/docker from 28.4.0+incompatible to 28.5.0+incompatible (#1328)
- ecf0d97 chore(ci): update github runners to oci gh arc runners (#1334)
- ea08432 chore: bump the all group across 1 directory with 6 updates (#1333)
- 19cdcd0 feat: cli hint for renabling emulation (#1324)
- 74171f2 feat: Extend multi platform support for local patching (rebased) (#1321)
- 13198fb feat: add generate command (#1212)
- 8cb4a5c feat: full image references support with --tag (#1322)
- af8b72e chore: bump the all group in /website with 5 updates (#1329)
- ea88e8e chore: bump github.com/quay/claircore from 1.5.43 to 1.5.44 (#1326)
- 02ea0f4 feat: Implement EOL reporting improvements: retry logic, configurable URL, and exit-on-EOL flag (#1247)
- a28f98b chore: bump github.com/openvex/go-vex from 0.2.5 to 0.2.7 (#1312)
- 9393394 chore: bump the all group in /website with 3 updates (#1317)
- 2ec64de chore: bump github.com/quay/claircore from 1.5.39 to 1.5.42 (#1311)
- 41342e7 chore: bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#1310)
- 466a2df chore: bump google.golang.org/grpc from 1.75.0 to 1.75.1 (#1313)
- 9c85335 chore: bump the all group with 4 updates (#1318)
- 1190f66 feat: langmgr and python (#1091)
- 4f51759 chore: bump k8s.io/apimachinery from 0.34.0 to 0.34.1 (#1309)
- 0eae577 fix: get platform for rpm tooling image (#1275)
- 3c2c6f6 chore: update openvex dependency to v0.2.6 (#1308)
- b67603e chore: bump github.com/spf13/viper from 1.20.1 to 1.21.0 (#1300)
- 6e81904 chore: remove ignore errors for cbl mariner imgs and ignore CVE-2025-3576 (#1306)
- ad024a8 docs: update tsg with lower than required error (#1307)
- 86abb23 chore: bump the all group across 1 directory with 3 updates (#1305)
- dc0d96e chore: bump github.com/stretchr/testify from 1.11.0 to 1.11.1 (#1298)
- 6365768 chore: bump golang.org/x/sync from 0.16.0 to 0.17.0 (#1296)
- c89ff08 chore: bump github.com/docker/cli from 28.3.3+incompatible to 28.4.0+incompatible (#1297)
- a437373 fix: update ignoreErrors to true for Mariner images (#1304)
- f6ef287 docs: modify release docs for more accurate flow (#1250)
- 1a36a9c fix: add fallback for baseImage not found (#1280)
- a8f6e48 fix: create new context for local descriptor lookup (#1295)
- 655f33f chore: bump the all group with 7 updates (#1292)
- 1133081 chore: bump k8s.io/apimachinery from 0.33.4 to 0.34.0 (#1291)
- a69f6a4 chore: bump github.com/docker/docker from 28.3.3+incompatible to 28.4.0+incompatible (#1290)
- 8eb0b06 chore: bump the all group in /website with 2 updates (#1289)
- e69acc6 chore: bump github.com/aquasecurity/trivy from 0.65.0 to 0.66.0 (#1288)
- a7a93f0 chore: bump github.com/docker/buildx from 0.25.0 to 0.28.0 (#1286)
- 0f5ac8e docs: add --image-src to trivy (#1282)
- 3974d9c test: add more unit tests to bump up the test coverage (#1278)
- f706c91 test: Daily Test Coverage Improver: Add comprehensive tests for pkg/types and pkg/utils (#1276)
- bd2116c chore: bump the all group with 2 updates (#1270)
- b87f7b3 chore: bump google.golang.org/grpc from 1.74.2 to 1.75.0 (#1269)
- c631581 chore: bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#1267)
- 84ba0de ci: add copilot instructions (#1225)
- 6ab6bc4 chore: bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (#1264)
- 3b53ec4 chore: bump the all group across 1 directory with 2 updates (#1261)
- 9969375 chore: bump k8s.io/apimachinery from 0.33.3 to 0.33.4 (#1259)
- 825451c feat: add gotestsum to workflows (#1257)
- 32d19f4 fix: unit test bug for mac env (#1234)
- 3f1821a chore: bump the all group across 1 directory with 6 updates (#1258)
- e61b53e fix: make GetUniqueLatestUpdates deterministic (#1253)
- 81171db fix: debian tooling image missing platforms (#1256)
Full Changelog: v0.11.1...v0.12.0-rc.1
-
v0.11.2-0.20251007060517-13198fb1689c07 Oct 2025 pre-releaseNothing published for this version
-
v0.11.108 Aug 2025Nothing published for this version
-
v0.11.1-0.20250724180603-36ac193e7f4624 Jul 2025 pre-releaseNothing published for this version
-
v0.11.1-0.20250716231444-143697ed853216 Jul 2025 pre-releaseNothing published for this version
-
v0.11.1-0.20250716193836-c0aeadd1fefe16 Jul 2025 pre-releaseNothing published for this version
-
v0.11.1-0.20250715152025-d31d44dffab715 Jul 2025 pre-releaseNothing published for this version
-
v0.11.1-0.20250703213508-03523bd0340903 Jul 2025 pre-releaseNothing published for this version
-
v0.11.003 Jul 2025Nothing published for this version
-
v0.10.1-0.20250703185631-c990ce8e5fea03 Jul 2025 pre-releaseNothing published for this version
-
v0.10.1-0.20250501234714-64eea7489af901 May 2025 pre-releaseNothing published for this version
-
v0.10.1-0.20250403172438-2ddba478214c03 Apr 2025 pre-releaseNothing published for this version
-
v0.10.1-0.20250319124329-57bc16b20fee19 Mar 2025 pre-releaseNothing published for this version
-
v0.10.005 Mar 2025Nothing published for this version
-
v0.9.1-0.20241209193014-56c1294e9f9909 Dec 2024 pre-releaseNothing published for this version
-
v0.9.1-0.20241206222959-ddd8edd1d0d006 Dec 2024 pre-releaseNothing published for this version
-
v0.9.1-0.20241202161151-160c0aafaf3b02 Dec 2024 pre-releaseNothing published for this version
-
v0.9.1-0.20241125203350-3fe9032fd8ea25 Nov 2024 pre-releaseNothing published for this version
-
v0.9.1-0.20241118222036-dc44f2a030e818 Nov 2024 pre-releaseNothing published for this version
-
v0.9.1-0.20241113010945-3f897a138e6413 Nov 2024 pre-releaseNothing published for this version
-
v0.9.1-0.20241113004617-fa22765abe2413 Nov 2024 pre-releaseNothing published for this version
-
v0.9.1-0.20241112204857-64e28645f75d12 Nov 2024 pre-releaseNothing published for this version
-
v0.9.1-0.20241029190747-6b1e6f37c5cd29 Oct 2024 pre-releaseNothing published for this version
-
v0.9.029 Oct 2024Nothing published for this version
-
v0.8.1-0.20240913233709-d3ec17eda2d613 Sep 2024 pre-releaseNothing published for this version
-
v0.8.1-0.20240912172543-deba107351d912 Sep 2024 pre-releaseNothing published for this version
-
v0.8.1-0.20240911225551-5cc37eeeb8b611 Sep 2024 pre-releaseNothing published for this version
-
v0.8.009 Sep 2024Nothing published for this version
-
v0.7.1-0.20240903175202-f32017a8493503 Sep 2024 pre-releaseNothing published for this version