Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kind for openSUSE:Factory checked in at 2025-05-22 16:55:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kind (Old) and /work/SRC/openSUSE:Factory/.kind.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kind" Thu May 22 16:55:56 2025 rev:6 rq:1278918 version:0.29.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kind/kind.changes 2025-05-20 09:38:08.081467603 +0200 +++ /work/SRC/openSUSE:Factory/.kind.new.2732/kind.changes 2025-05-22 16:56:03.767864658 +0200 @@ -1,0 +2,23 @@ +Wed May 21 04:42:44 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Update to version 0.29.0: + This is a quick security release to pickup the containerd 2.1.1 + CVE-2025-47290 fix. + * Breaking Changes + - The default node image is now + kindest/node:v1.33.1@sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f + * New Features + - Updated to containerd 2.1.1 + * Images pre-built for this release: + - v1.33.1: + kindest/node:v1.33.1@sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f + - v1.32.5: + kindest/node:v1.32.5@sha256:e3b2327e3a5ab8c76f5ece68936e4cafaa82edf58486b769727ab0b3b97a5b0d + - v1.31.9: + kindest/node:v1.31.9@sha256:b94a3a6c06198d17f59cca8c6f486236fa05e2fb359cbd75dabbfc348a10b211 + - v1.30.13: + kindest/node:v1.30.13@sha256:397209b3d947d154f6641f2d0ce8d473732bd91c87d9575ade99049aa33cd648 + * Fixes + - Fixes containerd CVE-2025-47290 / GHSA-cm76-qm8v-3j95 + +------------------------------------------------------------------- Old: ---- kind-0.28.0.obscpio New: ---- kind-0.29.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kind.spec ++++++ --- /var/tmp/diff_new_pack.HNh9Pw/_old 2025-05-22 16:56:04.263885684 +0200 +++ /var/tmp/diff_new_pack.HNh9Pw/_new 2025-05-22 16:56:04.263885684 +0200 @@ -17,7 +17,7 @@ Name: kind -Version: 0.28.0 +Version: 0.29.0 Release: 0 Summary: Kubernetes IN Docker - local clusters for testing Kubernetes License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.HNh9Pw/_old 2025-05-22 16:56:04.295887041 +0200 +++ /var/tmp/diff_new_pack.HNh9Pw/_new 2025-05-22 16:56:04.299887210 +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.28.0</param> + <param name="revision">v0.29.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.HNh9Pw/_old 2025-05-22 16:56:04.315887889 +0200 +++ /var/tmp/diff_new_pack.HNh9Pw/_new 2025-05-22 16:56:04.319888058 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/kubernetes-sigs/kind/</param> - <param name="changesrevision">3ab456276bf7c626cbe64431c2a7068f646b1d03</param></service></servicedata> + <param name="changesrevision">200b3aac0b5ff698426715db9b4d13288bd470a3</param></service></servicedata> (No newline at EOF) ++++++ kind-0.28.0.obscpio -> kind-0.29.0.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kind-0.28.0/README.md new/kind-0.29.0/README.md --- old/kind-0.28.0/README.md 2025-05-17 00:39:31.000000000 +0200 +++ new/kind-0.29.0/README.md 2025-05-21 03:50:08.000000000 +0200 @@ -5,7 +5,7 @@ kind is a tool for running local Kubernetes clusters using Docker container "nodes". kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI. -If you have [go] 1.16+ and [docker], [podman] or [nerdctl] installed `go install sigs.k8s.io/kind@v0.27.0 && kind create cluster` is all you need! +If you have [go] 1.16+ and [docker], [podman] or [nerdctl] installed `go install sigs.k8s.io/kind@v0.28.0 && kind create cluster` is all you need!  @@ -23,7 +23,7 @@ For a complete [install guide] see [the documentation here][install guide]. -You can install kind with `go install sigs.k8s.io/kind@v0.27.0`. +You can install kind with `go install sigs.k8s.io/kind@v0.28.0`. **NOTE**: please use the latest go to do this. KIND is developed with the latest stable go, see [`.go-version`](./.go-version) for the exact version we're using. @@ -43,9 +43,9 @@ ```console # For AMD64 / x86_64 -[ $(uname -m) = x86_64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.27.0/kind-$(uname)-amd64 +[ $(uname -m) = x86_64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.28.0/kind-$(uname)-amd64 # For ARM64 -[ $(uname -m) = aarch64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.27.0/kind-$(uname)-arm64 +[ $(uname -m) = aarch64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.28.0/kind-$(uname)-arm64 chmod +x ./kind sudo mv ./kind /usr/local/bin/kind ``` @@ -66,9 +66,9 @@ ```console # For Intel Macs -[ $(uname -m) = x86_64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.27.0/kind-darwin-amd64 +[ $(uname -m) = x86_64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.28.0/kind-darwin-amd64 # For M1 / ARM Macs -[ $(uname -m) = arm64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.27.0/kind-darwin-arm64 +[ $(uname -m) = arm64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.28.0/kind-darwin-arm64 chmod +x ./kind mv ./kind /some-dir-in-your-PATH/kind ``` @@ -76,7 +76,7 @@ On Windows: ```powershell -curl.exe -Lo kind-windows-amd64.exe https://kind.sigs.k8s.io/dl/v0.27.0/kind-windows-amd64 +curl.exe -Lo kind-windows-amd64.exe https://kind.sigs.k8s.io/dl/v0.28.0/kind-windows-amd64 Move-Item .\kind-windows-amd64.exe c:\some-dir-in-your-PATH\kind.exe # OR via Chocolatey (https://chocolatey.org/packages/kind) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kind-0.28.0/images/base/Dockerfile new/kind-0.29.0/images/base/Dockerfile --- old/kind-0.28.0/images/base/Dockerfile 2025-05-17 00:39:31.000000000 +0200 +++ new/kind-0.29.0/images/base/Dockerfile 2025-05-21 03:50:08.000000000 +0200 @@ -122,7 +122,7 @@ # stage for building containerd FROM go-build AS build-containerd ARG TARGETARCH GO_VERSION -ARG CONTAINERD_VERSION="v2.1.0" +ARG CONTAINERD_VERSION="v2.1.1" ARG CONTAINERD_CLONE_URL="https://github.com/containerd/containerd" # we don't build with optional snapshotters, we never select any of these # they're not ideal inside kind anyhow, and we save some disk space diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kind-0.28.0/pkg/apis/config/defaults/image.go new/kind-0.29.0/pkg/apis/config/defaults/image.go --- old/kind-0.28.0/pkg/apis/config/defaults/image.go 2025-05-17 00:39:31.000000000 +0200 +++ new/kind-0.29.0/pkg/apis/config/defaults/image.go 2025-05-21 03:50:08.000000000 +0200 @@ -18,4 +18,4 @@ package defaults // Image is the default for the Config.Image field, aka the default node image. -const Image = "kindest/node:v1.33.1@sha256:8d866994839cd096b3590681c55a6fa4a071fdaf33be7b9660e5697d2ed13002" +const Image = "kindest/node:v1.33.1@sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kind-0.28.0/pkg/build/nodeimage/defaults.go new/kind-0.29.0/pkg/build/nodeimage/defaults.go --- old/kind-0.28.0/pkg/build/nodeimage/defaults.go 2025-05-17 00:39:31.000000000 +0200 +++ new/kind-0.29.0/pkg/build/nodeimage/defaults.go 2025-05-21 03:50:08.000000000 +0200 @@ -22,4 +22,4 @@ // DefaultBaseImage is the default base image used // TODO: come up with a reasonable solution to digest pinning // https://github.com/moby/moby/issues/43188 -const DefaultBaseImage = "docker.io/kindest/base:v20250512-ceffaf4e" +const DefaultBaseImage = "docker.io/kindest/base:v20250521-31a79fd4" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kind-0.28.0/pkg/cmd/kind/version/version.go new/kind-0.29.0/pkg/cmd/kind/version/version.go --- old/kind-0.28.0/pkg/cmd/kind/version/version.go 2025-05-17 00:39:31.000000000 +0200 +++ new/kind-0.29.0/pkg/cmd/kind/version/version.go 2025-05-21 03:50:08.000000000 +0200 @@ -58,7 +58,7 @@ } // versionCore is the core portion of the kind CLI version per Semantic Versioning 2.0.0 -const versionCore = "0.28.0" +const versionCore = "0.29.0" // versionPreRelease is the base pre-release portion of the kind CLI version per // Semantic Versioning 2.0.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kind-0.28.0/site/config.toml new/kind-0.29.0/site/config.toml --- old/kind-0.28.0/site/config.toml 2025-05-17 00:39:31.000000000 +0200 +++ new/kind-0.29.0/site/config.toml 2025-05-21 03:50:08.000000000 +0200 @@ -67,7 +67,7 @@ home = ["HTML", "REDIRECTS"] [params] -stable = "v0.27.0" +stable = "v0.28.0" # privacy settings [privacy] ++++++ kind.obsinfo ++++++ --- /var/tmp/diff_new_pack.HNh9Pw/_old 2025-05-22 16:56:04.587899419 +0200 +++ /var/tmp/diff_new_pack.HNh9Pw/_new 2025-05-22 16:56:04.587899419 +0200 @@ -1,5 +1,5 @@ name: kind -version: 0.28.0 -mtime: 1747435171 -commit: 3ab456276bf7c626cbe64431c2a7068f646b1d03 +version: 0.29.0 +mtime: 1747792208 +commit: 200b3aac0b5ff698426715db9b4d13288bd470a3 ++++++ vendor.tar.gz ++++++