|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## v0.6.0 (pending) |
| 3 | +## v0.6.0 |
4 | 4 |
|
5 | 5 | ### Enhancements |
6 | 6 |
|
7 | | -* BREAKING: Move `cosign upload-blob` to `cosign upload blob`. |
8 | | -* BREAKING: Move `cosign upload` to `cosign attach signature`. |
9 | | -* BREAKING: Move `cosign download` to `cosign download signature`. |
| 7 | +* BREAKING: Moved `cosign upload-blob` to `cosign upload blob` (https://github.com/sigstore/cosign/pull/378) |
| 8 | +* BREAKING: Moved `cosign upload` to `cosign attach signature` (https://github.com/sigstore/cosign/pull/378) |
| 9 | +* BREAKING: Moved `cosign download` to `cosign download signature` (https://github.com/sigstore/cosign/pull/392) |
| 10 | +* Added flags to specify slot, PIN, and touch policies for security keys (Thank you @ddz https://github.com/sigstore/cosign/pull/369) |
| 11 | +* Added `cosign verify-dockerfile` command (https://github.com/sigstore/cosign/pull/395) |
| 12 | +* Added SBOM support in `cosign attach` and `cosign download sbom` (https://github.com/sigstore/cosign/pull/387) |
| 13 | +* Sign & verify images using Kubernetes secrets (A muchas muchas gracias to @developer-guy and @Dentrax https://github.com/sigstore/cosign/pull/398) |
| 14 | +* Added support for AWS KMS (谢谢, @codysoyland https://github.com/sigstore/cosign/pull/426) |
| 15 | +* Numerous enhancements to our build & release process, courtesy @cpanato |
10 | 16 |
|
11 | 17 | ### Bug Fixes |
12 | 18 |
|
| 19 | +* Verify entry timestamp signatures of fetched Tlog entries (https://github.com/sigstore/cosign/pull/371) |
| 20 | + |
13 | 21 | ### Contributors |
14 | 22 |
|
| 23 | +* Asra Ali (@asraa) |
| 24 | +* Batuhan Apaydın (@developer-guy) |
| 25 | +* Carlos Panato (@cpanato) |
| 26 | +* Cody Soyland (@codysoyland) |
| 27 | +* Dan Lorenc (@dlorenc) |
| 28 | +* Dino A. Dai Zovi (@ddz) |
| 29 | +* Furkan Türkal (@Dentrax) |
| 30 | +* Jason Hall (@imjasonh) |
| 31 | +* Paris Zoumpouloglou (@zuBux) |
| 32 | +* Priya Wadhwa (@priyawadhwa) |
| 33 | +* Rémy Greinhofer (@rgreinho) |
| 34 | +* Russell Brown (@rjbrown57) |
| 35 | + |
15 | 36 | ## v0.5.0 |
16 | 37 |
|
17 | 38 | ### Enhancements |
|
0 commit comments