summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorBruno Bigras <bigras.bruno@gmail.com>2021-07-04 11:33:28 -0400
committerehmry <ehmry@posteo.net>2021-07-05 12:21:37 +0200
commit7265334f1ab7726e8cbda4670e77c31b42fb5665 (patch)
tree45ffda06b5e2b89279e7ba674465a9071a4c2622 /nixos/doc
parent03db443af88b327a4813163e6b0aaa38d67eeaec (diff)
downloadnixpkgs-7265334f1ab7726e8cbda4670e77c31b42fb5665.tar
nixpkgs-7265334f1ab7726e8cbda4670e77c31b42fb5665.tar.gz
nixpkgs-7265334f1ab7726e8cbda4670e77c31b42fb5665.tar.bz2
nixpkgs-7265334f1ab7726e8cbda4670e77c31b42fb5665.tar.lz
nixpkgs-7265334f1ab7726e8cbda4670e77c31b42fb5665.tar.xz
nixpkgs-7265334f1ab7726e8cbda4670e77c31b42fb5665.tar.zst
nixpkgs-7265334f1ab7726e8cbda4670e77c31b42fb5665.zip
yggdrasil: 0.3.16 -> 0.4.0
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml10
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 12 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 2a285669efe..a95b1dd66b9 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
@@ -459,6 +459,16 @@
         </itemizedlist>
       </listitem>
     </itemizedlist>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          <literal>yggdrasil</literal> was upgraded to a new major
+          release with breaking changes, see
+          <link xlink:href="https://github.com/yggdrasil-network/yggdrasil-go/releases/tag/v0.4.0">upstream
+          changelog</link>.
+        </para>
+      </listitem>
+    </itemizedlist>
   </section>
   <section xml:id="sec-release-21.11-notable-changes">
     <title>Other Notable Changes</title>
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 0de63a46199..be46591dfa1 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -113,6 +113,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
   * The data directory remains located at `/var/lib/bitwarden_rs`, for backwards compatibility.
 
+- `yggdrasil` was upgraded to a new major release with breaking changes, see [upstream changelog](https://github.com/yggdrasil-network/yggdrasil-go/releases/tag/v0.4.0).
+
 ## 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.