Skip to content

Commit eaffdfa

Browse files
Update CHANGELOG with v1.11.2 release (#5867)
Signed-off-by: Agustín Martínez Fayó <[email protected]>
1 parent 9e09851 commit eaffdfa

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

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)
28+
329
## [1.11.1] - 2024-12-12
430

531
### Added

0 commit comments

Comments
 (0)