You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Changelog
2
2
3
+
## [1.11.2] - 2025-02-13
4
+
5
+
### Added
6
+
7
+
-`gcp_secretmanager` SVIDStore plugin now supports specifying the regions where secrets are created (#5718)
8
+
- Support for expanding environment variables in the OIDC Discovery Provider configuration (#5689)
9
+
- Support for optionally enabling `trust_domain` label for all metrics (#5673)
10
+
- The JWKS URI returned in the discovery document can now be configured in the OIDC Discovery Provider (#5690)
11
+
- A server path prefix can now be specified in the OIDC Discovery Provider (#5690)
12
+
13
+
### Changed
14
+
15
+
- Small documentation improvements (#5809, #5720)
16
+
17
+
### Fixed
18
+
19
+
- Regression in the hydration of the experimental event-based cache that caused a delay in availability (#5842)
20
+
- Do not log an error when the Envoy SDS v3 API connection has been closed cleanly (#5835)
21
+
- SVIDStore plugins to properly parse metadata in entry selectors containing ':' characters (#5750)
22
+
- Compatibility with deployments that use a server port other than 443 when the `jwt_issuer` configuration is set in the OIDC Discovery Provider (#5690)
23
+
- Domain verification is now properly done when setting the `jwt_issuer` configuration in the OIDC Discovery Provider (#5690)
24
+
25
+
### Security
26
+
27
+
- Fixed to properly call the CompareObjectHandles function when it's available on Windows systems, as an extra security measure in the peertracker (#5749)
0 commit comments