summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorillustris <rharikrishnan95@gmail.com>2022-04-15 12:53:59 +0530
committerillustris <rharikrishnan95@gmail.com>2022-04-18 02:02:43 +0530
commita671ffdf9ab5d9a81b70a7fcbd46de8b1ad976eb (patch)
tree176b93c18581953b9f3db90a8613b748482461e6 /nixos
parent2b0c299990e4d2c392e2041240bb05797f23c146 (diff)
downloadnixpkgs-a671ffdf9ab5d9a81b70a7fcbd46de8b1ad976eb.tar
nixpkgs-a671ffdf9ab5d9a81b70a7fcbd46de8b1ad976eb.tar.gz
nixpkgs-a671ffdf9ab5d9a81b70a7fcbd46de8b1ad976eb.tar.bz2
nixpkgs-a671ffdf9ab5d9a81b70a7fcbd46de8b1ad976eb.tar.lz
nixpkgs-a671ffdf9ab5d9a81b70a7fcbd46de8b1ad976eb.tar.xz
nixpkgs-a671ffdf9ab5d9a81b70a7fcbd46de8b1ad976eb.tar.zst
nixpkgs-a671ffdf9ab5d9a81b70a7fcbd46de8b1ad976eb.zip
hbase: add release notes
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml7
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md2
2 files changed, 9 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 d49a997918c..650664efcc5 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
@@ -638,6 +638,13 @@
       </listitem>
       <listitem>
         <para>
+          <literal>hbase</literal> version 0.98.24 has been removed. The
+          package now defaults to version 2.4.11. Versions 1.7.1 and
+          3.0.0-alpha-2 are also available.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           <literal>services.paperless-ng</literal> was renamed to
           <literal>services.paperless</literal>. Accordingly, the
           <literal>paperless-ng-manage</literal> script (located in
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index a5bcd09211c..1c6011f1472 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -227,6 +227,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - `services.ipfs.extraFlags` is now escaped with `utils.escapeSystemdExecArgs`. If you rely on systemd interpolating `extraFlags` in the service `ExecStart`, this will no longer work.
 
+- `hbase` version 0.98.24 has been removed. The package now defaults to version 2.4.11. Versions 1.7.1 and 3.0.0-alpha-2 are also available.
+
 - `services.paperless-ng` was renamed to `services.paperless`. Accordingly, the `paperless-ng-manage` script (located in `dataDir`) was renamed to `paperless-manage`. `services.paperless` now uses `paperless-ngx`.
 
 - The `matrix-synapse` service (`services.matrix-synapse`) has been converted to use the `settings` option defined in RFC42.