File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments