Skip to content

v0.15.0

Choose a tag to compare

@github-actions github-actions released this 11 May 17:47
dd6264a

0.15.0 (2026-05-11)

Added

  • add oci registry support (9615e78)
  • oci: add push and pull list commands (49ddd64)
  • oci: add registry push and pull for build artifacts (3c061f2)
  • oci: add TLS options for registry transfers (e087def)
  • oci: allow confirmed darwin/linux foreign artifact pulls (a4786a1)
  • oci: show transfer progress for push and pull (2e649a0)

Fixed

  • ci: restrict GHCR publish permissions (2a6f990)
  • cli: remove duplicated root help sections (22fd4f1)
  • oci: reject duplicate manifest layer titles (8f389b9)
  • oci: suppress gosec G402 on insecure TLS field (c5d970d)
  • test: normalize workflow line endings for Windows CI (43f77a0)

Changed

  • oci: split artifact handling into focused modules (850ef4f)

CI

  • publish ubuntu build artifacts to GHCR (b0ed47d)
  • restrict GHCR artifact publishing to main (c74a1e2)
  • run Linux Windows QEMU builds as start-only probes (83acc0e)
  • run OCI package unit tests (ca1490f)
  • run OCI registry integration test (23e8781)