summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-11-05 12:01:17 +0000
committerGitHub <noreply@github.com>2021-11-05 12:01:17 +0000
commit2663e5b623f6bbe6155a8d79b5996e4c27f42d8f (patch)
tree5b4b2884c39e7669a27b3c9bcb5e73660241f21b /nixos/doc
parent555a4016a2c052270489b8307f8ae650349ffc23 (diff)
parent6d6ab8e9ce9764b44a6324965927e81eaef49436 (diff)
Merge master into staging-next
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml56
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md10
2 files changed, 66 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 741d238f6bf8..52b57596d542 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
@@ -52,6 +52,29 @@
</listitem>
<listitem>
<para>
+ Improvements have been made to the Hadoop module and package:
+ </para>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ HDFS and YARN now support production-ready highly
+ available deployments with automatic failover.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Hadoop now defaults to Hadoop 3, updated from 2.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ JournalNode, ZKFS and HTTPFS services have been added.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>
Activation scripts can now opt int to be run when running
<literal>nixos-rebuild dry-activate</literal> and detect the
dry activation by reading <literal>$NIXOS_ACTION</literal>.
@@ -1802,6 +1825,39 @@ Superuser created successfully.
</listitem>
</itemizedlist>
</listitem>
+ <listitem>
+ <para>
+ The
+ <link xlink:href="options.html#opt-services.unifi.enable">services.unifi</link>
+ module has been reworked, solving a number of issues. This
+ leads to several user facing changes:
+ </para>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ The <literal>services.unifi.dataDir</literal> option is
+ removed and the data is now always located under
+ <literal>/var/lib/unifi/data</literal>. This is done to
+ make better use of systemd state direcotiry and thus
+ making the service restart more reliable.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The unifi logs can now be found under:
+ <literal>/var/log/unifi</literal> instead of
+ <literal>/var/lib/unifi/logs</literal>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The unifi run directory can now be found under:
+ <literal>/run/unifi</literal> instead of
+ <literal>/var/lib/unifi/run</literal>.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </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 5bb72e16ed23..1d567ff7f12d 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -18,6 +18,11 @@ In addition to numerous new and upgraded packages, this release has the followin
- spark now defaults to spark 3, updated from 2. A [migration guide](https://spark.apache.org/docs/latest/core-migration-guide.html#upgrading-from-core-24-to-30) is available.
+- Improvements have been made to the Hadoop module and package:
+ - HDFS and YARN now support production-ready highly available deployments with automatic failover.
+ - Hadoop now defaults to Hadoop 3, updated from 2.
+ - JournalNode, ZKFS and HTTPFS services have been added.
+
- Activation scripts can now opt int to be run when running `nixos-rebuild dry-activate` and detect the dry activation by reading `$NIXOS_ACTION`.
This allows activation scripts to output what they would change if the activation was really run.
The users/modules activation script supports this and outputs some of is actions.
@@ -506,3 +511,8 @@ In addition to numerous new and upgraded packages, this release has the followin
- Dokuwiki now supports caddy! However
- the nginx option has been removed, in the new configuration, please use the `dokuwiki.webserver = "nginx"` instead.
- The "${hostname}" option has been deprecated, please use `dokuwiki.sites = [ "${hostname}" ]` instead
+
+- The [services.unifi](options.html#opt-services.unifi.enable) module has been reworked, solving a number of issues. This leads to several user facing changes:
+ - The `services.unifi.dataDir` option is removed and the data is now always located under `/var/lib/unifi/data`. This is done to make better use of systemd state direcotiry and thus making the service restart more reliable.
+ - The unifi logs can now be found under: `/var/log/unifi` instead of `/var/lib/unifi/logs`.
+ - The unifi run directory can now be found under: `/run/unifi` instead of `/var/lib/unifi/run`.