Skip to content

Commit

Permalink
Bump SPIRE to v1.11.0 (#5463)
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 Sep 4, 2024
1 parent 3dc31a8 commit bf6725d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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.10.2"
Base = "1.11.0"
)

var (
Expand Down
5 changes: 5 additions & 0 deletions pkg/server/datastore/sqlstore/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,12 @@ import (
// | v1.9.6 | | |
// |*********|********|***************************************************************************|
// | v1.10.0 | | |
// |---------| | |
// | v1.10.1 | | |
// |---------| | |
// | v1.10.2 | | |
// |---------| | |
// | v1.10.3 | | |
// ================================================================================================

const (
Expand Down
9 changes: 2 additions & 7 deletions test/integration/suites/upgrade/versions.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
1.9.0
1.9.1
1.9.2
1.9.3
1.9.4
1.9.5
1.9.6
1.10.0
1.10.1
1.10.2
1.10.3

0 comments on commit bf6725d

Please sign in to comment.