Skip to content

Commit

Permalink
Bump SPIRE to v1.9.6 (#5130)
Browse files Browse the repository at this point in the history
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
  • Loading branch information
amartinezfayo authored and MarcosDY committed May 14, 2024
1 parent 00f2ca5 commit 89d91d6
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.2
1.22.3
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.9.5] - 2024-05-07

### Security

- Updated to Go 1.21.10 to address CVE-2024-24788

## [1.9.4] - 2023-04-05

### Security
Expand Down Expand Up @@ -65,6 +71,12 @@

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

## [1.8.11] - 2024-05-07

### Security

- Updated to Go 1.21.10 to address CVE-2024-24788

## [1.8.10] - 2023-04-05

### Security
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/spiffe/spire

go 1.22.2
go 1.22.3

require (
cloud.google.com/go/iam v1.1.7
Expand Down
2 changes: 1 addition & 1 deletion pkg/common/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const (
// IMPORTANT: When updating, make sure to reconcile the versions list that
// is part of the upgrade integration test. See
// test/integration/suites/upgrade/README.md for details.
Base = "1.9.5"
Base = "1.9.6"
)

var (
Expand Down
4 changes: 4 additions & 0 deletions pkg/server/datastore/sqlstore/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ import (
// | v1.8.9 | | |
// |---------| | |
// | v1.8.10 | | |
// |---------| | |
// | v1.8.11 | | |
// |*********|********|***************************************************************************|
// | v1.9.0 | | |
// |---------| | |
Expand All @@ -230,6 +232,8 @@ import (
// | v1.9.3 | | |
// |---------| | |
// | v1.9.4 | | |
// |---------| | |
// | v1.9.5 | | |
// ================================================================================================

const (
Expand Down
2 changes: 2 additions & 0 deletions test/integration/suites/upgrade/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
1.8.8
1.8.9
1.8.10
1.8.11
1.9.0
1.9.1
1.9.2
1.9.3
1.9.4
1.9.5

0 comments on commit 89d91d6

Please sign in to comment.