Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cmctl for openSUSE:Factory checked in at 2024-02-25 14:07:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cmctl (Old) and /work/SRC/openSUSE:Factory/.cmctl.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cmctl" Sun Feb 25 14:07:14 2024 rev:23 rq:1150127 version:1.14.3 Changes: -------- --- /work/SRC/openSUSE:Factory/cmctl/cmctl.changes 2024-02-09 23:53:49.154205552 +0100 +++ /work/SRC/openSUSE:Factory/.cmctl.new.1770/cmctl.changes 2024-02-25 14:07:18.331476938 +0100 @@ -1,0 +2,8 @@ +Sat Feb 24 09:21:28 UTC 2024 - opensuse_buildserv...@ojkastl.de + +- Update to version 1.14.3: + * run 'make update-licenses' + * bump base images and CVE dependencies + * Update cmd/ctl's go.mod to v1.14.2 + +------------------------------------------------------------------- Old: ---- cert-manager-1.14.2.obscpio New: ---- cert-manager-1.14.3.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cmctl.spec ++++++ --- /var/tmp/diff_new_pack.n68ibW/_old 2024-02-25 14:07:19.283511437 +0100 +++ /var/tmp/diff_new_pack.n68ibW/_new 2024-02-25 14:07:19.283511437 +0100 @@ -21,7 +21,7 @@ %define archive_name cert-manager Name: cmctl -Version: 1.14.2 +Version: 1.14.3 Release: 0 Summary: CLI tool that can help you to manage cert-manager resources inside your cluster License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.n68ibW/_old 2024-02-25 14:07:19.319512741 +0100 +++ /var/tmp/diff_new_pack.n68ibW/_new 2024-02-25 14:07:19.323512886 +0100 @@ -3,7 +3,7 @@ <param name="url">https://github.com/cert-manager/cert-manager</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v1.14.2</param> + <param name="revision">v1.14.3</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> @@ -19,7 +19,7 @@ <param name="compression">gz</param> </service> <service name="go_modules" mode="manual"> - <param name="archive">cert-manager-1.14.2.obscpio</param> + <param name="archive">cert-manager-1.14.3.obscpio</param> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.n68ibW/_old 2024-02-25 14:07:19.343513611 +0100 +++ /var/tmp/diff_new_pack.n68ibW/_new 2024-02-25 14:07:19.347513756 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/cert-manager/cert-manager</param> - <param name="changesrevision">6e52ae136602818e86e66466a0a1c4700f123fd3</param></service></servicedata> + <param name="changesrevision">646e592f6984d93cb21d501cce82610c39ec69ef</param></service></servicedata> (No newline at EOF) ++++++ cert-manager-1.14.2.obscpio -> cert-manager-1.14.3.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cert-manager-1.14.2/LICENSES new/cert-manager-1.14.3/LICENSES --- old/cert-manager-1.14.2/LICENSES 2024-02-08 12:29:18.000000000 +0100 +++ new/cert-manager-1.14.3/LICENSES 2024-02-22 11:40:44.000000000 +0100 @@ -130,7 +130,7 @@ gopkg.in/inf.v0,https://github.com/go-inf/inf/blob/v0.9.1/LICENSE,BSD-3-Clause gopkg.in/yaml.v2,https://github.com/go-yaml/yaml/blob/v2.4.0/LICENSE,Apache-2.0 gopkg.in/yaml.v3,https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE,MIT -helm.sh/helm/v3,https://github.com/helm/helm/blob/v3.12.3/LICENSE,Apache-2.0 +helm.sh/helm/v3,https://github.com/helm/helm/blob/v3.14.1/LICENSE,Apache-2.0 k8s.io/api,https://github.com/kubernetes/api/blob/v0.29.0/LICENSE,Apache-2.0 k8s.io/apiextensions-apiserver/pkg/apis/apiextensions,https://github.com/kubernetes/apiextensions-apiserver/blob/v0.29.0/LICENSE,Apache-2.0 k8s.io/apimachinery/pkg,https://github.com/kubernetes/apimachinery/blob/v0.29.0/LICENSE,Apache-2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cert-manager-1.14.2/go.mod new/cert-manager-1.14.3/go.mod --- old/cert-manager-1.14.2/go.mod 2024-02-08 12:29:18.000000000 +0100 +++ new/cert-manager-1.14.3/go.mod 2024-02-22 11:40:44.000000000 +0100 @@ -16,13 +16,13 @@ // or a branch name (master). require ( - github.com/cert-manager/cert-manager v1.14.1 + github.com/cert-manager/cert-manager v1.14.2 github.com/go-logr/logr v1.4.1 github.com/spf13/cobra v1.8.0 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.8.4 golang.org/x/crypto v0.17.0 - helm.sh/helm/v3 v3.12.3 + helm.sh/helm/v3 v3.14.1 k8s.io/api v0.29.0 k8s.io/apiextensions-apiserver v0.29.0 k8s.io/apimachinery v0.29.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cert-manager-1.14.2/go.sum new/cert-manager-1.14.3/go.sum --- old/cert-manager-1.14.2/go.sum 2024-02-08 12:29:18.000000000 +0100 +++ new/cert-manager-1.14.3/go.sum 2024-02-22 11:40:44.000000000 +0100 @@ -50,8 +50,8 @@ github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 h1:nvj0OLI3YqYXer/kZD8Ri1aaunCxIEsOst1BVJswV0o= github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0/go.mod h1:D/8v3kj0zr8ZAKg1AQ6crr+5VwKN5eIywRkfhyM/+dE= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= -github.com/cert-manager/cert-manager v1.14.1 h1:i5sJHfEucqpAfVjkCe3n4sO5S+6YBaN2Yu18+l/1ZMw= -github.com/cert-manager/cert-manager v1.14.1/go.mod h1:pik7K6jXfgh++lfVJ/i1HzEnDluSUtTVLXSHikj8Lho= +github.com/cert-manager/cert-manager v1.14.2 h1:C/uci6yxiCRO04PWomBbSX+T4JT58FIIpDj5SZ6Ks6I= +github.com/cert-manager/cert-manager v1.14.2/go.mod h1:pik7K6jXfgh++lfVJ/i1HzEnDluSUtTVLXSHikj8Lho= github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44= github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/chai2010/gettext-go v1.0.2 h1:1Lwwip6Q2QGsAdl/ZKPCwTe9fe0CjlUbqj5bFNSjIRk= @@ -584,8 +584,8 @@ gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gotest.tools/v3 v3.4.0 h1:ZazjZUfuVeZGLAmlKKuyv3IKP5orXcwtOwDQH6YVr6o= gotest.tools/v3 v3.4.0/go.mod h1:CtbdzLSsqVhDgMtKsx03ird5YTGB3ar27v0u/yKBW5g= -helm.sh/helm/v3 v3.12.3 h1:5y1+Sbty12t48T/t/CGNYUIME5BJ0WKfmW/sobYqkFg= -helm.sh/helm/v3 v3.12.3/go.mod h1:KPKQiX9IP5HX7o5YnnhViMnNuKiL/lJBVQ47GHe1R0k= +helm.sh/helm/v3 v3.14.1 h1:4AwRLx+wfzlPtvrsbDmWP5PUokGmf9/nAmEdk21vae8= +helm.sh/helm/v3 v3.14.1/go.mod h1:2itvvDv2WSZXTllknfQo6j7u3VVgMAvm8POCDgYH424= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= k8s.io/api v0.29.0 h1:NiCdQMY1QOp1H8lfRyeEf8eOwV6+0xA6XEE44ohDX2A= ++++++ cert-manager.obsinfo ++++++ --- /var/tmp/diff_new_pack.n68ibW/_old 2024-02-25 14:07:19.463517959 +0100 +++ /var/tmp/diff_new_pack.n68ibW/_new 2024-02-25 14:07:19.467518104 +0100 @@ -1,5 +1,5 @@ name: cert-manager -version: 1.14.2 -mtime: 1707391758 -commit: 306e329365989f205185024a86de9b9d4bad10a5 +version: 1.14.3 +mtime: 1708598444 +commit: 218e20572da4eafc0ff4a37fadd836eb356659f7 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/cmctl/vendor.tar.gz /work/SRC/openSUSE:Factory/.cmctl.new.1770/vendor.tar.gz differ: char 5, line 1