nomad: min cluster version for connect ACLs is now v0.10.4

This commit is contained in:
Seth Hoenig
2020-01-30 20:21:01 -06:00
parent 1f8e31770c
commit 1fa551838f
2 changed files with 2 additions and 2 deletions

View File

@@ -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{

View File

@@ -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()