Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Releases: microsoft/notation-cose

v0.3.0-alpha.1

27 Apr 07:37
587488b

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

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

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