diff --git a/_service b/_service index 6633df6..c4c5391 100644 --- a/_service +++ b/_service @@ -1,11 +1,11 @@ -https://github.com/kubernetes-incubator/cri-tools.git +https://github.com/kubernetes-sigs/cri-tools.git git cri-tools -1.11.1 -v1.11.1 +1.12.0 +v1.12.0 diff --git a/cri-tools-1.11.1.tar.xz b/cri-tools-1.11.1.tar.xz deleted file mode 100644 index 9c76747..0000000 --- a/cri-tools-1.11.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77c21437f7b26addbd032cc54cfe0ffa956e6bcc2f48e3f39ead36145edafd68 -size 1407208 diff --git a/cri-tools-1.12.0.tar.xz b/cri-tools-1.12.0.tar.xz new file mode 100644 index 0000000..c47183c --- /dev/null +++ b/cri-tools-1.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c91c71a75d43d95fc6a5f2d93a8ed9a4a4d26ad3f6068c80a1925f3a75e3591 +size 1438824 diff --git a/cri-tools.changes b/cri-tools.changes index 91ffcc1..b7bbbbc 100644 --- a/cri-tools.changes +++ b/cri-tools.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Oct 2 07:30:42 UTC 2018 - Valentin Rothberg + +- Bump cri-tools to v1.12.0: + * Properly returns errors when the output format is not supported + * Show concise image info for crictl ps + * Fixes crictl ps and crictl pods + * Adds podID in output of crictl ps + * Adds sandbox config to image pull + * Fixes unmarshal issues in crictl inspecti + * Fixes timeout for grpc dialer + * Adds new test to critest for privileged container + ------------------------------------------------------------------- Mon Aug 13 08:54:30 UTC 2018 - vrothberg@suse.com diff --git a/cri-tools.spec b/cri-tools.spec index 4c80d13..1c8436c 100644 --- a/cri-tools.spec +++ b/cri-tools.spec @@ -16,14 +16,14 @@ # -%define project github.com/kubernetes-incubator/cri-tools +%define project github.com/kubernetes-sigs/cri-tools Name: cri-tools -Version: 1.11.1 +Version: 1.12.0 Release: 0 Summary: CLI and validation tools for Kubelet Container Runtime Interface License: Apache-2.0 Group: System/Management -Url: https://github.com/kubernetes-incubator/cri-tools +Url: https://github.com/kubernetes-sigs/cri-tools Source0: %{name}-%{version}.tar.xz Source1: crictl.yaml BuildRequires: go-go-md2man