Skip to content

Commit e04226a

Browse files
authored
Bring main branch up-to-date after v1.5.4 release (#3765)
- Bump versions in code and integration test - Bring CHANGELOG.md changes for v1.5.4 release Signed-off-by: Ryan Turner <[email protected]>
1 parent e9da888 commit e04226a

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

CHANGELOG.md

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

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+
319
## [1.5.3] - 2022-12-14
420

521
### Added

pkg/common/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const (
88
// IMPORTANT: When updating, make sure to reconcile the versions list that
99
// is part of the upgrade integration test. See
1010
// test/integration/suites/upgrade/README.md for details.
11-
Base = "1.5.4"
11+
Base = "1.6.0"
1212
)
1313

1414
var (

pkg/server/datastore/sqlstore/migration.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ import (
157157
// | v1.5.1 | | |
158158
// | v1.5.2 | | |
159159
// | v1.5.3 | | |
160+
// | v1.5.4 | | |
160161
// ================================================================================================
161162

162163
const (

test/integration/suites/upgrade/versions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
1.5.1
99
1.5.2
1010
1.5.3
11+
1.5.4

0 commit comments

Comments
 (0)