pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kind: Update to 0.20.0



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Dec 27 20:15:45 2023 +0100
Changeset:	1333ac6075824fe054269c7006d2ff7bddda765b

Modified Files:
	kind/Makefile
	kind/distinfo

Log Message:
kind: Update to 0.20.0

Changes:
0.20.0
KIND v0.20.0 fixes runc 1.1.6+ / misc controller support as well as
cgroupns support on cgroup v1 and begins the migration to private
cgroupns for all kind nodes.

In a future release kind node images will drop support for kind
binaries without cgroupns=private (which is already the default on all
cgroup v2 hosts, and cgroup v1 in kind v0.20.0). This will allow us to
ship a more consistent and reliable environment as the ecosystem heads
towards dropping cgroup v1 more generally.

- Docker 20.10.0+ is now required, with no change for Podman.
- Node images built with kind v0.20.0+ will be required on cgroups v1
  hosts for kind v0.20.0+**
- The default node image is a Kubernetes `v1.27.3` image:
  `kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72`

0.19.0
KIND v0.19.0 contains a fix for airgapped node image usage and a
significant overhaul over our base image and dependency management.

KIND node images now contain a `LICENSE/` directory based on
go-licenses for all external go binaries, all external go binaries are
built from source and contain fully patched go as of the time of
release, streamlining that process and decoupling versions.

Since this release comes shortly after v0.18.0, we highly recommend
seeing v0.18.0 release notes as well.

- The default node image is a Kubernetes `v1.27.1` image:
  `kindest/node:v1.27.1@sha256:b7d12ed662b873bd8510879c1846e87c7e676a79fefc93e17b2a52989d3ff42b`
- Base distro is now Debian, not Ubuntu.
   - While it is not supported to depend on the contents of these
     images beyond providing what KIND needs to create a functioning
     Kubernetes cluster at a given version, we know some power users
     depend on this anyhow. This is your warning! This is subject to
     change again in the future. We also dropped some now-unnecessary
     packages from the image.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1333ac6075824fe054269c7006d2ff7bddda765b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 kind/Makefile | 2 +-
 kind/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/kind/Makefile b/kind/Makefile
index 6b5762564e..2ae14915bd 100644
--- a/kind/Makefile
+++ b/kind/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	kind-0.18.0
+DISTNAME=	kind-0.20.0
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=kubernetes-sigs/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/kind/distinfo b/kind/distinfo
index 834027a403..23dd866644 100644
--- a/kind/distinfo
+++ b/kind/distinfo
@@ -132,9 +132,9 @@ Size (gopkg.in_yaml.v3_@v_v3.0.1.mod) = 95 bytes
 BLAKE2s (gopkg.in_yaml.v3_@v_v3.0.1.zip) = 2e80fa896e65b1ae160400012c71aeac70e22a31cac82ec4921c85a93d65774c
 SHA512 (gopkg.in_yaml.v3_@v_v3.0.1.zip) = d57b0d42c71ad6503415e42979b51b0dc7f6344072c728ab2e3d4bab88da7b7d775e7f261868909f990f6b44aed6c533966c97bbe333a0acd65fc8bac9d1d4ff
 Size (gopkg.in_yaml.v3_@v_v3.0.1.zip) = 104623 bytes
-BLAKE2s (kind-0.18.0.tar.gz) = 33687ccf5f5ed9349f5d8e553d33fd609091abf646ac453eecbe26bf27e0afcf
-SHA512 (kind-0.18.0.tar.gz) = 24426fdce81c263f18d819f099ba8969624af338b827afba63659d304bab8c747cb371d4b1fd4d1799c5adacc82d6b9a6a02cbc2b89c2d3e09e30e2b728aaec9
-Size (kind-0.18.0.tar.gz) = 1931921 bytes
+BLAKE2s (kind-0.20.0.tar.gz) = 6301b3e642fe582592560cf53839f2f72aeaf339a653bf22be5544d24246b56f
+SHA512 (kind-0.20.0.tar.gz) = 9672853ad65b101e9d0d179e5c3e710ff1a6fbb94e36dfc2b84f88992e349813334c3b9a661bf99a276509ec24cb1b1ee3ba3041f701e75d0e5d37121ea2a74a
+Size (kind-0.20.0.tar.gz) = 2009007 bytes
 BLAKE2s (sigs.k8s.io_yaml_@v_v1.3.0.mod) = aa0c3388e6785a71e2976185852f7f1ce47bfacefb57d3f19a31598b57eac39d
 SHA512 (sigs.k8s.io_yaml_@v_v1.3.0.mod) = b855d3080f64a72df53099560050601007d3f62c8108c6f7e948d6e7e9e681761c1433824653092f06f2f23c74a6933088a421d647c6d445ed8628b762960020
 Size (sigs.k8s.io_yaml_@v_v1.3.0.mod) = 106 bytes


Home | Main Index | Thread Index | Old Index