nomad: default to nomad_1_1

launchpad/nixpkgs/master
Maxine Aubrey 3 years ago
parent c59201d8fb
commit a88a7d5633
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7
  1. 6
      nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
  2. 2
      nixos/doc/manual/release-notes/rl-2111.section.md
  3. 2
      pkgs/top-level/all-packages.nix

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

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

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

Loading…
Cancel
Save