pkgsrc-WIP-changes archive

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

kind: Update to 0.18.0



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Apr 3 18:22:20 2023 +0200
Changeset:	b4f1e138986139017283f1ffac0e323032c0b57f

Modified Files:
	kind/Makefile
	kind/distinfo

Log Message:
kind: Update to 0.18.0

Changes:
KIND v0.18.0 Comes with a big shoutout to Docker, Inc. for accepting us
into the updated Docker Sponsored OSS Program!  Thanks Docker!

Images should no longer have pull rate limits as a result.

The project will still consider mirroring on or switching primarily to
registry.k8s.io in the future, after determining an updated immutable
tagging scheme to comply with requirements there.

Otherwise of particular note are a fix for iptables nf_tables v1.8.8+,
updated dependencies including runc v1.1.5 with CVE fixes, and a new
networking option to control the DNS search list.

- The default node image is a Kubernetes v1.26.3 image:
  kindest/node:v1.26.3@sha256:61b92f38dff6ccc29969e7aa154d34e38b89443af1a2c14e6cfbd2df6419c66f
- Dropped support for PPC64LE and S390x, which only had limited support
  previously
   - These platforms had very slow and flaky builds despite attempts at
     fixing and very limited demand. We've dropped these to focus on the
     vast majority of our users. These platforms never reached the point
     of having official node images.
-  Removed registry mirror config for `k8s.gcr.io` => `registry.k8s.io`
   - k8s.gcr.io is partially redirected already now, and being phased
     out. Please update your references to use registry.k8s.io directly
     instead! See: https://registry.k8s.io,
     https://kubernetes.io/blog/2023/03/10/image-registry-redirect/

- New `networking.dnsSearch` config field for overriding the cluster nodes'
  DNS search list
- Documented how to use KIND on chromeOS
- Automated builds for most images
- Improved output for `kind delete cluster`

For full release notes please see
<https://github.com/kubernetes-sigs/kind/releases/tag/v0.18.0>.

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

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 889aa08daf..6b5762564e 100644
--- a/kind/Makefile
+++ b/kind/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	kind-0.17.0
+DISTNAME=	kind-0.18.0
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=kubernetes-sigs/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/kind/distinfo b/kind/distinfo
index e5ccdb9a5f..834027a403 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.17.0.tar.gz) = 8ebb5e379aebdd27b018bcd37c32236202ca19494b6c5961e69aa8e98b2a10f9
-SHA512 (kind-0.17.0.tar.gz) = bd46bab081846cfd255a11572c404438b3cff8e8cbe5e3caa33c7cd9c0018e8c900e206c8db345d0dc04d7e70955682fd02506fe3cf4740f09bcd605b045a8b0
-Size (kind-0.17.0.tar.gz) = 1926043 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 (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