Skip to content

Commit 89540b4

Browse files
authored
add changelog for release v0.5.0 (#637)
Signed-off-by: cpanato <[email protected]>
1 parent 4451cba commit 89540b4

File tree

1 file changed

+103
-11
lines changed

1 file changed

+103
-11
lines changed

CHANGELOG.md

Lines changed: 103 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,116 @@
1+
# v0.5.0
2+
3+
## Enhancements
4+
5+
* code refactor (https://github.com/sigstore/fulcio/pull/626 / https://github.com/sigstore/fulcio/pull/620 /
6+
https://github.com/sigstore/fulcio/pull/625 / https://github.com/sigstore/fulcio/pull/619 /
7+
https://github.com/sigstore/fulcio/pull/604 / https://github.com/sigstore/fulcio/pull/599 /
8+
https://github.com/sigstore/fulcio/pull/590 / https://github.com/sigstore/fulcio/pull/580 /
9+
https://github.com/sigstore/fulcio/pull/561 / https://github.com/sigstore/fulcio/pull/558)
10+
* Add API for fetching Fulcio configuration (https://github.com/sigstore/fulcio/pull/608)
11+
* Split pkg/server from pkg/api (https://github.com/sigstore/fulcio/pull/616)
12+
* Restict issuer claim mapping to email issuers (https://github.com/sigstore/fulcio/pull/606)
13+
* Validate SPIFFE IDs and trust domains via library (https://github.com/sigstore/fulcio/pull/592)
14+
* Use principal in CA abstraction (https://github.com/sigstore/fulcio/pull/570)
15+
* googleca: Don't log all identities (https://github.com/sigstore/fulcio/pull/577)
16+
* Small `ca` refactor (https://github.com/sigstore/fulcio/pull/569)
17+
* Remove unused Subject field from code signing certificate (https://github.com/sigstore/fulcio/pull/568)
18+
* Add client options testing (https://github.com/sigstore/fulcio/pull/562)
19+
* Add timeout to OIDC discovery (https://github.com/sigstore/fulcio/pull/560)
20+
21+
## Bug Fixes
22+
23+
* spiffe: correct trust domain checking (https://github.com/sigstore/fulcio/pull/588)
24+
* fix the digest image (https://github.com/sigstore/fulcio/pull/555)
25+
26+
## Documentation
27+
28+
* identity: improve the documentation for Principal.Name() (https://github.com/sigstore/fulcio/pull/579)
29+
30+
## Miscellaneous
31+
32+
* Use GenerateSerialNumber from cryptoutils (https://github.com/sigstore/fulcio/pull/571)
33+
* challenges: remove ParseCSR (https://github.com/sigstore/fulcio/pull/578)
34+
* Bump github/codeql-action from 2.1.11 to 2.1.12 (https://github.com/sigstore/fulcio/pull/629)
35+
* Bump ossf/scorecard-action from 1.1.0 to 1.1.1 (https://github.com/sigstore/fulcio/pull/630)
36+
* update cross-builder image to use go1.18.3 (https://github.com/sigstore/fulcio/pull/635)
37+
* typo: Github -> GitHub (https://github.com/sigstore/fulcio/pull/636)
38+
* Bump google.golang.org/api from 0.81.0 to 0.82.0 (https://github.com/sigstore/fulcio/pull/631)
39+
* Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.10.2 to 2.10.3 (https://github.com/sigstore/fulcio/pull/632)
40+
* Bump golang from 1.18.2 to 1.18.3 (https://github.com/sigstore/fulcio/pull/628)
41+
* Bump github.com/grpc-ecosystem/grpc-gateway/v2 in /hack/tools (https://github.com/sigstore/fulcio/pull/633)
42+
* Bump google.golang.org/grpc from 1.46.2 to 1.47.0 (https://github.com/sigstore/fulcio/pull/627)
43+
* Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 (https://github.com/sigstore/fulcio/pull/623)
44+
* Bump actions/setup-go from 3.1.0 to 3.2.0 (https://github.com/sigstore/fulcio/pull/621)
45+
* Bump github.com/spf13/viper from 1.11.0 to 1.12.0 (https://github.com/sigstore/fulcio/pull/622)
46+
* Update sigstore to pull in go-tuf security fixes (https://github.com/sigstore/fulcio/pull/617)
47+
* Bump ossf/scorecard-action from 1.0.4 to 1.1.0 (https://github.com/sigstore/fulcio/pull/618)
48+
* Bump cloud.google.com/go/security from 1.3.0 to 1.4.0 (https://github.com/sigstore/fulcio/pull/613)
49+
* Bump google.golang.org/api from 0.80.0 to 0.81.0 (https://github.com/sigstore/fulcio/pull/614)
50+
* Bump actions/dependency-review-action from 1.0.1 to 1.0.2 (https://github.com/sigstore/fulcio/pull/609)
51+
* Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.10.1 to 2.10.2 (https://github.com/sigstore/fulcio/pull/610)
52+
* Bump github.com/grpc-ecosystem/grpc-gateway/v2 in /hack/tools (https://github.com/sigstore/fulcio/pull/611)
53+
* Add e2e test that tests IssuerClaim (https://github.com/sigstore/fulcio/pull/605)
54+
* Bump actions/upload-artifact from 3.0.0 to 3.1.0 (https://github.com/sigstore/fulcio/pull/603)
55+
* Added additional tests for CA implementations and OIDC (https://github.com/sigstore/fulcio/pull/602)
56+
* Bump github.com/grpc-ecosystem/grpc-gateway/v2 in /hack/tools (https://github.com/sigstore/fulcio/pull/601)
57+
* Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.10.0 to 2.10.1 (https://github.com/sigstore/fulcio/pull/600)
58+
* cmd/app: remove dependency on deprecated github.com/pkg/errors (https://github.com/sigstore/fulcio/pull/598)
59+
* Bump github.com/googleapis/api-linter in /hack/tools (https://github.com/sigstore/fulcio/pull/597)
60+
* Bump github/codeql-action from 2.1.10 to 2.1.11 (https://github.com/sigstore/fulcio/pull/593)
61+
* Bump go.step.sm/crypto from 0.16.1 to 0.16.2 (https://github.com/sigstore/fulcio/pull/594)
62+
* Bump google.golang.org/api from 0.79.0 to 0.80.0 (https://github.com/sigstore/fulcio/pull/595)
63+
* Skip tests that require network access with HERMETIC=true (https://github.com/sigstore/fulcio/pull/587)
64+
* Bump github.com/google/certificate-transparency-go from 1.1.2 to 1.1.3 (https://github.com/sigstore/fulcio/pull/586)
65+
* Bump google.golang.org/grpc from 1.46.0 to 1.46.2 (https://github.com/sigstore/fulcio/pull/585)
66+
* Bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2 (https://github.com/sigstore/fulcio/pull/584)
67+
* Bump actions/setup-go from 3.0.0 to 3.1.0 (https://github.com/sigstore/fulcio/pull/582)
68+
* Add some tests for challenges (https://github.com/sigstore/fulcio/pull/583)
69+
* Bump actions/dependency-review-action (https://github.com/sigstore/fulcio/pull/581)
70+
* Bump github/codeql-action (https://github.com/sigstore/fulcio/pull/572)
71+
* Bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 (https://github.com/sigstore/fulcio/pull/573)
72+
* Update to use go1.18 (https://github.com/sigstore/fulcio/pull/576)
73+
* Bump github.com/coreos/go-oidc/v3 from 3.1.0 to 3.2.0 (https://github.com/sigstore/fulcio/pull/574)
74+
* Bump github.com/googleapis/api-linter in /hack/tools (https://github.com/sigstore/fulcio/pull/575)
75+
* update go to 1.17.10 (https://github.com/sigstore/fulcio/pull/567)
76+
* Bump github/codeql-action from 2.1.9 to 2.1.10 (https://github.com/sigstore/fulcio/pull/565)
77+
* Bump google.golang.org/api from 0.78.0 to 0.79.0 (https://github.com/sigstore/fulcio/pull/566)
78+
* Bump github.com/googleapis/api-linter in /hack/tools (https://github.com/sigstore/fulcio/pull/557)
79+
* Bump google.golang.org/api from 0.77.0 to 0.78.0 (https://github.com/sigstore/fulcio/pull/556)
80+
* update go builder image and cosign image (https://github.com/sigstore/fulcio/pull/554)
81+
* add changelog for 0.4.1 release (https://github.com/sigstore/fulcio/pull/553)
82+
83+
84+
## Contributors
85+
86+
* Carlos Tadeu Panato Junior (@cpanato)
87+
* Hayden Blauzvern (@haydentherapper)
88+
* Jason Hall (@imjasonh)
89+
* Koichi Shiraishi (@zchee)
90+
* Miloslav Trmač (@mtrmac)
91+
* Nathan Smith (@nsmith5)
92+
193
# v0.4.1
294

395
## Bug Fixes
496

5-
* Fix key usage for issued certificates (#549)
97+
* Fix key usage for issued certificates (https://github.com/sigstore/fulcio/pull/549)
698

799
## Documentation
8100

9-
* Add note about the status of the legacy HTTP API. (#531)
101+
* Add note about the status of the legacy HTTP API. (https://github.com/sigstore/fulcio/pull/531)
10102

11103
## Others
12104

13-
* Bump google.golang.org/api from 0.76.0 to 0.77.0 (#552)
14-
* chore(deps): Included dependency review (#540)
15-
* Add @haydentherapper to CODEOWNERS (#548)
16-
* Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 (#544)
17-
* Bump github.com/fsnotify/fsnotify from 1.5.3 to 1.5.4 (#543)
18-
* Bump google.golang.org/api from 0.75.0 to 0.76.0 (#542)
19-
* Bump github/codeql-action from 2.1.8 to 2.1.9 (#545)
20-
* Bump github.com/googleapis/api-linter in /hack/tools (#546)
21-
* Bump google.golang.org/grpc from 1.45.0 to 1.46.0 (#541)
105+
* Bump google.golang.org/api from 0.76.0 to 0.77.0 (https://github.com/sigstore/fulcio/pull/552)
106+
* chore(deps): Included dependency review (https://github.com/sigstore/fulcio/pull/540)
107+
* Add @haydentherapper to CODEOWNERS (https://github.com/sigstore/fulcio/pull/548)
108+
* Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 (https://github.com/sigstore/fulcio/pull/544)
109+
* Bump github.com/fsnotify/fsnotify from 1.5.3 to 1.5.4 (https://github.com/sigstore/fulcio/pull/543)
110+
* Bump google.golang.org/api from 0.75.0 to 0.76.0 (https://github.com/sigstore/fulcio/pull/542)
111+
* Bump github/codeql-action from 2.1.8 to 2.1.9 (https://github.com/sigstore/fulcio/pull/545)
112+
* Bump github.com/googleapis/api-linter in /hack/tools (https://github.com/sigstore/fulcio/pull/546)
113+
* Bump google.golang.org/grpc from 1.45.0 to 1.46.0 (https://github.com/sigstore/fulcio/pull/541)
22114

23115
## Contributors
24116

0 commit comments

Comments
 (0)