Skip to content

Commit

Permalink
Bump SPIRE to v1.10.3 (#5458)
Browse files Browse the repository at this point in the history
* Bump SPIRE to v1.10.3

Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
  • Loading branch information
amartinezfayo authored Sep 3, 2024
1 parent 6ba4d56 commit c3fe247
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
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.10.3"
)

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

const (
Expand Down
1 change: 1 addition & 0 deletions test/integration/suites/upgrade/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
1.9.6
1.10.0
1.10.1
1.10.2

0 comments on commit c3fe247

Please sign in to comment.