Skip to content

Commit 5f4a0ca

Browse files
authored
add changelog for v0.5.1 (#675)
* add changelog for v0.5.1 Signed-off-by: cpanato <[email protected]> * add url to point to the prs Signed-off-by: cpanato <[email protected]>
1 parent 77d22f4 commit 5f4a0ca

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
# v0.5.1
2+
3+
## Enhancements
4+
5+
* pipe all log messages to stdout for dev logger (https://github.com/sigstore/fulcio/pull/673)
6+
* Add CORS support to HTTP endpoint (https://github.com/sigstore/fulcio/pull/670)
7+
* generate OpenAPI documents from protobuf (https://github.com/sigstore/fulcio/pull/666)
8+
* Add Tink signing backend (https://github.com/sigstore/fulcio/pull/645)
9+
* Refactor in-memory signing CAs to use a single implementation (https://github.com/sigstore/fulcio/pull/644)
10+
* change grpc response logger to debug level instead of error (https://github.com/sigstore/fulcio/pull/648)
11+
* Add interface for certs/signer fetching to remove mutex (https://github.com/sigstore/fulcio/pull/643)
12+
13+
## Miscellaneous
14+
15+
* Bump github.com/googleapis/api-linter in /hack/tools (https://github.com/sigstore/fulcio/pull/674)
16+
* Update sigstore to pull in fixes (https://github.com/sigstore/fulcio/pull/671)
17+
* Bump github.com/spiffe/go-spiffe/v2 from 2.1.0 to 2.1.1 (https://github.com/sigstore/fulcio/pull/668)
18+
* Bump github.com/googleapis/api-linter in /hack/tools (https://github.com/sigstore/fulcio/pull/669)
19+
* add dependabot hack to monitor for new protoc releases (https://github.com/sigstore/fulcio/pull/667)
20+
* Bump github/codeql-action from 2.1.14 to 2.1.15 (https://github.com/sigstore/fulcio/pull/663)
21+
* Bump google.golang.org/api from 0.85.0 to 0.86.0 (https://github.com/sigstore/fulcio/pull/664)
22+
* Bump ossf/scorecard-action from 1.1.1 to 1.1.2 (https://github.com/sigstore/fulcio/pull/662)
23+
* Bump golang from `957001e` to `a452d62` (https://github.com/sigstore/fulcio/pull/661)
24+
* Bump golang from `1c3d22f` to `957001e` (https://github.com/sigstore/fulcio/pull/660)
25+
* Bump github/codeql-action from 2.1.13 to 2.1.14 (https://github.com/sigstore/fulcio/pull/659)
26+
* Bump github/codeql-action from 2.1.12 to 2.1.13 (https://github.com/sigstore/fulcio/pull/656)
27+
* Bump google.golang.org/api from 0.84.0 to 0.85.0 (https://github.com/sigstore/fulcio/pull/657)
28+
* Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (https://github.com/sigstore/fulcio/pull/658)
29+
* Bump github.com/prometheus/common from 0.34.0 to 0.35.0 (https://github.com/sigstore/fulcio/pull/655)
30+
* Bump github.com/googleapis/api-linter in /hack/tools (https://github.com/sigstore/fulcio/pull/653)
31+
* Bump actions/dependency-review-action from 2.0.1 to 2.0.2 (https://github.com/sigstore/fulcio/pull/652)
32+
* Bump golang from `b203dc5` to `1c3d22f` (https://github.com/sigstore/fulcio/pull/649)
33+
* Bump github.com/googleapis/api-linter in /hack/tools (https://github.com/sigstore/fulcio/pull/651)
34+
* Bump actions/dependency-review-action from 1.0.2 to 2.0.1 (https://github.com/sigstore/fulcio/pull/650)
35+
* Bump google.golang.org/api from 0.83.0 to 0.84.0 (https://github.com/sigstore/fulcio/pull/647)
36+
* Bump google.golang.org/api from 0.82.0 to 0.83.0 (https://github.com/sigstore/fulcio/pull/642)
37+
38+
## Contributors
39+
40+
* Bob Callaway (@bobcallaway)
41+
* Hayden Blauzvern (@haydentherapper)
42+
143
# v0.5.0
244

345
## Enhancements

0 commit comments

Comments
 (0)