File tree Expand file tree Collapse file tree 4 files changed +19
-1
lines changed
server/datastore/sqlstore
test/integration/suites/upgrade Expand file tree Collapse file tree 4 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.5.4] - 2023-01-12
4
+
5
+ ### Added
6
+
7
+ - Support to run SPIRE as a Windows service (#3625 )
8
+ - Configure admin SPIFFE IDs from federated trust domains (#3642 )
9
+ - New selectors in the ` aws_iid ` NodeAttestor plugin (#3640 )
10
+ - Support for additional upstream root certificates to the ` awssecret ` UpstreamAuthority plugin (#3578 )
11
+ - Serial number and revision number to SVID minting logging (#3699 )
12
+ - ` spire-server federation ` CLI commands now support the ` -output ` flag (#3660 )
13
+
14
+ ### Fixed
15
+
16
+ - Service configurations provided by the gRPC resolver are now ignored by SPIRE Agent (#3712 )
17
+ - CLI commands that supported the ` -output ` flag now properly shows the default value for the flag (#3713 )
18
+
3
19
## [ 1.5.3] - 2022-12-14
4
20
5
21
### Added
Original file line number Diff line number Diff line change 8
8
// IMPORTANT: When updating, make sure to reconcile the versions list that
9
9
// is part of the upgrade integration test. See
10
10
// test/integration/suites/upgrade/README.md for details.
11
- Base = "1.5.4 "
11
+ Base = "1.6.0 "
12
12
)
13
13
14
14
var (
Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ import (
157
157
// | v1.5.1 | | |
158
158
// | v1.5.2 | | |
159
159
// | v1.5.3 | | |
160
+ // | v1.5.4 | | |
160
161
// ================================================================================================
161
162
162
163
const (
Original file line number Diff line number Diff line change 8
8
1.5.1
9
9
1.5.2
10
10
1.5.3
11
+ 1.5.4
You can’t perform that action at this time.
0 commit comments