Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pluto for openSUSE:Factory checked in at 2022-06-28 15:21:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pluto (Old) and /work/SRC/openSUSE:Factory/.pluto.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pluto" Tue Jun 28 15:21:58 2022 rev:10 rq:985354 version:5.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/pluto/pluto.changes 2022-06-23 10:25:11.319799858 +0200 +++ /work/SRC/openSUSE:Factory/.pluto.new.1548/pluto.changes 2022-06-28 15:22:09.865923771 +0200 @@ -1,0 +2,8 @@ +Mon Jun 27 13:19:56 UTC 2022 - [email protected] + +- Update to version 5.9.0: + * Bump github.com/stretchr/testify from 1.7.2 to 1.7.4 (#338) + * FWI-2191: Make versions.yaml available to users of Pluto packages, update Go module path with `/v5` (#331) + * Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#328) + +------------------------------------------------------------------- Old: ---- pluto-5.8.0.tar.gz New: ---- pluto-5.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pluto.spec ++++++ --- /var/tmp/diff_new_pack.NJnrCM/_old 2022-06-28 15:22:11.333925961 +0200 +++ /var/tmp/diff_new_pack.NJnrCM/_new 2022-06-28 15:22:11.337925968 +0200 @@ -19,7 +19,7 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true Name: pluto -Version: 5.8.0 +Version: 5.9.0 Release: 0 Summary: A cli tool to help discover deprecated apiVersions in Kubernetes License: Apache-2.0 @@ -38,11 +38,13 @@ %build go build \ -mod=vendor \ - -ldflags="-X main.Version=%{version}" + -buildmode=pie \ + -ldflags="-X main.Version=%{version}" \ + -o bin/pluto ./cmd/pluto/ %install # Install the binary. -install -D -m 0755 %{name} "%{buildroot}/%{_bindir}/%{name}" +install -D -m 0755 ./bin/%{name} "%{buildroot}/%{_bindir}/%{name}" %files %doc README.md ++++++ _service ++++++ --- /var/tmp/diff_new_pack.NJnrCM/_old 2022-06-28 15:22:11.373926021 +0200 +++ /var/tmp/diff_new_pack.NJnrCM/_new 2022-06-28 15:22:11.377926027 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/FairwindsOps/pluto</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v5.8.0</param> + <param name="revision">v5.9.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> @@ -16,7 +16,7 @@ <param name="compression">gz</param> </service> <service name="go_modules" mode="disabled"> - <param name="archive">pluto-5.8.0.tar.gz</param> + <param name="archive">pluto-5.9.0.tar.gz</param> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.NJnrCM/_old 2022-06-28 15:22:11.397926058 +0200 +++ /var/tmp/diff_new_pack.NJnrCM/_new 2022-06-28 15:22:11.401926063 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/FairwindsOps/pluto</param> - <param name="changesrevision">f61294a0dd25e471bd71acc748aefddd2a933f47</param></service></servicedata> + <param name="changesrevision">f00e0e85835c62845116c08965a1fc2126e07ec1</param></service></servicedata> (No newline at EOF) ++++++ pluto-5.8.0.tar.gz -> pluto-5.9.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pluto-5.8.0/.goreleaser.yml new/pluto-5.9.0/.goreleaser.yml --- old/pluto-5.8.0/.goreleaser.yml 2022-06-08 23:54:00.000000000 +0200 +++ new/pluto-5.9.0/.goreleaser.yml 2022-06-22 16:20:02.000000000 +0200 @@ -23,6 +23,7 @@ builds: - ldflags: - -X main.version={{.Version}} -X main.commit={{.Commit}} -s -w + main: cmd/pluto/main.go goarch: - amd64 - arm diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pluto-5.8.0/Makefile new/pluto-5.9.0/Makefile --- old/pluto-5.8.0/Makefile 2022-06-08 23:54:00.000000000 +0200 +++ new/pluto-5.9.0/Makefile 2022-06-22 16:20:02.000000000 +0200 @@ -9,7 +9,7 @@ all: lint test build: - $(GOBUILD) -o $(BINARY_NAME) -ldflags "-X main.version=$(VERSION) -X main.commit=$(COMMIT) -s -w" -v + $(GOBUILD) -o $(BINARY_NAME) -ldflags "-X main.version=$(VERSION) -X main.commit=$(COMMIT) -s -w" -v cmd/pluto/main.go lint: golangci-lint run reportcard: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pluto-5.8.0/cmd/pluto/main.go new/pluto-5.9.0/cmd/pluto/main.go --- old/pluto-5.8.0/cmd/pluto/main.go 1970-01-01 01:00:00.000000000 +0100 +++ new/pluto-5.9.0/cmd/pluto/main.go 2022-06-22 16:20:02.000000000 +0200 @@ -0,0 +1,32 @@ +// Copyright 2020 FairwindsOps Inc +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +package main + +import ( + plutoversionsfile "github.com/fairwindsops/pluto/v5" + "github.com/fairwindsops/pluto/v5/cmd" +) + +var ( + // version is set during build + version = "development" + // commit is set during build + commit = "n/a" + + versionsFile []byte = plutoversionsfile.Content() +) + +func main() { + cmd.Execute(version, commit, versionsFile) +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pluto-5.8.0/cmd/root.go new/pluto-5.9.0/cmd/root.go --- old/pluto-5.8.0/cmd/root.go 2022-06-08 23:54:00.000000000 +0200 +++ new/pluto-5.9.0/cmd/root.go 2022-06-22 16:20:02.000000000 +0200 @@ -35,9 +35,9 @@ "os" "strings" - "github.com/fairwindsops/pluto/v3/pkg/api" - "github.com/fairwindsops/pluto/v3/pkg/finder" - "github.com/fairwindsops/pluto/v3/pkg/helm" + "github.com/fairwindsops/pluto/v5/pkg/api" + "github.com/fairwindsops/pluto/v5/pkg/finder" + "github.com/fairwindsops/pluto/v5/pkg/helm" "github.com/rogpeppe/go-internal/semver" "github.com/spf13/cobra" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pluto-5.8.0/embed.go new/pluto-5.9.0/embed.go --- old/pluto-5.8.0/embed.go 1970-01-01 01:00:00.000000000 +0100 +++ new/pluto-5.9.0/embed.go 2022-06-22 16:20:02.000000000 +0200 @@ -0,0 +1,17 @@ +// plutoversionsfile makes the Pluto versions.yaml file available to the pluto +// binary and others that import Pluto packages. +package plutoversionsfile + +import ( + _ "embed" +) + +var ( + //go:embed versions.yaml + plutoVersionsFileContent []byte +) + +// Content returns the Pluto versions.yaml file as a slice of bytes. +func Content() []byte { + return plutoVersionsFileContent +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pluto-5.8.0/go.mod new/pluto-5.9.0/go.mod --- old/pluto-5.8.0/go.mod 2022-06-08 23:54:00.000000000 +0200 +++ new/pluto-5.9.0/go.mod 2022-06-22 16:20:02.000000000 +0200 @@ -1,4 +1,4 @@ -module github.com/fairwindsops/pluto/v3 +module github.com/fairwindsops/pluto/v5 go 1.17 @@ -10,11 +10,11 @@ github.com/spf13/cobra v1.4.0 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.12.0 - github.com/stretchr/testify v1.7.1 + github.com/stretchr/testify v1.7.4 golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect golang.org/x/text v0.3.7 // indirect - gopkg.in/yaml.v3 v3.0.0 + gopkg.in/yaml.v3 v3.0.1 helm.sh/helm/v3 v3.9.0 k8s.io/api v0.24.1 k8s.io/apimachinery v0.24.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pluto-5.8.0/go.sum new/pluto-5.9.0/go.sum --- old/pluto-5.8.0/go.sum 2022-06-08 23:54:00.000000000 +0200 +++ new/pluto-5.9.0/go.sum 2022-06-22 16:20:02.000000000 +0200 @@ -1050,6 +1050,7 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE= +github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/testify v0.0.0-20180303142811-b89eecf5ca5d/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= @@ -1057,8 +1058,9 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/stretchr/testify v1.7.4 h1:wZRexSlwd7ZXfKINDLsO4r7WBt3gTKONc6K/VesHvHM= +github.com/stretchr/testify v1.7.4/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= github.com/subosito/gotenv v1.3.0 h1:mjC+YW8QpAdXibNi+vNWgzmgBH4+5l5dCXv8cNysBLI= github.com/subosito/gotenv v1.3.0/go.mod h1:YzJjq/33h7nrwdY+iHMhEOEEbW0ovIz0tB6t6PwAXzs= @@ -1798,8 +1800,9 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0 h1:hjy8E9ON/egN1tAYqKb61G10WtihqetD4sz2H+8nIeA= gopkg.in/yaml.v3 v3.0.0/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= +gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw= gotest.tools/v3 v3.0.2/go.mod h1:3SzNCllyD9/Y+b5r9JIKQ474KzkZyqLqEfYqMsX94Bk= gotest.tools/v3 v3.0.3/go.mod h1:Z7Lb0S5l+klDB31fvDQX8ss/FlKDxtlFlw3Oa8Ymbl8= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pluto-5.8.0/main.go new/pluto-5.9.0/main.go --- old/pluto-5.8.0/main.go 2022-06-08 23:54:00.000000000 +0200 +++ new/pluto-5.9.0/main.go 1970-01-01 01:00:00.000000000 +0100 @@ -1,34 +0,0 @@ -// Copyright 2020 FairwindsOps Inc -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -package main - -import ( - _ "embed" - - "github.com/fairwindsops/pluto/v3/cmd" -) - -var ( - // version is set during build - version = "development" - // commit is set during build - commit = "n/a" - - //go:embed versions.yaml - versionsFile []byte -) - -func main() { - cmd.Execute(version, commit, versionsFile) -} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pluto-5.8.0/pkg/finder/finder.go new/pluto-5.9.0/pkg/finder/finder.go --- old/pluto-5.8.0/pkg/finder/finder.go 2022-06-08 23:54:00.000000000 +0200 +++ new/pluto-5.9.0/pkg/finder/finder.go 2022-06-22 16:20:02.000000000 +0200 @@ -36,7 +36,7 @@ "k8s.io/klog/v2" - "github.com/fairwindsops/pluto/v3/pkg/api" + "github.com/fairwindsops/pluto/v5/pkg/api" ) // Dir is the finder dirlication diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pluto-5.8.0/pkg/finder/finder_test.go new/pluto-5.9.0/pkg/finder/finder_test.go --- old/pluto-5.8.0/pkg/finder/finder_test.go 2022-06-08 23:54:00.000000000 +0200 +++ new/pluto-5.9.0/pkg/finder/finder_test.go 2022-06-22 16:20:02.000000000 +0200 @@ -32,7 +32,7 @@ "os" "testing" - "github.com/fairwindsops/pluto/v3/pkg/api" + "github.com/fairwindsops/pluto/v5/pkg/api" "github.com/stretchr/testify/assert" ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pluto-5.8.0/pkg/helm/helm.go new/pluto-5.9.0/pkg/helm/helm.go --- old/pluto-5.8.0/pkg/helm/helm.go 2022-06-08 23:54:00.000000000 +0200 +++ new/pluto-5.9.0/pkg/helm/helm.go 2022-06-22 16:20:02.000000000 +0200 @@ -41,7 +41,7 @@ "k8s.io/client-go/kubernetes" "k8s.io/klog/v2" - "github.com/fairwindsops/pluto/v3/pkg/api" + "github.com/fairwindsops/pluto/v5/pkg/api" ) // Helm represents all current releases that we can find in the cluster diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pluto-5.8.0/pkg/helm/helm_test.go new/pluto-5.9.0/pkg/helm/helm_test.go --- old/pluto-5.8.0/pkg/helm/helm_test.go 2022-06-08 23:54:00.000000000 +0200 +++ new/pluto-5.9.0/pkg/helm/helm_test.go 2022-06-22 16:20:02.000000000 +0200 @@ -32,7 +32,7 @@ "context" "testing" - "github.com/fairwindsops/pluto/v3/pkg/api" + "github.com/fairwindsops/pluto/v5/pkg/api" "github.com/stretchr/testify/assert" v1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/pluto/vendor.tar.gz /work/SRC/openSUSE:Factory/.pluto.new.1548/vendor.tar.gz differ: char 5, line 1
