Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Changelog for 1.5.4 release #3745

Merged
merged 1 commit into from
Jan 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.5.4] - 2023-01-12

### Added

- Support to run SPIRE as a Windows service (#3625)
- Configure admin SPIFFE IDs from federated trust domains (#3642)
- New selectors in the `aws_iid` NodeAttestor plugin (#3640)
- Support for additional upstream root certificates to the `awssecret` UpstreamAuthority plugin (#3578)
- Serial number and revision number to SVID minting logging (#3699)
- `spire-server federation` CLI commands now support the `-output` flag (#3660)

### Fixed

- Service configurations provided by the gRPC resolver are now ignored by SPIRE Agent (#3712)
- CLI commands that supported the `-output` flag now properly shows the default value for the flag (#3713)

## [1.5.3] - 2022-12-14

### Added
Expand Down