summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authortim-tx <tim-tx@users.noreply.github.com>2022-03-05 11:41:31 -0500
committertim-tx <tim-tx@users.noreply.github.com>2022-03-05 11:41:31 -0500
commit5a6b36e498bbc5de5be9a5b85f66f31b6beaaf82 (patch)
tree6e5a407602af108a6bf911be99dde53d6f152f0d /nixos/doc
parent062a0c5437b68f950b081bbfc8a699d57a4ee026 (diff)
downloadnixpkgs-5a6b36e498bbc5de5be9a5b85f66f31b6beaaf82.tar
nixpkgs-5a6b36e498bbc5de5be9a5b85f66f31b6beaaf82.tar.gz
nixpkgs-5a6b36e498bbc5de5be9a5b85f66f31b6beaaf82.tar.bz2
nixpkgs-5a6b36e498bbc5de5be9a5b85f66f31b6beaaf82.tar.lz
nixpkgs-5a6b36e498bbc5de5be9a5b85f66f31b6beaaf82.tar.xz
nixpkgs-5a6b36e498bbc5de5be9a5b85f66f31b6beaaf82.tar.zst
nixpkgs-5a6b36e498bbc5de5be9a5b85f66f31b6beaaf82.zip
dendrite: 0.5.1 -> 0.6.5
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml12
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md8
2 files changed, 20 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index 4f4a5a3394e..f6b42c38655 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -754,6 +754,18 @@
       </listitem>
       <listitem>
         <para>
+          The <literal>dendrite</literal> package has been upgraded from
+          0.5.1 to
+          <link xlink:href="https://github.com/matrix-org/dendrite/releases/tag/v0.6.5">0.6.5</link>.
+          Instances configured with split sqlite databases, which has
+          been the default in NixOS, require merging of the federation
+          sender and signing key databases. See upstream
+          <link xlink:href="https://github.com/matrix-org/dendrite/releases/tag/v0.6.0">release
+          notes</link> on version 0.6.0 for details on database changes.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           The existing <literal>pkgs.opentelemetry-collector</literal>
           has been moved to
           <literal>pkgs.opentelemetry-collector-contrib</literal> to
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index c4281561f16..9dc751c5839 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -289,6 +289,14 @@ In addition to numerous new and upgraded packages, this release has the followin
 
   This breaks back-compat so it's not possible to mix-and-match with previous versions of nixpkgs. In exchange, it now becomes possible to use the providers from [nixpkgs-terraform-providers-bin](https://github.com/numtide/nixpkgs-terraform-providers-bin) directly.
 
+- The `dendrite` package has been upgraded from 0.5.1 to
+  [0.6.5](https://github.com/matrix-org/dendrite/releases/tag/v0.6.5). Instances
+  configured with split sqlite databases, which has been the default
+  in NixOS, require merging of the federation sender and signing key
+  databases. See upstream [release
+  notes](https://github.com/matrix-org/dendrite/releases/tag/v0.6.0)
+  on version 0.6.0 for details on database changes.
+
 - The existing `pkgs.opentelemetry-collector` has been moved to
   `pkgs.opentelemetry-collector-contrib` to match the actual source being the
   "contrib" edition. `pkgs.opentelemetry-collector` is now the actual core