Skip to content

Commit 89d91d6

Browse files
amartinezfayoMarcos Yacob
authored andcommitted
Bump SPIRE to v1.9.6 (#5130)
Signed-off-by: Agustín Martínez Fayó <[email protected]>
1 parent 00f2ca5 commit 89d91d6

File tree

6 files changed

+21
-3
lines changed

6 files changed

+21
-3
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.22.2
1+
1.22.3

CHANGELOG.md

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

3+
## [1.9.5] - 2024-05-07
4+
5+
### Security
6+
7+
- Updated to Go 1.21.10 to address CVE-2024-24788
8+
39
## [1.9.4] - 2023-04-05
410

511
### Security
@@ -65,6 +71,12 @@
6571

6672
- X509-SVIDs issued by the server no longer have the x509UniqueIdentifier attribute as part of the subject (#4862)
6773

74+
## [1.8.11] - 2024-05-07
75+
76+
### Security
77+
78+
- Updated to Go 1.21.10 to address CVE-2024-24788
79+
6880
## [1.8.10] - 2023-04-05
6981

7082
### Security

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/spiffe/spire
22

3-
go 1.22.2
3+
go 1.22.3
44

55
require (
66
cloud.google.com/go/iam v1.1.7

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.9.5"
11+
Base = "1.9.6"
1212
)
1313

1414
var (

pkg/server/datastore/sqlstore/migration.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ import (
220220
// | v1.8.9 | | |
221221
// |---------| | |
222222
// | v1.8.10 | | |
223+
// |---------| | |
224+
// | v1.8.11 | | |
223225
// |*********|********|***************************************************************************|
224226
// | v1.9.0 | | |
225227
// |---------| | |
@@ -230,6 +232,8 @@ import (
230232
// | v1.9.3 | | |
231233
// |---------| | |
232234
// | v1.9.4 | | |
235+
// |---------| | |
236+
// | v1.9.5 | | |
233237
// ================================================================================================
234238

235239
const (

test/integration/suites/upgrade/versions.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
1.8.8
1010
1.8.9
1111
1.8.10
12+
1.8.11
1213
1.9.0
1314
1.9.1
1415
1.9.2
1516
1.9.3
1617
1.9.4
18+
1.9.5

0 commit comments

Comments
 (0)