Skip to content

Commit

Permalink
bump min version to 1.9.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross committed Sep 19, 2024
1 parent adb696c commit 1e781c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomad/leader.go
Original file line number Diff line number Diff line change
Expand Up @@ -2721,7 +2721,7 @@ func (s *Server) getOrCreateSchedulerConfig() *structs.SchedulerConfiguration {
}

var minVersionKeyring = version.Must(version.NewVersion("1.4.0"))
var minVersionKeyringInRaft = version.Must(version.NewVersion("1.8.4-dev"))
var minVersionKeyringInRaft = version.Must(version.NewVersion("1.9.0-dev"))

// initializeKeyring creates the first root key if the leader doesn't
// already have one. The metadata will be replicated via raft and then
Expand Down

0 comments on commit 1e781c2

Please sign in to comment.