Skip to content

Commit 58e0ab1

Browse files
authored
Changelog for SPIRE 1.14.4 (#6768)
* Bump back down to 1.14.4 Signed-off-by: Sorin Dumitru <[email protected]> * Add SPIRE 1.14.4 changelog Signed-off-by: Sorin Dumitru <[email protected]> --------- Signed-off-by: Sorin Dumitru <[email protected]>
1 parent 6c4539f commit 58e0ab1

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.14.3] - 2026-03-19
4+
5+
### Fixed
6+
7+
- The version that the agent was reporting at startup would get replaced by an empty string every time the agent re-attests or re-news it's SVID (#6763)
8+
39
## [1.14.3] - 2026-03-18
410

511
### 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.15.0"
11+
Base = "1.14.4"
1212
)
1313

1414
var (

test/integration/suites/upgrade/versions.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.13.0
2+
1.13.1
3+
1.13.2
4+
1.13.3
5+
1.13.4
16
1.14.0
27
1.14.1
38
1.14.2

0 commit comments

Comments
 (0)