Skip to content

Releases: notaryproject/notation-action

v1.2.0

27 Sep 05:26
0324234
Compare
Choose a tag to compare

What's New

  • setup action now installs Notation CLI v1.2.0 by default.
  • Introduced new fields timestamp_url and timestamp_root_cert in sign action for Notation CLI v1.2.0 or later. Users now able to sign with RFC 3161 compliant timestamping.
  • The verify action now supports timestamping countersignature verification for Notation CLI v1.2.0 or later. See Trust Policy and Trust Store for more details.
  • Introduced new field force_referrers_tag in sign action for Notation CLI v1.2.0 or later. Users who want to use the Referrers API supported by OCI 1.1 need to set force_referrers_tag to false during signing.
  • For Notation CLI v1.2.0 or later, the verify action now always uses the Referrers API, if not supported, automatically fallback to the Referrers Tag Schema.

Deprecation

  • Field allow_referrers_api for sign action is deprecated for Notation CLI v1.2.0 or later. Use force_referrers_tag instead.
  • Field allow_referrers_api for verify action is deprecated for Notation CLI v1.2.0 or later.

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

11 Jul 02:38
104aa99
Compare
Choose a tag to compare

What's New

  1. Support of sign/verify multiple images in one workflow step.
  2. For Notation with version greater or equal to v1.1.0, use notation plugin install command to set up plugins.

What's Changed

New Contributors

Full Changelog: v1...v1.1.0

v1.0.1

30 Jan 02:07
31cdbfe
Compare
Choose a tag to compare

What's Changed

  • chore: update README for proper rendering notes by @Two-Hearts in #43
  • chore: updated GitHub Action name and description in marketplace by @Two-Hearts in #44
  • chore: update GitHub Actions naming and description in marketplace by @Two-Hearts in #45
  • fix: rebuild dist/ with latest tsc by @Two-Hearts in #51
  • Updated the CODEOWNERS and MAINTAINERS files by @toddysm in #49
  • bump: bump up Notation CLI to v1.1.0 by @Two-Hearts in #53

Full Changelog: v1.0.0...v1.0.1

v1.0.0

20 Sep 07:54
629fbef
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/notaryproject/notation-action/commits/v1.0.0