From ea3856bb7a3d4ed9415939e4c7de48d1c8ad46a5985d646db89d3190b06dc0ca Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Wed, 15 Jun 2022 11:31:35 +0000 Subject: [PATCH] Accepting request 978589 from home:jfkw:branches:devel:kubic - Update to version 1.24.1: OBS-URL: https://build.opensuse.org/request/show/978589 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/cri-tools?expand=0&rev=18 --- _service | 2 +- _servicedata | 2 +- cri-tools-1.23.0.tar.xz | 3 --- cri-tools-1.24.1.tar.xz | 3 +++ cri-tools.changes | 48 +++++++++++++++++++++++++++++++++++++++++ cri-tools.spec | 2 +- 6 files changed, 54 insertions(+), 6 deletions(-) delete mode 100644 cri-tools-1.23.0.tar.xz create mode 100644 cri-tools-1.24.1.tar.xz diff --git a/_service b/_service index b5a9f53..4c93ced 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/kubernetes-sigs/cri-tools.git git - v1.23.0 + v1.24.1 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index a540b3b..dfe1824 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/kubernetes-sigs/cri-tools.git - 5828782d8d7b6ca58dceeeae251ba75bdef84fe4 \ No newline at end of file + d1d0120c55730038c65fa6baf98418b199f4b919 \ No newline at end of file diff --git a/cri-tools-1.23.0.tar.xz b/cri-tools-1.23.0.tar.xz deleted file mode 100644 index 1c9d3d3..0000000 --- a/cri-tools-1.23.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55fd319ba113bb1dbd17012132ed91b4a5466c7d7373a4c8d3ddb381f0f2a064 -size 3430940 diff --git a/cri-tools-1.24.1.tar.xz b/cri-tools-1.24.1.tar.xz new file mode 100644 index 0000000..1013286 --- /dev/null +++ b/cri-tools-1.24.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37bf7a2e0a6a026417dfa192f88802e594aa55ca23151ed2d413d591a72fbc0c +size 3000928 diff --git a/cri-tools.changes b/cri-tools.changes index e088209..54f1853 100644 --- a/cri-tools.changes +++ b/cri-tools.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Thu May 19 23:57:55 UTC 2022 - jkowalczyk@suse.com + +- Update to version 1.24.1: + * Bump github.com/onsi/ginkgo/v2 from 2.1.3 to 2.1.4 + * Bump github.com/opencontainers/runc from 1.1.1 to 1.1.2 + * Remove selinux build tag + * cmd/critest: fix empty ginkgo flag's value issue + * Bump github.com/docker/docker + * Bump github.com/urfave/cli/v2 from 2.5.1 to 2.6.0 + * Switch to ginkgo/v2 + +------------------------------------------------------------------- +Thu May 19 23:57:08 UTC 2022 - jkowalczyk@suse.com + +- Update to version 1.24.0: + * Vendor Kubernetes v1.24.0 + * Fixes the incubator project reference + * update containerd socket in windows + * Bump github.com/opencontainers/runc from 1.1.0 to 1.1.1 + * Bump github.com/urfave/cli/v2 from 2.4.0 to 2.5.1 + * Bump github.com/opencontainers/selinux from 1.10.0 to 1.10.1 + * Bump github.com/docker/docker + * Bump github.com/onsi/gomega from 1.18.1 to 1.19.0 + * install CNI on linux + * Fix setup-gcloud action by referencing `v0` + * Fix CRI-O tests + * Add CRICTL_AUTH env var option to crictl pull + * Make RPCs CRI v1 and v1alpha2 compatible + * Bump github.com/urfave/cli/v2 from 2.3.0 to 2.4.0 + * Bump github.com/docker/docker + * Bump google.golang.org/grpc from 1.44.0 to 1.45.0 + * Bump github.com/docker/distribution + * fix security test case for hostpid + * fix log info for mount test case + * fix seccomp test case for arm64 + * Type cast error messages to `string` + * add annotation for pull + * Bump github.com/docker/distribution + * Add `crictl statsp` command + * Update crictl ps to show pod name and image path + * Bump github.com/onsi/gomega from 1.18.0 to 1.18.1 + * Add backwards compatiblity to `Version` and `ListContainerStats` RPCs + * Switch to CRI v1 API + * Bump google.golang.org/grpc from 1.43.0 to 1.44.0 + * Bump github.com/onsi/gomega from 1.17.0 to 1.18.0 + * Bump github.com/opencontainers/runc from 1.0.3 to 1.1.0 + ------------------------------------------------------------------- Wed Mar 16 12:22:13 UTC 2022 - rbrown@suse.com diff --git a/cri-tools.spec b/cri-tools.spec index 7e3cbed..0074779 100644 --- a/cri-tools.spec +++ b/cri-tools.spec @@ -20,7 +20,7 @@ %define name_source1 crictl.yaml Name: cri-tools -Version: 1.23.0 +Version: 1.24.1 Release: 0 Summary: CLI and validation tools for Kubelet Container Runtime Interface License: Apache-2.0