Accepting request 982783 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/982783 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cri-tools?expand=0&rev=21
This commit is contained in:
commit
fc6852f89d
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.23.0</param>
|
||||
<param name="revision">v1.24.1</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">5828782d8d7b6ca58dceeeae251ba75bdef84fe4</param></service></servicedata>
|
||||
<param name="changesrevision">d1d0120c55730038c65fa6baf98418b199f4b919</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55fd319ba113bb1dbd17012132ed91b4a5466c7d7373a4c8d3ddb381f0f2a064
|
||||
size 3430940
|
3
cri-tools-1.24.1.tar.xz
Normal file
3
cri-tools-1.24.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37bf7a2e0a6a026417dfa192f88802e594aa55ca23151ed2d413d591a72fbc0c
|
||||
size 3000928
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user