This repository was archived by the owner on Nov 11, 2025. It is now read-only.
Releases: microsoft/notation-cose
Releases · microsoft/notation-cose
v0.3.0-alpha.1
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-coseChangelog
- 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.
- Highlight: Upgraded to a more mature version of
v0.2.0-alpha.1
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-coseChangelog
- Use ORAS descriptor media type instead of oci descriptor
- Refine COSE headers
- Refine signing and verification implementation
- Allow keys with any EKUs
- New
cqtool to inspect COSE signatures
v0.1.0-alpha.1
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