Skip to content

Latest commit

 

History

History
90 lines (42 loc) · 3.79 KB

CHANGELOG.md

File metadata and controls

90 lines (42 loc) · 3.79 KB

Changelog

0.3.0 (2024-07-11)

Features

  • Pull latest cosign binary from Chainguard (4a69e93)

Bug Fixes

  • Use cosign container ID instead of set name (ab5ee40)

0.2.2 (2024-01-03)

Features

  • verify: Add option to fail silently (c0e6a7d)
  • verify: Parse output with jq for cleaner formatting (a3aa801)

Bug Fixes

  • test-actions: Pass cosign.pub (67cfa5c)

Miscellaneous Chores

0.2.1 (2023-12-24)

Miscellaneous Chores

0.2.0 (2023-12-24)

Features

  • action: Support passing multiple containers (9060e51)

Bug Fixes

  • sign: Remove unused registry extraction (236af3e)

Miscellaneous Chores

0.1.2 (2023-12-19)

Features

  • verify: Support verification against certificates (07602f6)

Miscellaneous Chores

0.1.1 (2023-12-18)

Features

  • ci: Add tests for actions (a10cd8a)

Bug Fixes

  • actions: Pass registry token and GitHub token when signing (1696915)
  • actions: Replace deprecated 'using' with 'uses' when retrieving cosign-installer (ff0438d)
  • actions: Use lowercase workaround in verify, correct its usage (8f5aefc)
  • ci: Point to correct branch, don't run on PR (8efebfc)
  • release-please: Remove package name (fc8e6d1)
  • sign: Set shell to bash when signing container (0a4c958)
  • sign: Store private key in environment (b852ddf)

Miscellaneous Chores