Skip to content

Releases: notaryproject/notation-action

v1.2.2

24 Feb 05:55
b6fee73
Compare
Choose a tag to compare

What's New

  • setup action now installs Notation CLI v1.3.1 by default.
  • Upgraded dependencies.

What's Changed

  • chore(deps): bump @types/node from 22.10.1 to 22.10.7 by @dependabot in #100
  • chore(deps): bump @types/node from 22.10.7 to 22.13.0 by @dependabot in #104
  • chore(deps): bump @actions/tool-cache from 2.0.1 to 2.0.2 by @dependabot in #99
  • chore(deps): bump undici from 5.28.4 to 5.28.5 by @dependabot in #101
  • chore(deps): bump @types/node from 22.13.0 to 22.13.5 by @dependabot in #107
  • bump: upgraded to use Notation v1.3.1 by default by @Two-Hearts in #108

Full Changelog: v1.2.1...v1.2.2

v1.2.1

22 Jan 07:36
e3565b3
Compare
Choose a tag to compare

What's New

  • setup action now installs Notation CLI v1.3.0 by default.
  • When using Notation CLI v1.3.0, verify action now supports CRL revocation check. It is automatically enabled when applicable during verification. See more details here.

What's Changed

Full Changelog: v1.2.0...v1.2.1

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