summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2022-11-06 17:44:38 +0100
committerManuel Bärenz <programming@manuelbaerenz.de>2022-11-17 20:05:50 +0100
commitd35c9e04e67e8c8c22f0a212cba8066b7cd79352 (patch)
tree2c2deeed3e407ecf1986442f8fc3b92485e99f5a /nixos/doc
parent7718720149735af0e9ed8b770c2aaf67dfc64fc3 (diff)
downloadnixpkgs-d35c9e04e67e8c8c22f0a212cba8066b7cd79352.tar
nixpkgs-d35c9e04e67e8c8c22f0a212cba8066b7cd79352.tar.gz
nixpkgs-d35c9e04e67e8c8c22f0a212cba8066b7cd79352.tar.bz2
nixpkgs-d35c9e04e67e8c8c22f0a212cba8066b7cd79352.tar.lz
nixpkgs-d35c9e04e67e8c8c22f0a212cba8066b7cd79352.tar.xz
nixpkgs-d35c9e04e67e8c8c22f0a212cba8066b7cd79352.tar.zst
nixpkgs-d35c9e04e67e8c8c22f0a212cba8066b7cd79352.zip
mastodon: 3.5.3 -> 4.0.2
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2211.section.xml10
-rw-r--r--nixos/doc/manual/release-notes/rl-2211.section.md2
2 files changed, 12 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
index 20f8933da38..2da33bf7df7 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
@@ -1428,6 +1428,16 @@ services.github-runner.serviceOverrides.SupplementaryGroups = [
       </listitem>
       <listitem>
         <para>
+          The Mastodon package got upgraded from the major version 3 to
+          4. See the
+          <link xlink:href="https://github.com/mastodon/mastodon/releases/tag/v4.0.0">v4.0.0
+          release notes</link> for a list of changes. On standard
+          setups, no manual migration steps are required. Nevertheless,
+          a database backup is recommended.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           The <literal>nomad</literal> package now defaults to 1.3,
           which no longer has a downgrade path to releases 1.2 or older.
         </para>
diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md
index d21acb57fa1..1ad0411d7ae 100644
--- a/nixos/doc/manual/release-notes/rl-2211.section.md
+++ b/nixos/doc/manual/release-notes/rl-2211.section.md
@@ -439,6 +439,8 @@ Available as [services.patroni](options.html#opt-services.patroni.enable).
 
 - There is a new module for the `xfconf` program (the Xfce configuration storage system), which has a dbus service.
 
+- The Mastodon package got upgraded from the major version 3 to 4. See the [v4.0.0 release notes](https://github.com/mastodon/mastodon/releases/tag/v4.0.0) for a list of changes. On standard setups, no manual migration steps are required. Nevertheless, a database backup is recommended.
+
 - The `nomad` package now defaults to 1.3, which no longer has a downgrade path to releases 1.2 or older.
 
 - The `nodePackages` package set now defaults to the LTS release in the `nodejs` package again, instead of being pinned to `nodejs-14_x`. Several updates to node2nix have been made for compatibility with newer Node.js and npm versions and a new `postRebuild` hook has been added for packages to perform extra build steps before the npm install step prunes dev dependencies.