about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-09-27 22:13:53 +0200
committerRobin Gloster <mail@glob.in>2017-09-27 22:15:28 +0200
commit455ed26f2084ab911135140957f26651935e714f (patch)
tree18441eae4ed7e58cab07474979f991847a3097b6 /nixos/doc/manual
parent6f938a1115489077056b9baf09d6a104ae72bae7 (diff)
17.09 release notes: redis cluster mass-restart needed
see #29516

(cherry picked from commit 34750bb51cd337a96ca8ff82356ef100cd732c94)
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-1709.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1709.xml b/nixos/doc/manual/release-notes/rl-1709.xml
index 1d6e693f83c76..f91db4a154e25 100644
--- a/nixos/doc/manual/release-notes/rl-1709.xml
+++ b/nixos/doc/manual/release-notes/rl-1709.xml
@@ -335,6 +335,13 @@ FLUSH PRIVILEGES;
     was removed and should not be needed anymore.</para>
   </listitem>
 
+  <listitem>
+    <para>
+      Redis has been updated to version 4 which mandates a cluster
+      mass-restart, due to changes in the network handling, in order
+      to ensure compatibility with networks NATing traffic.
+    </para>
+  </listitem>
 </itemizedlist>
 
 <para>Other notable improvements:</para>