Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package helm3 for openSUSE:Factory checked in at 2026-07-12 16:21:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/helm3 (Old) and /work/SRC/openSUSE:Factory/.helm3.new.1991 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "helm3" Sun Jul 12 16:21:15 2026 rev:16 rq:1364954 version:3.21.3 Changes: -------- --- /work/SRC/openSUSE:Factory/helm3/helm3.changes 2026-07-06 12:30:36.223789664 +0200 +++ /work/SRC/openSUSE:Factory/.helm3.new.1991/helm3.changes 2026-07-12 16:22:10.894091971 +0200 @@ -1,0 +2,10 @@ +Fri Jul 10 05:31:03 UTC 2026 - Johannes Kastl <[email protected]> + +- Update to version 3.21.3: + * Apply suggestions from code review 1ad6e68 (Benoit Tigeot) + * fix: drop containerd v1 dep to resolve govulncheck CVEs 037733e + (Benoit Tigeot) + * chore(deps): bump github.com/containerd/containerd from 1.7.32 + to 1.7.33 d3e178b (dependabot[bot]) + +------------------------------------------------------------------- Old: ---- helm3-3.21.2.obscpio New: ---- helm3-3.21.3.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ helm3.spec ++++++ --- /var/tmp/diff_new_pack.Mgp9YT/_old 2026-07-12 16:22:13.206173628 +0200 +++ /var/tmp/diff_new_pack.Mgp9YT/_new 2026-07-12 16:22:13.210173769 +0200 @@ -19,7 +19,7 @@ %define goipath helm.sh/helm/v3 %define git_dirty clean Name: helm3 -Version: 3.21.2 +Version: 3.21.3 Release: 0 Summary: The Kubernetes Package Manager License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Mgp9YT/_old 2026-07-12 16:22:13.442181963 +0200 +++ /var/tmp/diff_new_pack.Mgp9YT/_new 2026-07-12 16:22:13.486183517 +0200 @@ -5,7 +5,7 @@ <param name="exclude">.git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> - <param name="revision">v3.21.2</param> + <param name="revision">refs/tags/v3.21.3</param> <param name="changesgenerate">enable</param> <param name="filename">helm3</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Mgp9YT/_old 2026-07-12 16:22:13.690190722 +0200 +++ /var/tmp/diff_new_pack.Mgp9YT/_new 2026-07-12 16:22:13.694190862 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/helm/helm.git</param> - <param name="changesrevision">125963406833fe0525be91f46c8b5b0f22fb9e32</param></service></servicedata> + <param name="changesrevision">1ad6e68924fdf6fb0c7dcef8e9e1dfc0f36eaed6</param></service></servicedata> (No newline at EOF) ++++++ helm3-3.21.2.obscpio -> helm3-3.21.3.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/helm3-3.21.2/go.mod new/helm3-3.21.3/go.mod --- old/helm3-3.21.2/go.mod 2026-06-20 06:07:43.000000000 +0200 +++ new/helm3-3.21.3/go.mod 2026-07-09 22:58:46.000000000 +0200 @@ -11,8 +11,7 @@ github.com/Masterminds/squirrel v1.5.4 github.com/Masterminds/vcs v1.13.3 github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 - github.com/containerd/containerd v1.7.32 - github.com/cyphar/filepath-securejoin v0.6.1 + github.com/cyphar/filepath-securejoin v0.7.0 github.com/distribution/distribution/v3 v3.1.1 github.com/evanphx/json-patch v5.9.11+incompatible github.com/foxcpp/go-mockdns v1.2.0 @@ -60,9 +59,6 @@ github.com/cenkalti/backoff/v5 v5.0.3 // indirect github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/chai2010/gettext-go v1.0.2 // indirect - github.com/containerd/errdefs v0.3.0 // indirect - github.com/containerd/log v0.1.0 // indirect - github.com/containerd/platforms v0.2.1 // indirect github.com/coreos/go-systemd/v22 v22.7.0 // indirect github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/helm3-3.21.2/go.sum new/helm3-3.21.3/go.sum --- old/helm3-3.21.2/go.sum 2026-06-20 06:07:43.000000000 +0200 +++ new/helm3-3.21.3/go.sum 2026-07-09 22:58:46.000000000 +0200 @@ -49,14 +49,6 @@ github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/chai2010/gettext-go v1.0.2 h1:1Lwwip6Q2QGsAdl/ZKPCwTe9fe0CjlUbqj5bFNSjIRk= github.com/chai2010/gettext-go v1.0.2/go.mod h1:y+wnP2cHYaVj19NZhYKAwEMH2CI1gNHeQQ+5AjwawxA= -github.com/containerd/containerd v1.7.32 h1:S54xuVcPxeLaYgaRABtpJ2VyVUVsy0IGf7qHBs+sbY8= -github.com/containerd/containerd v1.7.32/go.mod h1:jdwD6s/BhV4XVJGrvtziNPVA+83n66TwptVaPKprq4E= -github.com/containerd/errdefs v0.3.0 h1:FSZgGOeK4yuT/+DnF07/Olde/q4KBoMsaamhXxIMDp4= -github.com/containerd/errdefs v0.3.0/go.mod h1:+YBYIdtsnF4Iw6nWZhJcqGSg/dwvV7tyJ/kCkyJ2k+M= -github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I= -github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo= -github.com/containerd/platforms v0.2.1 h1:zvwtM3rz2YHPQsF2CHYM8+KtB5dvhISiXh5ZpSBQv6A= -github.com/containerd/platforms v0.2.1/go.mod h1:XHCb+2/hzowdiut9rkudds9bE5yJ7npe7dG/wG+uFPw= github.com/coreos/go-systemd/v22 v22.7.0 h1:LAEzFkke61DFROc7zNLX/WA2i5J8gYqe0rSj9KI28KA= github.com/coreos/go-systemd/v22 v22.7.0/go.mod h1:xNUYtjHu2EDXbsxz1i41wouACIwT7Ybq9o0BQhMwD0w= github.com/cpuguy83/go-md2man/v2 v2.0.6 h1:XJtiaUW6dEEqVuZiMTn1ldk455QWwEIsMIJlo5vtkx0= @@ -64,8 +56,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY= github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4= -github.com/cyphar/filepath-securejoin v0.6.1 h1:5CeZ1jPXEiYt3+Z6zqprSAgSWiggmpVyciv8syjIpVE= -github.com/cyphar/filepath-securejoin v0.6.1/go.mod h1:A8hd4EnAeyujCJRrICiOWqjS1AX0a9kM5XL+NwKoYSc= +github.com/cyphar/filepath-securejoin v0.7.0 h1:s0Y3ITPy6sQn5xt54DuYvTF8hu134ooYLUb58DX/HjE= +github.com/cyphar/filepath-securejoin v0.7.0/go.mod h1:ymLGms/u3BYaviIiuKFnUx8EkQEZeK6cInNoAPJA3o4= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/helm3-3.21.2/pkg/registry/client.go new/helm3-3.21.3/pkg/registry/client.go --- old/helm3-3.21.2/pkg/registry/client.go 2026-06-20 06:07:43.000000000 +0200 +++ new/helm3-3.21.3/pkg/registry/client.go 2026-07-09 22:58:46.000000000 +0200 @@ -31,7 +31,6 @@ "sync" "github.com/Masterminds/semver/v3" - "github.com/containerd/containerd/remotes" "github.com/opencontainers/image-spec/specs-go" ocispec "github.com/opencontainers/image-spec/specs-go/v1" "github.com/pkg/errors" @@ -56,7 +55,7 @@ an underscore (_) in chart version tags when pushing to a registry and back to a plus (+) when pulling from a registry.` -var errDeprecatedRemote = errors.New("providing github.com/containerd/containerd/remotes.Resolver via ClientOptResolver is no longer suported") +var errDeprecatedRemote = errors.New("providing github.com/containerd/containerd/remotes.Resolver via ClientOptResolver is no longer supported") type ( // RemoteClient shadows the ORAS remote.Client interface @@ -237,7 +236,7 @@ } } -func ClientOptResolver(_ remotes.Resolver) ClientOption { +func ClientOptResolver(_ any) ClientOption { return func(c *Client) { c.err = errDeprecatedRemote } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/helm3-3.21.2/pkg/registry/client_test.go new/helm3-3.21.3/pkg/registry/client_test.go --- old/helm3-3.21.2/pkg/registry/client_test.go 2026-06-20 06:07:43.000000000 +0200 +++ new/helm3-3.21.3/pkg/registry/client_test.go 2026-07-09 22:58:46.000000000 +0200 @@ -21,7 +21,6 @@ "io" "testing" - "github.com/containerd/containerd/remotes" ocispec "github.com/opencontainers/image-spec/specs-go/v1" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" @@ -29,9 +28,7 @@ ) func TestNewClientResolverNotSupported(t *testing.T) { - var r remotes.Resolver - - client, err := NewClient(ClientOptResolver(r)) + client, err := NewClient(ClientOptResolver(nil)) require.Equal(t, err, errDeprecatedRemote) assert.Nil(t, client) } ++++++ helm3.obsinfo ++++++ --- /var/tmp/diff_new_pack.Mgp9YT/_old 2026-07-12 16:22:15.150242286 +0200 +++ /var/tmp/diff_new_pack.Mgp9YT/_new 2026-07-12 16:22:15.150242286 +0200 @@ -1,5 +1,5 @@ name: helm3 -version: 3.21.2 -mtime: 1781928463 -commit: 125963406833fe0525be91f46c8b5b0f22fb9e32 +version: 3.21.3 +mtime: 1783630726 +commit: 1ad6e68924fdf6fb0c7dcef8e9e1dfc0f36eaed6 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/helm3/vendor.tar.gz /work/SRC/openSUSE:Factory/.helm3.new.1991/vendor.tar.gz differ: char 13, line 1
