@@ -17,6 +17,24 @@ standard upgrade flow.
17
17
18
18
## Nomad 0.12.0
19
19
20
+ ### Enterprise Licensing
21
+
22
+ Enterprise binaries for Nomad are now publicly available via
23
+ [ releases.hashicorp.com] ( https://releases.hashicorp.com/nomad/ ) . By default all
24
+ enterprise features are enabled for 6 hours. During that time enterprise users
25
+ should apply their license with the [ `nomad license put
26
+ ...`] ( https://www.nomadproject.io/docs/commands/license/put ) command.
27
+
28
+ Once the 6 hour demonstration period expires, Nomad will shutdown. If restarted
29
+ Nomad will shutdown in a very short amount of time unless a valid license is
30
+ applied.
31
+
32
+ ~ > ** Warning:** Due to a [ bug] [ gh-8457 ] in Nomad v0.12.0, existing clusters
33
+ that are upgraded will ** not** have 6 hours to apply a license. The minimal
34
+ grace period should be sufficient to apply a valid license, but enterprise
35
+ users are encouraged to delay upgrading until Nomad v0.12.1 is released and
36
+ fixes the issue.
37
+
20
38
### Docker access host filesystem
21
39
22
40
Nomad 0.12.0 disables Docker tasks access to the host filesystem, by default.
@@ -567,6 +585,7 @@ deleted and then Nomad 0.3.0 can be launched.
567
585
[ drain-cli ] : /docs/commands/node/drain
568
586
[ dst ] : /docs/job-specification/periodic#daylight-saving-time
569
587
[ gh-6787 ] : https://github.com/hashicorp/nomad/issues/6787
588
+ [ gh-8457 ] : https://github.com/hashicorp/nomad/issues/8457
570
589
[ hcl2 ] : https://github.com/hashicorp/hcl2
571
590
[ limits ] : /docs/configuration#limits
572
591
[ lxc ] : /docs/drivers/external/lxc
0 commit comments