summaryrefslogtreecommitdiffstats
path: root/nixos/doc/manual/from_md/release-notes
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2021-08-02 17:08:40 +0200
committerGitHub <noreply@github.com>2021-08-02 17:08:40 +0200
commit15ffca434eb8c47d472c3508abe10616022b31a4 (patch)
treeb0e73ab8b0c835d2a3c6fe6dfecb547d81661cc4 /nixos/doc/manual/from_md/release-notes
parenta476da069049bbdd1630ba1bc66e0ba0512cff15 (diff)
parent5701e5bc3bfb317e1f37ff3fb889eae7584a1206 (diff)
Merge branch 'master' into meshcentral
Diffstat (limited to 'nixos/doc/manual/from_md/release-notes')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml60
1 files changed, 60 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 446f2486df49..2874039e3f0c 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
@@ -127,6 +127,21 @@
</listitem>
<listitem>
<para>
+ <link xlink:href="https://github.com/prometheus/influxdb_exporter">influxdb-exporter</link>
+ a Prometheus exporter that exports metrics received on an
+ InfluxDB compatible endpoint is now available as
+ <link linkend="opt-services.prometheus.exporters.influxdb.enable">services.prometheus.exporters.influxdb</link>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <link xlink:href="https://github.com/matrix-discord/mx-puppet-discord">mx-puppet-discord</link>,
+ a discord puppeting bridge for matrix. Available as
+ <link linkend="opt-services.mx-puppet-discord.enable">services.mx-puppet-discord</link>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
<link xlink:href="https://www.meshcommander.com/meshcentral2/overview">MeshCentral</link>,
a remote administration service (<quote>TeamViewer but
self-hosted and with more features</quote>) is now available
@@ -564,6 +579,51 @@
6.0.0 to 9.0.0
</para>
</listitem>
+ <listitem>
+ <para>
+ <literal>tt-rss</literal> was upgraded to the commit on
+ 2021-06-21, which has breaking changes. If you use
+ <literal>services.tt-rss.extraConfig</literal> you should
+ migrate to the <literal>putenv</literal>-style configuration.
+ See
+ <link xlink:href="https://community.tt-rss.org/t/rip-config-php-hello-classes-config-php/4337">this
+ Discourse post</link> in the tt-rss forums for more details.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The following Visual Studio Code extensions were renamed to
+ keep the naming convention uniform.
+ </para>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ <literal>bbenoist.Nix</literal> -&gt;
+ <literal>bbenoist.nix</literal>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <literal>CoenraadS.bracket-pair-colorizer</literal> -&gt;
+ <literal>coenraads.bracket-pair-colorizer</literal>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <literal>golang.Go</literal> -&gt;
+ <literal>golang.go</literal>
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>
+ <literal>services.uptimed</literal> now uses
+ <literal>/var/lib/uptimed</literal> as its stateDirectory
+ instead of <literal>/var/spool/uptimed</literal>. Make sure to
+ move all files to the new directory.
+ </para>
+ </listitem>
</itemizedlist>
</section>
<section xml:id="sec-release-21.11-notable-changes">