Accepting request 886671 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/886671 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cri-tools?expand=0&rev=18
This commit is contained in:
commit
b97c86f1af
33
_service
33
_service
@ -1,21 +1,16 @@
|
||||
<services>
|
||||
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/kubernetes-sigs/cri-tools.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">cri-tools</param>
|
||||
<param name="versionformat">1.20.0</param>
|
||||
<param name="revision">v1.20.0</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
|
||||
<service name="set_version" mode="disabled">
|
||||
<param name="basename">cri-tools</param>
|
||||
</service>
|
||||
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/kubernetes-sigs/cri-tools.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.21.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version">
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/kubernetes-sigs/cri-tools.git</param>
|
||||
<param name="changesrevision">80bcedb1222865e848a4232a4bcf1a388b328ba9</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4680d93665412326fa45ebea1a9ebb72064f6c1710547de27323d56fdad8d5bb
|
||||
size 3065744
|
3
cri-tools-1.21.0.tar.xz
Normal file
3
cri-tools-1.21.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a08e5ffc4e4f29350a58dac3ebe45c3160c004da1907cb789dcaf4b467448a35
|
||||
size 3333708
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 12 07:32:53 UTC 2021 - alexandre.vicenzi@suse.com
|
||||
|
||||
- Update to version 1.21.0:
|
||||
* Bump README versions to v1.21.0
|
||||
* Update dependencies
|
||||
* Add dependabot config file
|
||||
* Simplify test image build process for user images
|
||||
* Move from gcr.io/cri-tools to gcr.io/k8s-staging-cri-tools
|
||||
* Fix UID/GID and username values for test images
|
||||
* Bump gcb-docker-gcloud image to v20210331-c732583
|
||||
* Fix CRI-O master installation in GitHub actions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 08 12:24:37 UTC 2021 - rbrown@suse.com
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define name_source1 crictl.yaml
|
||||
|
||||
Name: cri-tools
|
||||
Version: 1.20.0
|
||||
Version: 1.21.0
|
||||
Release: 0
|
||||
Summary: CLI and validation tools for Kubelet Container Runtime Interface
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user