1
0
Richard Brown 2021-04-06 15:28:53 +00:00 committed by Git OBS Bridge
commit 4c7718ea9b
6 changed files with 25 additions and 10 deletions

View File

@ -6,7 +6,7 @@
<param name="filename">csi-external-provisioner</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v1.6.0</param>
<param name="revision">v2.0.4</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2c5137a127e71b9b13a08c22cb72b271acad7f02cccbae3e9ec38be3b850b57
size 5398256

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bbdb7d37d9dd3ae5c42871f7a5712e7e1d652b60172532d1c1359176c97c0b2e
size 5412847

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Mar 31 14:18:16 UTC 2021 - Stefan Haas <stefan.haas@suse.com>
- Update to v2.0.4
-------------------------------------------------------------------
Mon Mar 8 14:09:17 UTC 2021 - Stefan Haas <stefan.haas@suse.com>
- v2.0.0 depends on golang 1.13
-------------------------------------------------------------------
Thu Mar 4 12:51:43 UTC 2021 - Stefan Haas <stefan.haas@suse.com>
- Update to v2.0.0
-------------------------------------------------------------------
Tue Nov 24 03:08:44 UTC 2020 - Tim Serong <tserong@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package csi-external-provisioner
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -23,7 +23,7 @@
%define source external-provisioner
Name: csi-%{source}
Version: 1.6.0
Version: 2.0.4
Release: 0
Summary: Dynamically provisions volumes of CSI drivers
License: Apache-2.0
@ -31,9 +31,9 @@ Group: System/Management
URL: https://%{project}
Source: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: go1.12 >= 1.12.0
BuildRequires: go1.13 >= 1.13.0
BuildRequires: golang-packaging
BuildRequires: golang(API) >= 1.12
BuildRequires: golang(API) >= 1.13
%description
Kubernetes external controller that monitors PersistentVolumeClaim objects created by user and creates/deletes volumes for them.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:531ebc7dbe6e025d9946062b6171ef6b19060d0fc7fa699474535934b95880bf
size 5193079
oid sha256:55a8e3ec6f401aae2b1416d97894aac677d548958e51ca9f2d833a2617541f3e
size 5177144