mirror of
https://github.com/kemko/nomad.git
synced 2026-01-10 12:25:42 +03:00
nomad: min cluster version for connect ACLs is now v0.10.4
This commit is contained in:
@@ -44,7 +44,7 @@ var minAutopilotVersion = version.Must(version.NewVersion("0.8.0"))
|
||||
|
||||
var minSchedulerConfigVersion = version.Must(version.NewVersion("0.9.0"))
|
||||
|
||||
var minClusterIDVersion = version.Must(version.NewVersion("0.10.3"))
|
||||
var minClusterIDVersion = version.Must(version.NewVersion("0.10.4"))
|
||||
|
||||
// Default configuration for scheduler with preemption enabled for system jobs
|
||||
var defaultSchedulerConfig = &structs.SchedulerConfiguration{
|
||||
|
||||
@@ -1592,7 +1592,7 @@ func (s *Server) ReplicationToken() string {
|
||||
// be created now. Otherwise an error is returned.
|
||||
//
|
||||
// The ID will not be created until all participating servers have reached
|
||||
// a minimum version (0.10.3).
|
||||
// a minimum version (0.10.4).
|
||||
func (s *Server) ClusterID() (string, error) {
|
||||
s.clusterIDLock.Lock()
|
||||
defer s.clusterIDLock.Unlock()
|
||||
|
||||
Reference in New Issue
Block a user