summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2021-11-06 20:12:33 -0400
committerRaphael Megzari <raphael@megzari.com>2021-11-07 18:40:42 +0900
commitdb34ebb557cd299b0389ef999bc670f05727e820 (patch)
tree6101dc1d705aa55bf2cb234b0f52c3e333a47bee /nixos
parent9bb6998017295c81baafafd25bed1ef96c3c3902 (diff)
downloadnixpkgs-db34ebb557cd299b0389ef999bc670f05727e820.tar
nixpkgs-db34ebb557cd299b0389ef999bc670f05727e820.tar.gz
nixpkgs-db34ebb557cd299b0389ef999bc670f05727e820.tar.bz2
nixpkgs-db34ebb557cd299b0389ef999bc670f05727e820.tar.lz
nixpkgs-db34ebb557cd299b0389ef999bc670f05727e820.tar.xz
nixpkgs-db34ebb557cd299b0389ef999bc670f05727e820.tar.zst
nixpkgs-db34ebb557cd299b0389ef999bc670f05727e820.zip
loki: 2.3.0 -> 2.4.0
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml9
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 11 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index 9581b2afa68..e5e7c112c61 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -1867,6 +1867,15 @@ Superuser created successfully.
           directory.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          Loki has had another release. Some default values have been
+          changed for the configuration and some configuration options
+          have been renamed. For more details, please check
+          <link xlink:href="https://grafana.com/docs/loki/latest/upgrading/#240">the
+          upgrade guide</link>.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
 </section>
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 0c603144b64..144e0834015 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -518,3 +518,5 @@ In addition to numerous new and upgraded packages, this release has the followin
   - The unifi run directory can now be found under: `/run/unifi` instead of `/var/lib/unifi/run`.
 
 - `security.pam.services.<name>.makeHomeDir` now uses `umask=0077` instead of `umask=0022` when creating the home directory.
+
+- Loki has had another release. Some default values have been changed for the configuration and some configuration options have been renamed. For more details, please check [the upgrade guide](https://grafana.com/docs/loki/latest/upgrading/#240).