Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kind for openSUSE:Factory checked in at 2026-06-03 20:24:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kind (Old) and /work/SRC/openSUSE:Factory/.kind.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kind" Wed Jun 3 20:24:38 2026 rev:9 rq:1356860 version:0.32.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kind/kind.changes 2025-12-18 18:35:52.980781174 +0100 +++ /work/SRC/openSUSE:Factory/.kind.new.1937/kind.changes 2026-06-03 20:28:13.635658208 +0200 @@ -1,0 +2,123 @@ +Wed Jun 03 04:52:26 UTC 2026 - Johannes Kastl <[email protected]> + +- Update to version 0.32.0: + This release contains critical dependency updates, bug fixes, and + defaults to Kubernetes 1.36.1. + * Breaking Changes + - The default node image is now + kindest/node:v1.36.1@sha256:3489c7674813ba5d8b1a9977baea8a6e553784dab7b84759d1014dbd78f7ebd5 + - New node images requiring upgrading kind to kind load ...: + Due to a containerd upgrade, you must upgrade kind to this + release or newer to use kind load ... with the newly + published node images. As always, we cannot gurantee full + compatibility of node images between kind releases. You can + use the digests from previous releases, upgrade kind, or + build your own node-images. + - kubeadm v1beta4 config format is now used for Kubernetes + 1.36.0+ If you are using versioned config patches, you must + update to target v1beta4. Unversioned patches kind will + attempt to convert as needed (more below in New Features). + This change is required for Kubernetes 1.37+ which drops + kubeadm v1beta3 config. + - Adoption of Envoy for Load Balancing in multi-control-plane + node clusters: HAProxy has been replaced by Envoy + (docker.io/envoyproxy/envoy:v1.36.2) as the load balancer in + multi-control-plane (HA) clusters. If you rely on custom + HAProxy loadbalancer configurations or images, please note + that Envoy is now used. + - cgroup v1 warning: A warning is now printed if cgroup v1 is + detected on the host. Kubernetes has deprecated support for + cgroup v1, and at some point in the future KIND releases / + node-images will also drop support for cgroup v1. + * New Features + - kubeadm v1beta4 configuration support: KIND now uses the + v1beta4 config format for Kubernetes v1.36.0+ while + maintaining v1beta3 for v1.23.0 up to v1.35.x, and v1beta2 + for older versions. + - Custom Merging & Version-Awareness for Kubeadm Config + Patches: + - KIND now automatically translates old-style map-based + extraArgs / kubeletExtraArgs patches to the list-based + v1beta4 format when targeting v1beta4 configs. + - Config patches now append to extraArgs / kubeletExtraArgs / + certSANs reliably. To overwrite or make other more precise + patching, use json6902 patches. + - Support for containerd config v4 format: Enabled support for + containerd's config v4 format in kind load and snapshotter + parsing, which is required for newer containerd versions. + - Building Node Images from CI Artifacts: Added support to + build node images from Kubernetes CI artifacts (resolving + endpoints like https://dl.k8s.io/ci/latest.txt or CI build + prefixes). + - Support for containerd version-aware containerd config + patching: Like kubeadmConfigPatches, containerd config + patching is now aware of version and if specified in patches + will only apply patches that match the containerd config + being used. + - Assorted dependency updates. + * Images pre-built for this release: + - v1.36.1: + kindest/node:v1.36.1@sha256:3489c7674813ba5d8b1a9977baea8a6e553784dab7b84759d1014dbd78f7ebd5 + - v1.35.5: + kindest/node:v1.35.5@sha256:ce977ae6d65918d0b58a5f8b5e940429c2ce42fa3a5619ec2bbc60b949c0ac95 + - v1.34.8: + kindest/node:v1.34.8@sha256:02722c2dedddcfc00febf5d27fbeb9b7b2c14294c82109ff4a85d89ac9ba3256 + - v1.33.12: + kindest/node:v1.33.12@sha256:3f5c8443c620245e4d355cfe09e96a91ead32ceaa569d3f1ca9edf0cb2fe2ff4 + NOTE: You must use the @sha256 digest to guarantee an image + built for this release, until such a time as we switch to a + different tagging scheme. Even then we will highly encourage + digest pinning for security and reproducibility reasons. + * Fixes + - Fix permission error when creating pods with hostUsers: false + (Kubernetes 1.36+). + - Handle registry ports correctly in image normalization logic + (e.g., registry running on ports like localhost:5000/...). + - Handle empty port mapping listen addresses correctly + (defaults to wildcard address). + - Skip /dev/mapper mount on rootless Docker. + - Assorted documentation fixes and improvements. + * Dependencies + - bump local-path-provisioner to v20260521-9fb22683 + - bump base image to v20260521-9fb22683 + - bump qemu + - bump base again, to current latest with containerd 2.2.3 + - bump local-path-provisioner image + - bump kindnetd image + - bump base image + - bump containerd back to 2.2.3 due to 2.3.0 regression, bump + runc to 1.3.5 to match + - bump go to 1.26.2 + - bump cni plugins to 1.9.1 + - bump crictl to 1.36.0 + - bump runc to 1.4.2 to match containerd + - bump containerd to 2.3.0 + - Bump actions/cache from 5.0.4 to 5.0.5 in the actions group + - Bump actions/upload-artifact from 6.0.0 to 7.0.1 + - Bump actions/setup-go from 6.3.0 to 6.4.0 in the actions + group + - Bump actions/cache from 5.0.3 to 5.0.4 in the actions group + - Bump actions/setup-go from 6.2.0 to 6.3.0 in the actions + group + - bump golang images + - bump go to 1.25.7 + - Bump the actions group across 1 directory with 2 updates + - bump base image + - bump local-path-provisioner + - bump kindnetd + - bump go to 1.25.6 + - bump local-path-provisioner to 0.0.34 + - bump local-path-provisioner to trixie + - bump distroless-iptables to latest + - bump containerd to 2.2.1 + - bump base image to trixie + - bump haproxy image + - Bump the actions group with 2 updates + - bump base image + - upgrade to runc 1.3.4 + - bump haproxy to 2.6.x + - bump docs to 0.31.0 + - Bump image from bullseye to bookworm for + local-path-helper,local-path-provisioner,haproxy + +------------------------------------------------------------------- Old: ---- kind-0.31.0.obscpio New: ---- kind-0.32.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kind.spec ++++++ --- /var/tmp/diff_new_pack.SQIoH5/_old 2026-06-03 20:28:15.003714864 +0200 +++ /var/tmp/diff_new_pack.SQIoH5/_new 2026-06-03 20:28:15.003714864 +0200 @@ -1,7 +1,7 @@ # # spec file for package kind # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: kind -Version: 0.31.0 +Version: 0.32.0 Release: 0 Summary: Kubernetes IN Docker - local clusters for testing Kubernetes License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.SQIoH5/_old 2026-06-03 20:28:15.043716521 +0200 +++ /var/tmp/diff_new_pack.SQIoH5/_new 2026-06-03 20:28:15.047716686 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/kubernetes-sigs/kind/</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v0.31.0</param> + <param name="revision">v0.32.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.SQIoH5/_old 2026-06-03 20:28:15.075717846 +0200 +++ /var/tmp/diff_new_pack.SQIoH5/_new 2026-06-03 20:28:15.075717846 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/kubernetes-sigs/kind/</param> - <param name="changesrevision">a323333ff9efd8099f95a8a6b5c86c75a210d00f</param></service></servicedata> + <param name="changesrevision">cda67ef8588f6bfdac5358233f2471cb2149ecaf</param></service></servicedata> (No newline at EOF) ++++++ kind-0.31.0.obscpio -> kind-0.32.0.obscpio ++++++ ++++ 7717 lines of diff (skipped) ++++++ kind.obsinfo ++++++ --- /var/tmp/diff_new_pack.SQIoH5/_old 2026-06-03 20:28:15.603739714 +0200 +++ /var/tmp/diff_new_pack.SQIoH5/_new 2026-06-03 20:28:15.615740211 +0200 @@ -1,5 +1,5 @@ name: kind -version: 0.31.0 -mtime: 1766019115 -commit: a323333ff9efd8099f95a8a6b5c86c75a210d00f +version: 0.32.0 +mtime: 1780417734 +commit: cda67ef8588f6bfdac5358233f2471cb2149ecaf ++++++ vendor.tar.gz ++++++
