forked from pool/csi-external-snapshotter
Accepting request 877761 from home:haass:branches:filesystems:ceph
- v3.0.0 relies on golang 1.13 - Update version to 3.0.0 OBS-URL: https://build.opensuse.org/request/show/877761 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/csi-external-snapshotter?expand=0&rev=7
This commit is contained in:
parent
40946e3ae4
commit
45efc6aaa7
5
_service
5
_service
@ -4,9 +4,8 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="filename">csi-external-snapshotter</param>
|
<param name="filename">csi-external-snapshotter</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">3.0.0</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="revision">v3.0.0</param>
|
||||||
<param name="revision">v2.1.1</param>
|
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:788e9431e56d92a057288b07747ab506da28e2c490859fe19cf462c494881ca7
|
|
||||||
size 5894098
|
|
3
csi-external-snapshotter-3.0.0.tar.gz
Normal file
3
csi-external-snapshotter-3.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1df4b0f338fd358ee67176be2d8b5b211709f1a622f01acf18cf4ce1a489b97c
|
||||||
|
size 5131486
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 8 14:27:20 UTC 2021 - Stefan Haas <stefan.haas@suse.com>
|
||||||
|
|
||||||
|
- v3.0.0 relies on golang 1.13
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 4 13:09:45 UTC 2021 - Stefan Haas <stefan.haas@suse.com>
|
||||||
|
|
||||||
|
- Update version to 3.0.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 24 03:08:46 UTC 2020 - Tim Serong <tserong@suse.com>
|
Tue Nov 24 03:08:46 UTC 2020 - Tim Serong <tserong@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package csi-external-snapshotter
|
# spec file for package csi-external-snapshotter
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
%{go_nostrip}
|
%{go_nostrip}
|
||||||
|
|
||||||
%define project github.com/kubernetes-csi/external-snapshotter/v2
|
%define project github.com/kubernetes-csi/external-snapshotter/v3
|
||||||
%define package csi-snapshotter
|
%define package csi-snapshotter
|
||||||
%define source external-snapshotter
|
%define source external-snapshotter
|
||||||
|
|
||||||
Name: csi-%{source}
|
Name: csi-%{source}
|
||||||
Version: 2.1.1
|
Version: 3.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Triggers CreateSnapshot/DeleteSnapshot against a CSI endpoint
|
Summary: Triggers CreateSnapshot/DeleteSnapshot against a CSI endpoint
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -32,7 +32,7 @@ URL: https://%{project}
|
|||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.gz
|
Source1: vendor.tar.gz
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: golang(API) >= 1.12
|
BuildRequires: golang(API) >= 1.13
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Kubernetes CSI external-snapshotter sidecar watches Kubernetes VolumeSnapshotContent CRD objects and triggers CreateSnapshot/DeleteSnapshot against a CSI endpoint.
|
Kubernetes CSI external-snapshotter sidecar watches Kubernetes VolumeSnapshotContent CRD objects and triggers CreateSnapshot/DeleteSnapshot against a CSI endpoint.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:747cbb1b3deecc2003c71fae1a5b6e06122c429c56abce4b74e37d46423736aa
|
oid sha256:e8328117c339c169b7fe544c2f24c0c99a46556658a355df49d1269c798bae73
|
||||||
size 5651004
|
size 4853516
|
||||||
|
Loading…
Reference in New Issue
Block a user