summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-25 20:18:09 +0800
committerBobby Rong <rjl931189261@126.com>2021-12-25 20:18:09 +0800
commit8bc21bca035840371b63b4c28e331b7e015c9cfd (patch)
tree57067202ece663ef0450f1b138ddaa93eee7780b /nixos/doc
parenta93f8908e283fdd38c62ee160a730841b24667d2 (diff)
downloadnixpkgs-8bc21bca035840371b63b4c28e331b7e015c9cfd.tar
nixpkgs-8bc21bca035840371b63b4c28e331b7e015c9cfd.tar.gz
nixpkgs-8bc21bca035840371b63b4c28e331b7e015c9cfd.tar.bz2
nixpkgs-8bc21bca035840371b63b4c28e331b7e015c9cfd.tar.lz
nixpkgs-8bc21bca035840371b63b4c28e331b7e015c9cfd.tar.xz
nixpkgs-8bc21bca035840371b63b4c28e331b7e015c9cfd.tar.zst
nixpkgs-8bc21bca035840371b63b4c28e331b7e015c9cfd.zip
nixos/rl-2205: mention autorestic update
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml9
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md2
2 files changed, 11 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 ae6ff9d434a..df8b5fcb0e9 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
@@ -122,6 +122,15 @@
           <literal>virtualisation.docker.daemon.settings</literal>.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          The <literal>autorestic</literal> package has been upgraded
+          from 1.3.0 to 1.5.0 which introduces breaking changes in
+          config file, check
+          <link xlink:href="https://autorestic.vercel.app/migration/1.4_1.5">their
+          migration guide</link> for more details.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
   <section xml:id="sec-release-22.05-notable-changes">
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index 3e7f8d451b2..a654e7712fa 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -45,6 +45,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - If you previously used `/etc/docker/daemon.json`, you need to incorporate the changes into the new option `virtualisation.docker.daemon.settings`.
 
+- The `autorestic` package has been upgraded from 1.3.0 to 1.5.0 which introduces breaking changes in config file, check [their migration guide](https://autorestic.vercel.app/migration/1.4_1.5) for more details.
+
 ## Other Notable Changes {#sec-release-22.05-notable-changes}
 
 - The option [services.redis.servers](#opt-services.redis.servers) was added