From ae6b26e6cf769064a5d03b5bca8030d70e1a23ba7eef465b2f3b4ed63f88a542 Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Mon, 9 Aug 2021 20:47:39 +0000 Subject: [PATCH] Accepting request 910493 from home:avicenzi:branches:devel:kubic Update to version 1.22.0 OBS-URL: https://build.opensuse.org/request/show/910493 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/cri-tools?expand=0&rev=16 --- _service | 2 +- _servicedata | 2 +- cri-tools-1.21.0.tar.xz | 3 --- cri-tools-1.22.0.tar.xz | 3 +++ cri-tools.changes | 25 +++++++++++++++++++++++++ cri-tools.spec | 4 ++-- 6 files changed, 32 insertions(+), 7 deletions(-) delete mode 100644 cri-tools-1.21.0.tar.xz create mode 100644 cri-tools-1.22.0.tar.xz diff --git a/_service b/_service index e05201b..6475e3a 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/kubernetes-sigs/cri-tools.git git - v1.21.0 + v1.22.0 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index dfeeb36..6877f6d 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/kubernetes-sigs/cri-tools.git - 80bcedb1222865e848a4232a4bcf1a388b328ba9 \ No newline at end of file + 3db8a88cc91b4d33a937d239497aaa1f9368501c \ No newline at end of file diff --git a/cri-tools-1.21.0.tar.xz b/cri-tools-1.21.0.tar.xz deleted file mode 100644 index 6a26b48..0000000 --- a/cri-tools-1.21.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a08e5ffc4e4f29350a58dac3ebe45c3160c004da1907cb789dcaf4b467448a35 -size 3333708 diff --git a/cri-tools-1.22.0.tar.xz b/cri-tools-1.22.0.tar.xz new file mode 100644 index 0000000..a5ceb66 --- /dev/null +++ b/cri-tools-1.22.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dff89424a688a93e0815fef50cd3422170ae3530e89805f0bedd4de23f912988 +size 3375376 diff --git a/cri-tools.changes b/cri-tools.changes index 7ca1a04..af9531a 100644 --- a/cri-tools.changes +++ b/cri-tools.changes @@ -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 diff --git a/cri-tools.spec b/cri-tools.spec index e33ef30..ef256e2 100644 --- a/cri-tools.spec +++ b/cri-tools.spec @@ -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}