Skip to content

Releases: microsoft/notation-cose

v0.3.0-alpha.1

27 Apr 07:37
587488b
Compare
Choose a tag to compare
v0.3.0-alpha.1 Pre-release
Pre-release

Documentation

Read README.md to get started.

Installation

Install the notation-cose plugin on Linux or WSL2:

# Create a directory for the plugin
mkdir -p ~/.config/notation/plugins/cose

# Download and extract the plugin
curl -L https://github.com/microsoft/notation-cose/releases/download/v0.3.0-alpha.1/notation-cose_0.3.0-alpha.1_Linux_amd64.tar.gz \
    | tar xzC ~/.config/notation/plugins/cose notation-cose

Changelog

  • Changed license from MPL 2.0 to Apache 2.0
  • Upgraded dependencies to the latest (#3)
    • Highlight: Upgraded to a more mature version of go-cose.

v0.2.0-alpha.1

18 Feb 16:27
Compare
Choose a tag to compare
v0.2.0-alpha.1 Pre-release
Pre-release

Documentation

Read README.md to get started.

Installation

Install the notation-cose plugin on Linux or WSL2:

# Create a directory for the plugin
mkdir -p ~/.config/notation/plugins/cose

# Download and extract the plugin
curl -L https://github.com/microsoft/notation-cose/releases/download/v0.2.0-alpha.1/notation-cose_0.2.0-alpha.1_Linux_amd64.tar.gz \
    | tar xzC ~/.config/notation/plugins/cose notation-cose

Changelog

  • Use ORAS descriptor media type instead of oci descriptor
  • Refine COSE headers
  • Refine signing and verification implementation
  • Allow keys with any EKUs
  • New cq tool to inspect COSE signatures

v0.1.0-alpha.1

15 Feb 11:44
Compare
Choose a tag to compare
v0.1.0-alpha.1 Pre-release
Pre-release

Documentation

Read README.md to get started.

Installation

Install the notation-cose plugin on Linux or WSL2:

# Create a directory for the plugin
mkdir -p ~/.config/notation/plugins/cose

# Download and extract the plugin
curl -L https://github.com/microsoft/notation-cose/releases/download/v0.1.0-alpha.1/notation-cose_0.1.0-alpha.1_Linux_amd64.tar.gz \
    | tar xzC ~/.config/notation/plugins/cose notation-cose