about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-03 14:28:03 +0100
committerGitHub <noreply@github.com>2022-03-03 14:28:03 +0100
commitc5ea50c4ec392764ac683a32bfb47316eb782dbd (patch)
tree56bbb4b0b214bc9c063b1db0c75e568ceae4687a /nixos
parentef7ad5789eeea31c171a9cf80521766a8e3b6c7b (diff)
parent2c9c903192e382adbccb6401ffd48c69ac546bc1 (diff)
downloadnixlib-c5ea50c4ec392764ac683a32bfb47316eb782dbd.tar
nixlib-c5ea50c4ec392764ac683a32bfb47316eb782dbd.tar.gz
nixlib-c5ea50c4ec392764ac683a32bfb47316eb782dbd.tar.bz2
nixlib-c5ea50c4ec392764ac683a32bfb47316eb782dbd.tar.lz
nixlib-c5ea50c4ec392764ac683a32bfb47316eb782dbd.tar.xz
nixlib-c5ea50c4ec392764ac683a32bfb47316eb782dbd.tar.zst
nixlib-c5ea50c4ec392764ac683a32bfb47316eb782dbd.zip
Merge pull request #161401 from yurrriq/kops-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 4acf8195a8dd..4f9cd121799f 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 366f0552589b..de384c102dc7 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).