kops: 1.21.0 -> 1.21.1 (#136057)

authored by

Eric Bailey and committed by
GitHub
c87483cb b05c309f

+5 -4
+1 -1
nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
··· 22 22 </listitem> 23 23 <listitem> 24 24 <para> 25 - kOps now defaults to 1.21.0, which uses containerd as the 25 + kOps now defaults to 1.21.1, which uses containerd as the 26 26 default runtime. 27 27 </para> 28 28 </listitem>
+2 -1
nixos/doc/manual/release-notes/rl-2111.section.md
··· 7 7 ## Highlights {#sec-release-21.11-highlights} 8 8 9 9 - PHP now defaults to PHP 8.0, updated from 7.4. 10 - - kOps now defaults to 1.21.0, which uses containerd as the default runtime. 10 + 11 + - kOps now defaults to 1.21.1, which uses containerd as the default runtime. 11 12 12 13 - `python3` now defaults to Python 3.9, updated from Python 3.8. 13 14
+2 -2
pkgs/applications/networking/cluster/kops/default.nix
··· 65 65 }; 66 66 67 67 kops_1_21 = mkKops rec { 68 - version = "1.21.0"; 69 - sha256 = "sha256-T2i3qpg3GC7yaYCGrN1V5XXrUyT+Ce9Q4aV00gQJ7gM="; 68 + version = "1.21.1"; 69 + sha256 = "sha256-/C/fllgfAovHuyGRY+LM09bsUpYdA8zDw1w0b9HnlBc="; 70 70 rev = "v${version}"; 71 71 }; 72 72 }