Skip to content

v0.12.0-rc.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Oct 18:26
· 14 commits to main since this release

Notable Changes

  • 🧩 Experimental App-level Patching: Now supports Python and Node.js applications!
  • 🐳 Docker Build Integration: Use the new generate command to patch images. This provides support for any Docker CLI flags.
  • 📁 Local Output for Multi-Platform Patching: Added support for the --oci-dir flag to store patched artifacts locally when performing multi-platform patching.
  • 🛠️ Enhanced End-of-Life (EOL) Checks: Improved support through --exit-on-eol and --eol-api-url flags for customizable EOL validation.

Changelog

  • 6aba8cd Merge branch 'release-0.12' of github.com:project-copacetic/copacetic into release-0.12
  • 134fbc1 chore: cherry pick fixes for v0.12.0 rc2 (#1355)
  • 17017ff fix: handle missing OS field in Trivy report (#1353)
  • c70a108 fix: platform filtering (#1354)