Skip to content

Commit 8874247

Browse files
authored
add changelog for v0.4.0 (#530)
Signed-off-by: cpanato <[email protected]>
1 parent be77c26 commit 8874247

File tree

1 file changed

+62
-25
lines changed

1 file changed

+62
-25
lines changed

CHANGELOG.md

Lines changed: 62 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,75 @@
1+
# v0.4.0
2+
3+
## Enhancements
4+
5+
* Add CSR support for key delivery and proof of possession (https://github.com/sigstore/fulcio/pull/527)
6+
* Remove checked in binary (https://github.com/sigstore/fulcio/pull/524)
7+
* add GRPC interface (https://github.com/sigstore/fulcio/pull/472)
8+
* Embed SCTs in issued certificates (https://github.com/sigstore/fulcio/pull/507)
9+
* Add intermediate CA implementation with KMS-backed signer (https://github.com/sigstore/fulcio/pull/496)
10+
11+
## Bug Fixes
12+
13+
* Fix null pointer crash and incorrect error statuses (https://github.com/sigstore/fulcio/pull/526)
14+
15+
## Documentation
16+
17+
* Add documentation for setting up Fulcio instance (https://github.com/sigstore/fulcio/pull/521)
18+
* Add documentation for CT log (https://github.com/sigstore/fulcio/pull/514)
19+
* examples: This adds example code on how to fetch a fulcio certificate (https://github.com/sigstore/fulcio/pull/324)
20+
21+
## Others
22+
23+
* Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.8.0 to 2.10.0 (https://github.com/sigstore/fulcio/pull/523)
24+
* Bump actions/checkout from 3.0.0 to 3.0.1 (https://github.com/sigstore/fulcio/pull/522)
25+
* Bump google.golang.org/protobuf from 1.27.1 to 1.28.0 in /hack/tools (https://github.com/sigstore/fulcio/pull/520)
26+
* Update release images (https://github.com/sigstore/fulcio/pull/517)
27+
* Bump github.com/spf13/viper from 1.10.1 to 1.11.0 (https://github.com/sigstore/fulcio/pull/516)
28+
* Bump github/codeql-action from 2.1.7 to 2.1.8 (https://github.com/sigstore/fulcio/pull/513)
29+
* add changelog for v0.3.0 release (https://github.com/sigstore/fulcio/pull/508)
30+
31+
## Contributors
32+
33+
* Bob Callaway (@bobcallaway)
34+
* Carlos Tadeu Panato Junior (@cpanato)
35+
* Hayden Blauzvern (@haydentherapper)
36+
* Morten Linderud (@Foxboron)
37+
138
# v0.3.0
239

340
## Enhancements
441

5-
* Generate larger, compliant serial numbers (#500)
6-
* Use provided HTTP client instead when fetching root cert (#502)
7-
* Add missing reader lock to File CA when reading certificate chain (#493)
8-
* Add validation of public keys to prevent certifying weak keys (#490)
9-
* Refactor API tests (#483)
10-
* Update Username OIDC flow based on comments (#463)
42+
* Generate larger, compliant serial numbers (https://github.com/sigstore/fulcio/pull/500)
43+
* Use provided HTTP client instead when fetching root cert (https://github.com/sigstore/fulcio/pull/502)
44+
* Add missing reader lock to File CA when reading certificate chain (https://github.com/sigstore/fulcio/pull/493)
45+
* Add validation of public keys to prevent certifying weak keys (https://github.com/sigstore/fulcio/pull/490)
46+
* Refactor API tests (https://github.com/sigstore/fulcio/pull/483)
47+
* Update Username OIDC flow based on comments (https://github.com/sigstore/fulcio/pull/463)
1148

1249
## Bug Fixes
1350

14-
* fix_certificate_readme_typos (#487)
15-
* Fix minor typs in security model README (#488)
16-
* Fix minor typos in README (#486)
17-
* fix build date format for version command (#484)
51+
* fix_certificate_readme_typos (https://github.com/sigstore/fulcio/pull/487)
52+
* Fix minor typs in security model README (https://github.com/sigstore/fulcio/pull/488)
53+
* Fix minor typos in README (https://github.com/sigstore/fulcio/pull/486)
54+
* fix build date format for version command (https://github.com/sigstore/fulcio/pull/484)
1855

1956
## Others
2057

21-
* update cosign and golang-cross images (#506)
22-
* Bump codecov/codecov-action from 2.1.0 to 3 (#505)
23-
* Bump github/codeql-action from 2.1.6 to 2.1.7 (#504)
24-
* Bump go.step.sm/crypto from 0.16.0 to 0.16.1 (#498)
25-
* Bump github/codeql-action from 1.1.5 to 2.1.6 (#497)
26-
* Bump google.golang.org/api from 0.73.0 to 0.74.0 (#499)
27-
* Bump github.com/prometheus/common from 0.32.1 to 0.33.0 (#491)
28-
* Bump google.golang.org/protobuf from 1.27.1 to 1.28.0 (#485)
29-
* Fix concurrency properly in File CA implementation (#495)
30-
* Bump go.step.sm/crypto from 0.15.3 to 0.16.0 (#482)
31-
* Bump google.golang.org/api from 0.72.0 to 0.73.0 (#479)
32-
* Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#478)
33-
* Bump github/codeql-action from 1.1.4 to 1.1.5 (#477)
34-
* Bump google.golang.org/api from 0.71.0 to 0.72.0 (#476)
35-
* Bump go.step.sm/crypto from 0.15.2 to 0.15.3 (#473)
58+
* update cosign and golang-cross images (https://github.com/sigstore/fulcio/pull/506)
59+
* Bump codecov/codecov-action from 2.1.0 to 3 (https://github.com/sigstore/fulcio/pull/505)
60+
* Bump github/codeql-action from 2.1.6 to 2.1.7 (https://github.com/sigstore/fulcio/pull/504)
61+
* Bump go.step.sm/crypto from 0.16.0 to 0.16.1 (https://github.com/sigstore/fulcio/pull/498)
62+
* Bump github/codeql-action from 1.1.5 to 2.1.6 (https://github.com/sigstore/fulcio/pull/497)
63+
* Bump google.golang.org/api from 0.73.0 to 0.74.0 (https://github.com/sigstore/fulcio/pull/499)
64+
* Bump github.com/prometheus/common from 0.32.1 to 0.33.0 (https://github.com/sigstore/fulcio/pull/491)
65+
* Bump google.golang.org/protobuf from 1.27.1 to 1.28.0 (https://github.com/sigstore/fulcio/pull/485)
66+
* Fix concurrency properly in File CA implementation (https://github.com/sigstore/fulcio/pull/495)
67+
* Bump go.step.sm/crypto from 0.15.3 to 0.16.0 (https://github.com/sigstore/fulcio/pull/482)
68+
* Bump google.golang.org/api from 0.72.0 to 0.73.0 (https://github.com/sigstore/fulcio/pull/479)
69+
* Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (https://github.com/sigstore/fulcio/pull/478)
70+
* Bump github/codeql-action from 1.1.4 to 1.1.5 (https://github.com/sigstore/fulcio/pull/477)
71+
* Bump google.golang.org/api from 0.71.0 to 0.72.0 (https://github.com/sigstore/fulcio/pull/476)
72+
* Bump go.step.sm/crypto from 0.15.2 to 0.15.3 (https://github.com/sigstore/fulcio/pull/473)
3673

3774
## Contributors
3875

0 commit comments

Comments
 (0)