summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-27 10:01:42 +0800
committerGitHub <noreply@github.com>2021-12-27 10:01:42 +0800
commit2684d1a99002e19cc93ee64f344ea3b238a4512b (patch)
tree546e7e7b3a2d313da769f41c2f8836baf7382e8e /nixos
parent2a3b73ffa13c8f08aac74b3c14233305bf2e8744 (diff)
parent8bc21bca035840371b63b4c28e331b7e015c9cfd (diff)
Merge pull request #148832 from r-ryantm/auto-update/autorestic
autorestic: 1.3.0 -> 1.5.0
Diffstat (limited to 'nixos')
-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 d5e3190bf288..7094399c6ed6 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 98709455ae74..7002a9c35563 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