forked from pool/csi-external-provisioner
Accepting request 882398 from filesystems:ceph
OBS-URL: https://build.opensuse.org/request/show/882398 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/csi-external-provisioner?expand=0&rev=3
This commit is contained in:
commit
4c7718ea9b
2
_service
2
_service
@ -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>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2c5137a127e71b9b13a08c22cb72b271acad7f02cccbae3e9ec38be3b850b57
|
||||
size 5398256
|
3
csi-external-provisioner-2.0.4.tar.gz
Normal file
3
csi-external-provisioner-2.0.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbdb7d37d9dd3ae5c42871f7a5712e7e1d652b60172532d1c1359176c97c0b2e
|
||||
size 5412847
|
@ -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>
|
||||
|
||||
|
@ -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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:531ebc7dbe6e025d9946062b6171ef6b19060d0fc7fa699474535934b95880bf
|
||||
size 5193079
|
||||
oid sha256:55a8e3ec6f401aae2b1416d97894aac677d548958e51ca9f2d833a2617541f3e
|
||||
size 5177144
|
||||
|
Loading…
Reference in New Issue
Block a user