about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorEric Bailey <e.bailey@sportradar.com>2022-02-22 11:31:35 -0600
committerEric Bailey <e.bailey@sportradar.com>2022-02-22 11:39:09 -0600
commit2c9c903192e382adbccb6401ffd48c69ac546bc1 (patch)
tree96b95557c521e95bc1a2088dbc18dbe239f6e700 /nixos
parentb314818898d87371dddb4eac4f40ec4cb6cd17d5 (diff)
downloadnixlib-2c9c903192e382adbccb6401ffd48c69ac546bc1.tar
nixlib-2c9c903192e382adbccb6401ffd48c69ac546bc1.tar.gz
nixlib-2c9c903192e382adbccb6401ffd48c69ac546bc1.tar.bz2
nixlib-2c9c903192e382adbccb6401ffd48c69ac546bc1.tar.lz
nixlib-2c9c903192e382adbccb6401ffd48c69ac546bc1.tar.xz
nixlib-2c9c903192e382adbccb6401ffd48c69ac546bc1.tar.zst
nixlib-2c9c903192e382adbccb6401ffd48c69ac546bc1.zip
kops: 1.22.2 -> 1.22.4
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml12
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md2
2 files changed, 14 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 4acdcd7d60f9..0c7539e71e24 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
@@ -50,6 +50,18 @@
           granular distinction between reloads and restarts.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          <link xlink:href="https://kops.sigs.k8s.io"><literal>kops</literal></link>
+          defaults to 1.22.4, which will enable
+          <link xlink:href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html">Instance
+          Metadata Service Version 2</link> and require tokens on new
+          clusters with Kubernetes 1.22. This will increase security by
+          default, but may break some types of workloads. See the
+          <link xlink:href="https://kops.sigs.k8s.io/releases/1.22-notes/">release
+          notes</link> for details.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
   <section xml:id="sec-release-22.05-new-services">
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index e81bdd884d06..fd54af7fb4b1 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -19,6 +19,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - systemd services can now set [systemd.services.\<name\>.reloadTriggers](#opt-systemd.services) instead of `reloadIfChanged` for a more granular distinction between reloads and restarts.
 
+- [`kops`](https://kops.sigs.k8s.io) defaults to 1.22.4, which will enable [Instance Metadata Service Version 2](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html) and require tokens on new clusters with Kubernetes 1.22. This will increase security by default, but may break some types of workloads. See the [release notes](https://kops.sigs.k8s.io/releases/1.22-notes/) for details.
+
 ## New Services {#sec-release-22.05-new-services}
 
 - [aesmd](https://github.com/intel/linux-sgx#install-the-intelr-sgx-psw), the Intel SGX Architectural Enclave Service Manager. Available as [services.aesmd](#opt-services.aesmd.enable).