summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2021-12-14 11:03:48 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-12-30 18:51:03 +1000
commit45dbb95515563a067ca1bfa3f7474e6503e5f705 (patch)
tree7d7d516334db27a020407dfd7186a9bcfb871ec9 /nixos/doc
parentea7127b4ba90b889375a89694bbcd25c097b815d (diff)
downloadnixpkgs-45dbb95515563a067ca1bfa3f7474e6503e5f705.tar
nixpkgs-45dbb95515563a067ca1bfa3f7474e6503e5f705.tar.gz
nixpkgs-45dbb95515563a067ca1bfa3f7474e6503e5f705.tar.bz2
nixpkgs-45dbb95515563a067ca1bfa3f7474e6503e5f705.tar.lz
nixpkgs-45dbb95515563a067ca1bfa3f7474e6503e5f705.tar.xz
nixpkgs-45dbb95515563a067ca1bfa3f7474e6503e5f705.tar.zst
nixpkgs-45dbb95515563a067ca1bfa3f7474e6503e5f705.zip
nixos/kubernetes: remove dashboard
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml6
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md2
2 files changed, 8 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 4a68bc94186..517a2e458aa 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
@@ -105,6 +105,12 @@
       </listitem>
       <listitem>
         <para>
+          <literal>services.kubernetes.addons.dashboard</literal> was
+          removed due to it being an outdated version.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           The <literal>wafHook</literal> hook now honors
           <literal>NIX_BUILD_CORES</literal> when
           <literal>enableParallelBuilding</literal> is not set
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index 55655272310..cfe1130068c 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -41,6 +41,8 @@ In addition to numerous new and upgraded packages, this release has the followin
   org-contrib, refer to the ones in `pkgs.emacsPackages.elpaPackages` and
   `pkgs.emacsPackages.nongnuPackages` where the new versions will release.
 
+- `services.kubernetes.addons.dashboard` was removed due to it being an outdated version.
+
 - The `wafHook` hook now honors `NIX_BUILD_CORES` when `enableParallelBuilding` is not set explicitly. Packages can restore the old behaviour by setting `enableParallelBuilding=false`.
 
 - `pkgs.claws-mail-gtk2`, representing Claws Mail's older release version three, was removed in order to get rid of Python 2.