Skip to content

Commit e6b7a57

Browse files
authored
core: Update 1.11 feature gate identifiers to GA version. (#27320)
1 parent c734f2a commit e6b7a57

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

nomad/leader.go

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,12 @@ var minVersionDynamicHostVolumes = version.Must(version.NewVersion("1.10.0"))
9393
// minVersionNodeIdentity is the Nomad version at which the node identity
9494
// feature was introduced. It forms the minimum version all local servers must
9595
// meet before the feature can be used.
96-
//
97-
// TODO(jrasell): Update this when we have a stable release with node identity
98-
// support.
99-
var minVersionNodeIdentity = version.Must(version.NewVersion("1.11.0-beta.1"))
96+
var minVersionNodeIdentity = version.Must(version.NewVersion("1.11.0"))
10097

10198
// minVersionNodeIntro is the Nomad version at which the node introduction
10299
// feature was introduced. It forms the minimum version all local servers must
103100
// meet before the feature can be used.
104-
//
105-
// TODO(jrasell): Update this when we have a stable release with node
106-
// introduction support.
107-
var minVersionNodeIntro = version.Must(version.NewVersion("1.11.0-beta.1"))
101+
var minVersionNodeIntro = version.Must(version.NewVersion("1.11.0"))
108102

109103
// monitorLeadership is used to monitor if we acquire or lose our role
110104
// as the leader in the Raft cluster. There is some work the leader is

0 commit comments

Comments
 (0)