1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

kops: 1.21.0 -> 1.21.1 (#136057)

This commit is contained in:
Eric Bailey 2021-08-31 04:55:30 -05:00 committed by GitHub
parent b05c309ff9
commit c87483cb55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View file

@ -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>

View file

@ -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.

View file

@ -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}";
};
}