Skip to content

Commit 8e222e9

Browse files
Add CHANGELOG for 1.2.0 (#1083)
Signed-off-by: Hayden Blauzvern <[email protected]>
1 parent 841a58b commit 8e222e9

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.2.0
2+
3+
Fulcio 1.2.0 adds support for additional extensions in certificates issued for
4+
CI platforms, starting with GitHub Actions.
5+
6+
Deprecation warning: OIDs `1.3.6.1.4.1.57264.1.1` through `1.3.6.1.4.1.57264.1.6` have been deprecated,
7+
but are still present in the issued certificates. The new extensions `1.3.6.1.4.1.57264.1.8`
8+
through `1.3.6.1.4.1.57264.1.21` are correctly formatted as DER-encoded strings.
9+
10+
## Enhancements
11+
12+
* Implement standardized CI extensions for GitHub (https://github.com/sigstore/fulcio/pull/1073)
13+
* Allow specifying ChallengeClaim for an Issuer in the Fulcio config (https://github.com/sigstore/fulcio/pull/1007)
14+
* Support custom OIDC issuers
15+
* Begin implementing Issuer interface for email and github identities (https://github.com/sigstore/fulcio/pull/1005)
16+
* Implement Issuer interface for spiffe and kubernetes types (https://github.com/sigstore/fulcio/pull/1033)
17+
* Implement Issuer interface for username and uri Issuer types (https://github.com/sigstore/fulcio/pull/1035)
18+
* implement Issuer interface for buildkite (https://github.com/sigstore/fulcio/pull/1037)
19+
* Create BaseIssuer type to implement Match for all Issuers (https://github.com/sigstore/fulcio/pull/1039)
20+
* Use Issuer interface to allow for custom issuers (https://github.com/sigstore/fulcio/pull/1008)
21+
22+
## Bug Fixes
23+
24+
* Don't add nil issuers to issuer pool (https://github.com/sigstore/fulcio/pull/1053)
25+
26+
## Documentation
27+
28+
* Standardizing Fulcio Certificate Extensions (https://github.com/sigstore/fulcio/pull/945)
29+
* Add documentation for adding a new OIDC issuer (https://github.com/sigstore/fulcio/pull/1042)
30+
* Update TUF instructions in README (https://github.com/sigstore/fulcio/pull/1079)
31+
32+
## Contributors
33+
34+
* Carlos Tadeu Panato Junior
35+
* Hayden B
36+
* Philip Harrison
37+
* priyawadhwa
38+
139
# v1.1.0
240

341
Fulcio 1.1.0 adds support for Buildkite, supports running the HTTP and gRPC servers on the same port,

0 commit comments

Comments
 (0)