Skip to content

Commit 22b2955

Browse files
Add CHANGELOG for 1.1.0 (#994)
Signed-off-by: Hayden Blauzvern <[email protected]>
1 parent 78d4c0e commit 22b2955

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,3 +1,41 @@
1+
# v1.1.0
2+
3+
Fulcio 1.1.0 adds support for Buildkite, supports running the HTTP and gRPC servers on the same port,
4+
and fixes a few bugs in the GCP CA Service integration. Fulcio 1.1.0 updates Go to 1.20.
5+
6+
## Enhancements
7+
8+
* Add Buildkite OIDC to Fulcio (https://github.com/sigstore/fulcio/pull/890)
9+
* Update Fulcio to 1.20 (https://github.com/sigstore/fulcio/pull/989)
10+
* Add in --duplex flag to run HTTP and GRPC servers on the same port (https://github.com/sigstore/fulcio/pull/931)
11+
* Expose client options for google ca (https://github.com/sigstore/fulcio/pull/892)
12+
13+
## Bug Fixes
14+
15+
* googleca: close certificate authority client when done (https://github.com/sigstore/fulcio/pull/930)
16+
* Fix bugs in googleca and update flag description (https://github.com/sigstore/fulcio/pull/897)
17+
* Fix pkcs11ca with no cgo compilation bug (https://github.com/sigstore/fulcio/pull/898)
18+
19+
## Miscellaneous
20+
21+
* Add custom error logs when communicating with the CA backend (https://github.com/sigstore/fulcio/pull/966)
22+
* Add new format for AKS OIDC issuer (https://github.com/sigstore/fulcio/pull/971)
23+
* expose rpc options to add auth creds (https://github.com/sigstore/fulcio/pull/934)
24+
* Refactor kmsca constructor to accept x509.Certificates (https://github.com/sigstore/fulcio/pull/917)
25+
26+
## Contributors
27+
28+
* Bob Callaway
29+
* Carlos Tadeu Panato Junior
30+
* Harry Marr
31+
* Hayden B
32+
* Hector Fernandez
33+
* Luke Hinds
34+
* priyawadhwa
35+
* Samuel Cochran
36+
* William Woodruff
37+
* Yoriyasu Yano
38+
139
# v1.0.0
240

341
1.0 release!

0 commit comments

Comments
 (0)