Skip to content

Commit 7b5e931

Browse files
author
Jake Sanders
authored
add v1.1.0 relnotes (#571)
Signed-off-by: Jake Sanders <[email protected]>
1 parent 764a237 commit 7b5e931

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

3+
## v1.1.0
4+
5+
### Enhancements
6+
7+
* BREAKING: The `-attestation` flag has been renamed to `-predicate` in `attest` (https://github.com/sigstore/cosign/pull/500)
8+
* Added `verify-manifest` command (https://github.com/sigstore/cosign/pull/490)
9+
* Added the ability to specify and validate well-known attestation types in `attest` with the `-type` flag (https://github.com/sigstore/cosign/pull/504)
10+
* Added `cosign init` command to setup the trusted local repository of SigStore's TUF root metadata (https://github.com/sigstore/cosign/pull/520)
11+
* Added timestamps to Cosign's custom In-Toto predicate (https://github.com/sigstore/cosign/pull/533)
12+
* `verify` now always verifies that the image exists (even when referenced by digest) before verification (https://github.com/sigstore/cosign/pull/543)
13+
14+
### Bug Fixes
15+
16+
* `verify-dockerfile` no longer fails on `FROM scratch` (https://github.com/sigstore/cosign/pull/509)
17+
* Fixed reading from STDIN with `attach sbom` (https://github.com/sigstore/cosign/pull/517)
18+
* Fixed broken documentation and implementation of `-output` for `verify` and `verify-attestation` (https://github.com/sigstore/cosign/pull/546)
19+
* Fixed nil pointer error when calling `upload blob` without specifying `-f` (https://github.com/sigstore/cosign/pull/563)
20+
21+
### Contributors
22+
23+
* Adolfo García Veytia (@puerco)
24+
* Anton Semjonov (@ansemjo)
25+
* Asra Ali (@asraa)
26+
* Batuhan Apaydın (@developer-guy)
27+
* Carlos Panato (@cpanato)
28+
* Dan Lorenc (@dlorenc)
29+
* @gkovan
30+
* Hector Fernandez (@hectorj2f)
31+
* Jake Sanders (@dekkagaijin)
32+
* Jim Bugwadia (@JimBugwadia)
33+
* Jose Donizetti (@josedonizetti)
34+
* Joshua Hansen (@joshes)
35+
* Jason Hall (@imjasonh)
36+
* Priya Wadhwa (@priyawadhwa)
37+
* Russell Brown (@rjbrown57)
38+
* Stephan Renatus (@srenatus)
39+
* Li Yi (@denverdino)
40+
341
## v1.0.0
442

543
### Enhancements

0 commit comments

Comments
 (0)