Skip to content

Commit 75643c2

Browse files
Add changelog for v1.8.0 (#2195)
Signed-off-by: Hayden <[email protected]> Co-authored-by: Hayden <[email protected]>
1 parent db6dc59 commit 75643c2

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,34 @@
1+
# v1.8.0
2+
3+
## Bug Fixes
4+
5+
* fix: K8s API does not accept unauthorized requests (#2111)
6+
* fix: vault for enterprise expects only the key name (#2117)
7+
* fix(config): respect cacert on oidc-issuers (#2098)
8+
* Register `/healthz` endpoint when listening on duplex http/grpc port (#2046)
9+
10+
## Features
11+
12+
* feat: adds cert loading and key-match validation. (#2173)
13+
* expose gcp kms retry and timeout options (#2132)
14+
* server: Use warning log level for client errors (#2147)
15+
* Add workflow to periodically validate OIDC issuers (#2188)
16+
* Add Chainguard issuer (#2078)
17+
* Add logging for template error (#2194)
18+
* Add extension for deployment environment (#2190)
19+
20+
## Removal
21+
22+
* Remove cmd/create_tink_keyset (#2096)
23+
124
# v1.7.1
225

326
v1.7.1 contains a bug fix for extensions for CI providers where the OIDC claims
427
include HTML escape characters. If a client attempted to verify an extension value,
528
verification would fail unless an HTML-escaped string was used in the comparison.
629
Extension values will no longer be escaped.
730

8-
## Bug Fixes:
31+
## Bug Fixes
932

1033
* Do not HTML-escape extension values (#2023)
1134

0 commit comments

Comments
 (0)