File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 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
326v1.7.1 contains a bug fix for extensions for CI providers where the OIDC claims
427include HTML escape characters. If a client attempted to verify an extension value,
528verification would fail unless an HTML-escaped string was used in the comparison.
629Extension values will no longer be escaped.
730
8- ## Bug Fixes:
31+ ## Bug Fixes
932
1033* Do not HTML-escape extension values (#2023 )
1134
You can’t perform that action at this time.
0 commit comments