summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2021-08-18 07:02:47 +1000
committerGitHub <noreply@github.com>2021-08-18 07:02:47 +1000
commitf9c6dd42d98a5a55e9894d82dc6338ab717cda23 (patch)
treefc089366f9ce898b98e6a6772c436fcbf839249a /nixos
parentc6d708a51ea0ff8cb5732376b078fe1531aada4d (diff)
parentf2bfc8085c679d5b2e054cd2d44b6634b2616843 (diff)
Merge pull request #131981 from maxeaubrey/nomad_1.1.3
nomad_1_1: 1.1.2 -> 1.1.3, nomad_0_12: drop
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml6
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 8 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index 2b1619cf3c9f..03773f964200 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -737,6 +737,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">
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 40c286f69bc7..6d42dfc2dc58 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -191,6 +191,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.