Skip to content

Commit

Permalink
Update CHANGELOG with v1.11.1 release (#5698)
Browse files Browse the repository at this point in the history
* Update with v1.11.1 release

Signed-off-by: Agustín Martínez Fayó <[email protected]>
Signed-off-by: Ryan Turner <[email protected]>
Co-authored-by: Agustín Martínez Fayó <[email protected]>
  • Loading branch information
rturner3 and amartinezfayo authored Dec 12, 2024
1 parent 683f59a commit 32cc98e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [1.11.1] - 2024-12-12

### Added

- The Go based text/template engine used in various plugins has been extended to include a set of functions from the SPRIG library (#5593, #5625)
- The JWT-SVID cache in the agent is now configurable (#5633)
- The JWT issuer is now configurable in the OIDC Discovery Provider (#5657)

### Changed

- CA journal now relies on the authority ID instead of the issued time when updating the status of keys (#5622)

### Fixed

- Spelling and grammar fixes (#5571)
- Handling of IPv6 address consistently for the binding address of the server and health checks (#5623)
- Link to Telemetry documentation in the Contributing guide (#5650)
- Handling of registration entries with revision number 0 when the agent syncs entries with the server (#5680)

### Known Issues

- Setting the new `jwt_issuer` configuration property in oidc-discovery-provider is not compatible with deployments that use a server port other than 443 (#5696)
- Domain verification is bypassed when setting the new `jwt_issuer` configuration property in oidc-discovery-provider (#5697)

## [1.11.0] - 2024-10-24

### Added
Expand Down

0 comments on commit 32cc98e

Please sign in to comment.