Hello community,

here is the log from the commit of package csi-external-resizer for 
openSUSE:Factory checked in at 2020-11-23 16:37:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/csi-external-resizer (Old)
 and      /work/SRC/openSUSE:Factory/.csi-external-resizer.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "csi-external-resizer"

Mon Nov 23 16:37:52 2020 rev:2 rq:849531 version:0.5.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/csi-external-resizer/csi-external-resizer.changes    
    2020-09-14 12:37:31.705450663 +0200
+++ 
/work/SRC/openSUSE:Factory/.csi-external-resizer.new.5913/csi-external-resizer.changes
      2020-11-23 18:40:40.536757767 +0100
@@ -1,0 +2,12 @@
+Wed Nov 18 05:49:51 UTC 2020 - Tim Serong <[email protected]>
+
+- Update to version 0.5.0
+  * Ability to customize PVC workqueue retry interval
+  * Pass volume capability to ControllerExpandVolume RPC call
+
+-------------------------------------------------------------------
+Wed Nov 18 05:09:20 UTC 2020 - Tim Serong <[email protected]>
+
+- Rework _service and spec file to make future version updates easier
+
+-------------------------------------------------------------------

Old:
----
  external-resizer-0.4.0.tar.gz

New:
----
  csi-external-resizer-0.5.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ csi-external-resizer.spec ++++++
--- /var/tmp/diff_new_pack.Z4LFGV/_old  2020-11-23 18:40:49.320766902 +0100
+++ /var/tmp/diff_new_pack.Z4LFGV/_new  2020-11-23 18:40:49.320766902 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package csi-resizer
+# spec file for package csi-external-resizer
 #
-# 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/external-resizer
@@ -22,13 +23,13 @@
 %define source external-resizer
 
 Name:           csi-%{source}
-Version:        0.4.0
+Version:        0.5.0
 Release:        0
 Summary:        Allows volume expansion after creation
 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.13
@@ -37,8 +38,8 @@
 The CSI external-resizer is a sidecar container that watches the Kubernetes 
API server for PersistentVolumeClaim updates and triggers 
ControllerExpandVolume operations against a CSI endpoint if user requested more 
storage on PersistentVolumeClaim object.
 
 %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.Z4LFGV/_old  2020-11-23 18:40:49.356766939 +0100
+++ /var/tmp/diff_new_pack.Z4LFGV/_new  2020-11-23 18:40:49.356766939 +0100
@@ -2,14 +2,18 @@
   <service name="tar_scm" mode="disabled">
     <param 
name="url">https://github.com/kubernetes-csi/external-resizer</param>
     <param name="scm">git</param>
+    <param name="filename">csi-external-resizer</param>
     <param name="exclude">.git</param>
-    <param name="versionformat">0.4.0</param>
-    <param name="revision">b4482a2</param>
+    <param name="versionformat">0.5.0</param>
+    <param name="revision">v0.5.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-external-resizer</param>
+  </service>
   <service name="go_modules" mode="disabled">
   </service>
 </services>

++++++ vendor.tar.gz ++++++
++++ 2859 lines of diff (skipped)
_______________________________________________
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]

Reply via email to