Skip to content

Commit 934567a

Browse files
author
Jake Sanders
authored
add 1.4.1 relnotes (#1186)
Signed-off-by: Jake Sanders <[email protected]>
1 parent fe3a030 commit 934567a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## v1.4.1
4+
5+
### Highlights
6+
7+
A whole buncha bugfixes!
8+
9+
### Enhancements
10+
11+
* Files created with `--output-signature` and `--output-certificate` now created with 0600 permissions (https://github.com/sigstore/cosign/pull/1151)
12+
* Added `cosign verify-attestation --local-image` for verifying signed images with attestations from disk (https://github.com/sigstore/cosign/pull/1174)
13+
* Added the ability to fetch the TUF root over HTTP with `cosign initialize --mirror` (https://github.com/sigstore/cosign/pull/1185)
14+
15+
### Bug Fixes
16+
17+
* Fixed saving and loading a signed image index to disk (https://github.com/sigstore/cosign/pull/1147)
18+
* Fixed `sign-blob --output-certificate` writing an empty file (https://github.com/sigstore/cosign/pull/1149)
19+
* Fixed assorted issues related to the initialization and use of Sigstore's TUF root of trust (https://github.com/sigstore/cosign/pull/1157)
20+
21+
### Contributors
22+
23+
* Carlos Alexandro Becker (@caarlos0)
24+
* Carlos Panato (@cpanato)
25+
* Hayden Blauzvern (@haydentherapper)
26+
* Jake Sanders (@dekkagaijin)
27+
* Matt Moore (@mattmoor)
28+
* Priya Wadhwa (@priyawadhwa)
29+
* Radoslav Gerganov (@rgerganov)
30+
331
## v1.4.0
432

533
### Highlights

0 commit comments

Comments
 (0)