From 5f83dcdcbff7f3bfc18981eee1557dc068ccea06 Mon Sep 17 00:00:00 2001 From: dlorenc Date: Mon, 19 Apr 2021 15:34:11 -0500 Subject: [PATCH] Release notes for 0.3.0! (#266) Signed-off-by: Dan Lorenc --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba0690b9099..5c686d51a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## v0.3.0 + +This is the third release of `cosign`! + +We still expect many flags, commands, and formats to change going forward, but we're getting closer. +No backwards compatiblity is promised or implied yet, though we are hoping to formalize this policy in the next release. +See [#254](https://github.com/sigstore/cosign/issues/254) for more info. + +### Enhancements + +* The `-output-file` flag supports writing output to a specific file +* The `-key` flag now supports `kms` references and URLs, the `kms` specific flag has been removed +* Yubikey/PIV hardware support is now included! +* Support for signing and verifying multiple images in one invocation + +### Bug Fixes + +* Bug fixes in KMS keypair generation +* Bug fixes in key type parsing + +### Contributors + +* Dan Lorenc +* Priya Wadhwa +* Ivan Font +* Depandabot! +* Mark Bestavros +* Jake Sanders +* Carlos Tadeu Panato Junior + ## v0.2.0 This is the second release of `cosign`!