kops: 1.21.0 -> 1.21.1 (#136057)

launchpad/nixpkgs/master
Eric Bailey 3 years ago committed by GitHub
parent b05c309ff9
commit c87483cb55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
  2. 3
      nixos/doc/manual/release-notes/rl-2111.section.md
  3. 4
      pkgs/applications/networking/cluster/kops/default.nix

@ -22,7 +22,7 @@
</listitem>
<listitem>
<para>
kOps now defaults to 1.21.0, which uses containerd as the
kOps now defaults to 1.21.1, which uses containerd as the
default runtime.
</para>
</listitem>

@ -7,7 +7,8 @@ In addition to numerous new and upgraded packages, this release has the followin
## Highlights {#sec-release-21.11-highlights}
- PHP now defaults to PHP 8.0, updated from 7.4.
- kOps now defaults to 1.21.0, which uses containerd as the default runtime.
- kOps now defaults to 1.21.1, which uses containerd as the default runtime.
- `python3` now defaults to Python 3.9, updated from Python 3.8.

@ -65,8 +65,8 @@ rec {
};
kops_1_21 = mkKops rec {
version = "1.21.0";
sha256 = "sha256-T2i3qpg3GC7yaYCGrN1V5XXrUyT+Ce9Q4aV00gQJ7gM=";
version = "1.21.1";
sha256 = "sha256-/C/fllgfAovHuyGRY+LM09bsUpYdA8zDw1w0b9HnlBc=";
rev = "v${version}";
};
}

Loading…
Cancel
Save