summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-09-23 21:29:10 +0200
committerGitHub <noreply@github.com>2021-09-23 21:29:10 +0200
commit3d2ed13aaa8bee5b6a3a81118fa4fd6978df2c13 (patch)
treee1a487f512672d5f660e849d8365276a82503aeb /nixos
parente0a19511668f05bc79c42b729bb532cc0c2af774 (diff)
parentbbdb34607e3e9ab51ded51526335b3e347961357 (diff)
downloadnixpkgs-3d2ed13aaa8bee5b6a3a81118fa4fd6978df2c13.tar
nixpkgs-3d2ed13aaa8bee5b6a3a81118fa4fd6978df2c13.tar.gz
nixpkgs-3d2ed13aaa8bee5b6a3a81118fa4fd6978df2c13.tar.bz2
nixpkgs-3d2ed13aaa8bee5b6a3a81118fa4fd6978df2c13.tar.lz
nixpkgs-3d2ed13aaa8bee5b6a3a81118fa4fd6978df2c13.tar.xz
nixpkgs-3d2ed13aaa8bee5b6a3a81118fa4fd6978df2c13.tar.zst
nixpkgs-3d2ed13aaa8bee5b6a3a81118fa4fd6978df2c13.zip
Merge pull request #139189 from yurrriq/helm-3.7.0
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml9
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 11 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 07af72ea8d9..ed35cbedf66 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
@@ -62,6 +62,15 @@
           <literal>gsettings set org.gnome.desktop.lockdown disable-lock-screen false</literal>.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          <literal>kubernetes-helm</literal> now defaults to 3.7.0,
+          which introduced some breaking changes to the experimental OCI
+          manifest format. See
+          <link xlink:href="https://github.com/helm/community/blob/main/hips/hip-0006.md">HIP
+          6</link> for more details.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
   <section xml:id="sec-release-21.11-new-services">
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 586955057bd..450503259e5 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -22,6 +22,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - Pantheon desktop has been updated to version 6. Due to changes of screen locker, if locking doesn't work for you, please try `gsettings set org.gnome.desktop.lockdown disable-lock-screen false`.
 
+- `kubernetes-helm` now defaults to 3.7.0, which introduced some breaking changes to the experimental OCI manifest format. See [HIP 6](https://github.com/helm/community/blob/main/hips/hip-0006.md) for more details.
+
 ## New Services {#sec-release-21.11-new-services}
 
 - [btrbk](https://digint.ch/btrbk/index.html), a backup tool for btrfs subvolumes, taking advantage of btrfs specific capabilities to create atomic snapshots and transfer them incrementally to your backup locations. Available as [services.btrbk](options.html#opt-services.brtbk.instances).