about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2022-11-24 13:52:52 +0000
committerGitHub <noreply@github.com>2022-11-24 13:52:52 +0000
commitd08a22c7ce80d38547da3b832d19ffe4aee3ba04 (patch)
tree5f4d38544777a911d01b4b7d3809b9daf66d1941 /nixos
parente35699dd5791cee79fe050cb1f83e30f3f3b7789 (diff)
parente341cd3ba4c5505c5b6e96ac29ade3d84b3a1c1d (diff)
downloadnixlib-d08a22c7ce80d38547da3b832d19ffe4aee3ba04.tar
nixlib-d08a22c7ce80d38547da3b832d19ffe4aee3ba04.tar.gz
nixlib-d08a22c7ce80d38547da3b832d19ffe4aee3ba04.tar.bz2
nixlib-d08a22c7ce80d38547da3b832d19ffe4aee3ba04.tar.lz
nixlib-d08a22c7ce80d38547da3b832d19ffe4aee3ba04.tar.xz
nixlib-d08a22c7ce80d38547da3b832d19ffe4aee3ba04.tar.zst
nixlib-d08a22c7ce80d38547da3b832d19ffe4aee3ba04.zip
Merge pull request #201937 from panda2134/master
netlify-cli: 6.13.2 -> 12.2.4, esbuild_netlify: 0.13.6 -> 0.14.39
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2211.section.xml8
-rw-r--r--nixos/doc/manual/release-notes/rl-2211.section.md2
2 files changed, 10 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
index 763010ae82a3..e4ed65984e67 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
@@ -1404,6 +1404,14 @@ services.github-runner.serviceOverrides.SupplementaryGroups = [
       </listitem>
       <listitem>
         <para>
+          The <literal>netlify-cli</literal> package has been updated
+          from 6.13.2 to 12.2.4, see the
+          <link xlink:href="https://github.com/netlify/cli/releases">changelog</link>
+          for more details.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           <literal>dockerTools.buildImage</literal> deprecates the
           misunderstood <literal>contents</literal> parameter, in favor
           of <literal>copyToRoot</literal>. Use
diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md
index b8aa0cc09fa9..14a1de27e951 100644
--- a/nixos/doc/manual/release-notes/rl-2211.section.md
+++ b/nixos/doc/manual/release-notes/rl-2211.section.md
@@ -452,6 +452,8 @@ Available as [services.patroni](options.html#opt-services.patroni.enable).
 
 - The `guake` package has been updated from 3.6.3 to 3.9.0, see the [changelog](https://github.com/Guake/guake/releases) for more details.
 
+- The `netlify-cli` package has been updated from 6.13.2 to 12.2.4, see the [changelog](https://github.com/netlify/cli/releases) for more details.
+
 - `dockerTools.buildImage` deprecates the misunderstood `contents` parameter, in favor of `copyToRoot`.
   Use `copyToRoot = buildEnv { ... };` or similar if you intend to add packages to `/bin`.