nomad: default to nomad_1_1

This commit is contained in:
Maxine Aubrey 2021-07-29 18:56:56 +02:00
parent c59201d8fb
commit a88a7d5633
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7
3 changed files with 9 additions and 1 deletions

View File

@ -727,6 +727,12 @@
<literal>linuxPackages_5_10_hardened</literal>.
</para>
</listitem>
<listitem>
<para>
The <literal>nomad</literal> package now defaults to a 1.1.x
release instead of 1.0.x
</para>
</listitem>
</itemizedlist>
</section>
<section xml:id="sec-release-21.11-notable-changes">

View File

@ -188,6 +188,8 @@ To be able to access the web UI this port needs to be opened in the firewall.
a hardened kernel, please pin it explicitly with a versioned attribute such as
`linuxPackages_5_10_hardened`.
- The `nomad` package now defaults to a 1.1.x release instead of 1.0.x
## Other Notable Changes {#sec-release-21.11-notable-changes}
- The setting [`services.openssh.logLevel`](options.html#opt-services.openssh.logLevel) `"VERBOSE"` `"INFO"`. This brings NixOS in line with upstream and other Linux distributions, and reduces log spam on servers due to bruteforcing botnets.

View File

@ -7436,7 +7436,7 @@ with pkgs;
noip = callPackage ../tools/networking/noip { };
nomad = nomad_1_0;
nomad = nomad_1_1;
# Nomad never updates major go versions within a release series and is unsupported
# on Go versions that it did not ship with. Due to historic bugs when compiled