Hello community,
here is the log from the commit of package csi-node-driver-registrar for
openSUSE:Factory checked in at 2020-11-23 16:37:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/csi-node-driver-registrar (Old)
and /work/SRC/openSUSE:Factory/.csi-node-driver-registrar.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "csi-node-driver-registrar"
Mon Nov 23 16:37:32 2020 rev:2 rq:849530 version:1.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/csi-node-driver-registrar/csi-node-driver-registrar.changes
2020-09-14 12:39:31.225550016 +0200
+++
/work/SRC/openSUSE:Factory/.csi-node-driver-registrar.new.5913/csi-node-driver-registrar.changes
2020-11-23 18:40:50.676768312 +0100
@@ -1,0 +2,12 @@
+Wed Nov 18 05:50:44 UTC 2020 - Tim Serong <[email protected]>
+
+- Update to version 1.3.0
+ * Fix registration socket cleanup on Windows during startup
+ * Migrated to Go modules, so the source builds also outside of GOPATH
+
+-------------------------------------------------------------------
+Wed Nov 18 05:09:36 UTC 2020 - Tim Serong <[email protected]>
+
+- Rework _service and spec file to make future version updates easier
+
+-------------------------------------------------------------------
Old:
----
node-driver-registrar-1.2.0.tar.gz
New:
----
csi-node-driver-registrar-1.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ csi-node-driver-registrar.spec ++++++
--- /var/tmp/diff_new_pack.gYYWel/_old 2020-11-23 18:40:51.408769073 +0100
+++ /var/tmp/diff_new_pack.gYYWel/_new 2020-11-23 18:40:51.408769073 +0100
@@ -1,7 +1,7 @@
#
# spec file for package csi-node-driver-registrar
#
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,9 +12,10 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
%{go_nostrip}
%define project github.com/kubernetes-csi/node-driver-registrar
@@ -22,13 +23,13 @@
%define source node-driver-registrar
Name: %{package}
-Version: 1.2.0
+Version: 1.3.0
Release: 0
Summary: Registers the CSI driver with Kubelet
License: Apache-2.0
Group: System/Management
-Url: https://%{project}
-Source: %{source}-%{version}.tar.gz
+URL: https://%{project}
+Source: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: golang-packaging
BuildRequires: golang(API) >= 1.12
@@ -37,8 +38,8 @@
Kubernetes node-driver-registrar is a sidecar container that registers the CSI
driver with Kubelet using the kubelet plugin registration mechanism.
%prep
-%setup -q -n %{source}-%{version}
-%setup -q -T -D -a 1 -n %{source}-%{version}
+%setup -q
+%setup -q -T -D -a 1
%build
%goprep %{project}
++++++ _service ++++++
--- /var/tmp/diff_new_pack.gYYWel/_old 2020-11-23 18:40:51.440769106 +0100
+++ /var/tmp/diff_new_pack.gYYWel/_new 2020-11-23 18:40:51.444769110 +0100
@@ -3,13 +3,17 @@
<param
name="url">https://github.com/kubernetes-csi/node-driver-registrar</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
- <param name="versionformat">1.2.0</param>
- <param name="revision">6ef000ae</param>
+ <param name="filename">csi-node-driver-registrar</param>
+ <param name="versionformat">1.3.0</param>
+ <param name="revision">v1.3.0</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
+ <service name="set_version" mode="disabled">
+ <param name="basename">csi-node-driver-registrar</param>
+ </service>
<service name="go_modules" mode="disabled">
</service>
</services>
++++++ vendor.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/vendor/k8s.io/client-go/LICENSE
new/vendor/k8s.io/client-go/LICENSE
--- old/vendor/k8s.io/client-go/LICENSE 1970-01-01 01:00:00.000000000 +0100
+++ new/vendor/k8s.io/client-go/LICENSE 2020-11-18 06:48:43.335475700 +0100
@@ -0,0 +1,202 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ 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.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/vendor/k8s.io/client-go/util/testing/fake_handler.go
new/vendor/k8s.io/client-go/util/testing/fake_handler.go
--- old/vendor/k8s.io/client-go/util/testing/fake_handler.go 1970-01-01
01:00:00.000000000 +0100
+++ new/vendor/k8s.io/client-go/util/testing/fake_handler.go 2020-11-18
06:48:43.335475700 +0100
@@ -0,0 +1,139 @@
+/*
+Copyright 2014 The Kubernetes Authors.
+
+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 testing
+
+import (
+ "io/ioutil"
+ "net/http"
+ "net/url"
+ "reflect"
+ "sync"
+)
+
+// TestInterface is a simple interface providing Errorf, to make injection for
+// testing easier (insert 'yo dawg' meme here).
+type TestInterface interface {
+ Errorf(format string, args ...interface{})
+ Logf(format string, args ...interface{})
+}
+
+// LogInterface is a simple interface to allow injection of Logf to report
serving errors.
+type LogInterface interface {
+ Logf(format string, args ...interface{})
+}
+
+// FakeHandler is to assist in testing HTTP requests. Notice that FakeHandler
is
+// not thread safe and you must not direct traffic to except for the request
+// you want to test. You can do this by hiding it in an http.ServeMux.
+type FakeHandler struct {
+ RequestReceived *http.Request
+ RequestBody string
+ StatusCode int
+ ResponseBody string
+ // For logging - you can use a *testing.T
+ // This will keep log messages associated with the test.
+ T LogInterface
+
+ // Enforce "only one use" constraint.
+ lock sync.Mutex
+ requestCount int
+ hasBeenChecked bool
+
+ SkipRequestFn func(verb string, url url.URL) bool
+}
+
+func (f *FakeHandler) SetResponseBody(responseBody string) {
+ f.lock.Lock()
+ defer f.lock.Unlock()
+ f.ResponseBody = responseBody
+}
+
+func (f *FakeHandler) ServeHTTP(response http.ResponseWriter, request
*http.Request) {
+ f.lock.Lock()
+ defer f.lock.Unlock()
+
+ if f.SkipRequestFn != nil && f.SkipRequestFn(request.Method,
*request.URL) {
+ response.Header().Set("Content-Type", "application/json")
+ response.WriteHeader(f.StatusCode)
+ response.Write([]byte(f.ResponseBody))
+ return
+ }
+
+ f.requestCount++
+ if f.hasBeenChecked {
+ panic("got request after having been validated")
+ }
+
+ f.RequestReceived = request
+ response.Header().Set("Content-Type", "application/json")
+ response.WriteHeader(f.StatusCode)
+ response.Write([]byte(f.ResponseBody))
+
+ bodyReceived, err := ioutil.ReadAll(request.Body)
+ if err != nil && f.T != nil {
+ f.T.Logf("Received read error: %v", err)
+ }
+ f.RequestBody = string(bodyReceived)
+ if f.T != nil {
+ f.T.Logf("request body: %s", f.RequestBody)
+ }
+}
+
+func (f *FakeHandler) ValidateRequestCount(t TestInterface, count int) bool {
+ ok := true
+ f.lock.Lock()
+ defer f.lock.Unlock()
+ if f.requestCount != count {
+ ok = false
+ t.Errorf("Expected %d call, but got %d. Only the last call is
recorded and checked.", count, f.requestCount)
+ }
+ f.hasBeenChecked = true
+ return ok
+}
+
+// ValidateRequest verifies that FakeHandler received a request with expected
path, method, and body.
+func (f *FakeHandler) ValidateRequest(t TestInterface, expectedPath,
expectedMethod string, body *string) {
+ f.lock.Lock()
+ defer f.lock.Unlock()
+ if f.requestCount != 1 {
+ t.Logf("Expected 1 call, but got %v. Only the last call is
recorded and checked.", f.requestCount)
+ }
+ f.hasBeenChecked = true
+
+ expectURL, err := url.Parse(expectedPath)
+ if err != nil {
+ t.Errorf("Couldn't parse %v as a URL.", expectedPath)
+ }
+ if f.RequestReceived == nil {
+ t.Errorf("Unexpected nil request received for %s", expectedPath)
+ return
+ }
+ if f.RequestReceived.URL.Path != expectURL.Path {
+ t.Errorf("Unexpected request path for request %#v, received:
%q, expected: %q", f.RequestReceived, f.RequestReceived.URL.Path,
expectURL.Path)
+ }
+ if e, a := expectURL.Query(), f.RequestReceived.URL.Query();
!reflect.DeepEqual(e, a) {
+ t.Errorf("Unexpected query for request %#v, received: %q,
expected: %q", f.RequestReceived, a, e)
+ }
+ if f.RequestReceived.Method != expectedMethod {
+ t.Errorf("Unexpected method: %q, expected: %q",
f.RequestReceived.Method, expectedMethod)
+ }
+ if body != nil {
+ if *body != f.RequestBody {
+ t.Errorf("Received body:\n%s\n Doesn't match expected
body:\n%s", f.RequestBody, *body)
+ }
+ }
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/vendor/k8s.io/client-go/util/testing/tmpdir.go
new/vendor/k8s.io/client-go/util/testing/tmpdir.go
--- old/vendor/k8s.io/client-go/util/testing/tmpdir.go 1970-01-01
01:00:00.000000000 +0100
+++ new/vendor/k8s.io/client-go/util/testing/tmpdir.go 2020-11-18
06:48:43.335475700 +0100
@@ -0,0 +1,44 @@
+/*
+Copyright 2016 The Kubernetes Authors.
+
+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 testing
+
+import (
+ "io/ioutil"
+ "os"
+)
+
+// MkTmpdir creates a temporary directory based upon the prefix passed in.
+// If successful, it returns the temporary directory path. The directory can be
+// deleted with a call to "os.RemoveAll(...)".
+// In case of error, it'll return an empty string and the error.
+func MkTmpdir(prefix string) (string, error) {
+ tmpDir, err := ioutil.TempDir(os.TempDir(), prefix)
+ if err != nil {
+ return "", err
+ }
+ return tmpDir, nil
+}
+
+// MkTmpdir does the same work as "MkTmpdir", except in case of
+// errors, it'll trigger a panic.
+func MkTmpdirOrDie(prefix string) string {
+ tmpDir, err := MkTmpdir(prefix)
+ if err != nil {
+ panic(err)
+ }
+ return tmpDir
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/vendor/modules.txt new/vendor/modules.txt
--- old/vendor/modules.txt 2020-07-31 08:10:21.000000000 +0200
+++ new/vendor/modules.txt 2020-11-18 06:48:43.335475700 +0100
@@ -1,13 +1,10 @@
# github.com/container-storage-interface/spec v1.0.0
-## explicit
github.com/container-storage-interface/spec/lib/go/csi
# github.com/gogo/protobuf v1.0.0
-## explicit
github.com/gogo/protobuf/gogoproto
github.com/gogo/protobuf/proto
github.com/gogo/protobuf/protoc-gen-gogo/descriptor
# github.com/golang/protobuf v1.1.0
-## explicit
github.com/golang/protobuf/descriptor
github.com/golang/protobuf/proto
github.com/golang/protobuf/protoc-gen-go/descriptor
@@ -17,12 +14,10 @@
github.com/golang/protobuf/ptypes/timestamp
github.com/golang/protobuf/ptypes/wrappers
# github.com/kubernetes-csi/csi-lib-utils v0.4.0-rc1
-## explicit
github.com/kubernetes-csi/csi-lib-utils/connection
github.com/kubernetes-csi/csi-lib-utils/protosanitizer
github.com/kubernetes-csi/csi-lib-utils/rpc
# golang.org/x/net v0.0.0-20180301190904-22ae77b79946
-## explicit
golang.org/x/net/context
golang.org/x/net/http2
golang.org/x/net/http2/hpack
@@ -31,19 +26,15 @@
golang.org/x/net/lex/httplex
golang.org/x/net/trace
# golang.org/x/sys v0.0.0-20180302081741-dd2ff4accc09
-## explicit
golang.org/x/sys/unix
# golang.org/x/text v0.3.0
-## explicit
golang.org/x/text/secure/bidirule
golang.org/x/text/transform
golang.org/x/text/unicode/bidi
golang.org/x/text/unicode/norm
# google.golang.org/genproto v0.0.0-20180301225018-2c5e7ac708aa
-## explicit
google.golang.org/genproto/googleapis/rpc/status
# google.golang.org/grpc v1.10.0
-## explicit
google.golang.org/grpc
google.golang.org/grpc/balancer
google.golang.org/grpc/balancer/base
@@ -67,9 +58,9 @@
google.golang.org/grpc/status
google.golang.org/grpc/tap
google.golang.org/grpc/transport
+# k8s.io/client-go v11.0.0+incompatible
+k8s.io/client-go/util/testing
# k8s.io/klog v0.1.0
-## explicit
k8s.io/klog
# k8s.io/kubernetes v1.11.0-beta.2
-## explicit
k8s.io/kubernetes/pkg/kubelet/apis/pluginregistration/v1alpha1
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives:
https://lists.opensuse.org/archives/list/[email protected]