summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorJohn Soo <john@consumable.com>2021-09-08 10:04:14 -0700
committerJohn Soo <john@consumable.com>2021-09-11 15:32:14 -0700
commite131d6bf5136b72eb4f2019dcedb64a80214c0ee (patch)
treeeb93aab0fb60f3db3bdc70daf7de7abb92fc2661 /nixos/doc
parent818cabf53bc327d43fefe5552261cce6c70b931d (diff)
datadog-agent: Add release note entry.
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml11
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 13 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 1b0371a0179a..70ff9ec4359f 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
@@ -909,6 +909,17 @@ Superuser created successfully.
file</link> format.
</para>
</listitem>
+ <listitem>
+ <para>
+ The <literal>datadog-agent</literal>,
+ <literal>datadog-integrations-core</literal> and
+ <literal>datadog-process-agent</literal> packages were
+ upgraded from 6.11.2 to 7.30.2, git-2018-09-18 to 7.30.1 and
+ 6.11.1 to 7.30.2, respectively. For details, see the
+ <link xlink:href="https://github.com/DataDog/datadog-agent/blob/main/CHANGELOG.rst">upstream
+ changelog</link>.
+ </para>
+ </listitem>
</itemizedlist>
</section>
<section xml:id="sec-release-21.11-notable-changes">
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 3df77d21d827..e9f9f37da292 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -265,6 +265,8 @@ To be able to access the web UI this port needs to be opened in the firewall.
- The `todoman` package was upgraded from 3.9.0 to 4.0.0. This introduces breaking changes in the [configuration file](https://todoman.readthedocs.io/en/stable/configure.html#configuration-file) format.
+- The `datadog-agent`, `datadog-integrations-core` and `datadog-process-agent` packages were upgraded from 6.11.2 to 7.30.2, git-2018-09-18 to 7.30.1 and 6.11.1 to 7.30.2, respectively. For details, see the [upstream changelog](https://github.com/DataDog/datadog-agent/blob/main/CHANGELOG.rst).
+
## Other Notable Changes {#sec-release-21.11-notable-changes}
- The setting [`services.openssh.logLevel`](options.html#opt-services.openssh.logLevel) `"VERBOSE"` `"INFO"`. This brings NixOS in line with upstream and other Linux distributions, and reduces log spam on servers due to bruteforcing botnets.