summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2022-10-15 22:40:34 +0200
committerRaito Bezarius <masterancpp@gmail.com>2022-12-30 15:12:44 +0100
commit1db2175e7ab291b64590076dcad16354bdf6a6e3 (patch)
tree99629a126cb3e3580caf5744334f9707393ea527 /nixos/doc
parent04f4be9a29f41ad2b0907942a1820da2ada1431e (diff)
nixos/garage: provide multiple versions to provide an upgrade path when using NixOS service
- Add mention to release notes 23.05 - Introduce Garage v0.8 - Protect against unexpected upgrade with stateVersion - Test matrix over 0.7 × 0.8
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2305.section.xml15
-rw-r--r--nixos/doc/manual/release-notes/rl-2305.section.md2
2 files changed, 17 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
index 83fa2b94641b..2d68e7f5426f 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
@@ -409,6 +409,21 @@
</listitem>
<listitem>
<para>
+ <link xlink:href="https://garagehq.deuxfleurs.fr/">Garage</link>
+ version is based on
+ <link xlink:href="options.html#opt-system.stateVersion">system.stateVersion</link>,
+ existing installations will keep using version 0.7. New
+ installations will use version 0.8. In order to upgrade a
+ Garage cluster, please follow
+ <link xlink:href="https://garagehq.deuxfleurs.fr/documentation/cookbook/upgrading/">upstream
+ instructions</link> and force
+ <link xlink:href="options.html#opt-services.garage.package">services.garage.package</link>
+ or upgrade accordingly
+ <link xlink:href="options.html#opt-system.stateVersion">system.stateVersion</link>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
Resilio sync secret keys can now be provided using a secrets
file at runtime, preventing these secrets from ending up in
the Nix store.
diff --git a/nixos/doc/manual/release-notes/rl-2305.section.md b/nixos/doc/manual/release-notes/rl-2305.section.md
index 16c1e15052f3..d960ab03faae 100644
--- a/nixos/doc/manual/release-notes/rl-2305.section.md
+++ b/nixos/doc/manual/release-notes/rl-2305.section.md
@@ -111,6 +111,8 @@ In addition to numerous new and upgraded packages, this release has the followin
- A new option `recommendedBrotliSettings` has been added to `services.nginx`. Learn more about compression in Brotli format [here](https://github.com/google/ngx_brotli/blob/master/README.md).
+- [Garage](https://garagehq.deuxfleurs.fr/) version is based on [system.stateVersion](options.html#opt-system.stateVersion), existing installations will keep using version 0.7. New installations will use version 0.8. In order to upgrade a Garage cluster, please follow [upstream instructions](https://garagehq.deuxfleurs.fr/documentation/cookbook/upgrading/) and force [services.garage.package](options.html#opt-services.garage.package) or upgrade accordingly [system.stateVersion](options.html#opt-system.stateVersion).
+
- Resilio sync secret keys can now be provided using a secrets file at runtime, preventing these secrets from ending up in the Nix store.
- The `firewall` and `nat` module now has a nftables based implementation. Enable `networking.nftables` to use it.