Accepting request 911103 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/911103 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cri-tools?expand=0&rev=19
This commit is contained in:
commit
e740374409
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<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="revision">v1.22.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +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>
|
||||
<param name="changesrevision">3db8a88cc91b4d33a937d239497aaa1f9368501c</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a08e5ffc4e4f29350a58dac3ebe45c3160c004da1907cb789dcaf4b467448a35
|
||||
size 3333708
|
3
cri-tools-1.22.0.tar.xz
Normal file
3
cri-tools-1.22.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dff89424a688a93e0815fef50cd3422170ae3530e89805f0bedd4de23f912988
|
||||
size 3375376
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 06 10:37:35 UTC 2021 - alexandre.vicenzi@suse.com
|
||||
|
||||
- Update to version 1.22.0:
|
||||
* Bump Kubernetes to v1.22.0
|
||||
* Bump k8s.io/api from 0.21.3 to 0.22.0
|
||||
* Bump k8s.io/cri-api from 0.21.3 to 0.22.0
|
||||
* Bump k8s.io/kubectl from 0.21.3 to 0.22.0
|
||||
* Bump k8s.io/apimachinery from 0.21.3 to 0.22.0
|
||||
* Bump github.com/docker/docker
|
||||
* Bump github.com/opencontainers/selinux from 1.8.2 to 1.8.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 06 10:35:29 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 12 07:32:53 UTC 2021 - alexandre.vicenzi@suse.com
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define name_source1 crictl.yaml
|
||||
|
||||
Name: cri-tools
|
||||
Version: 1.21.0
|
||||
Version: 1.22.0
|
||||
Release: 0
|
||||
Summary: CLI and validation tools for Kubelet Container Runtime Interface
|
||||
License: Apache-2.0
|
||||
@ -31,7 +31,7 @@ Source1: %{name_source1}
|
||||
Source2: rpmlintrc
|
||||
BuildRequires: go-go-md2man
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: golang(API) >= 1.15
|
||||
BuildRequires: golang(API) >= 1.16
|
||||
# disable stripping of binaries
|
||||
%{go_nostrip}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user