diff --git a/_service b/_service index ac50bca..6633df6 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/kubernetes-incubator/cri-tools.git git cri-tools -git.%H -release-1.10 +1.11.1 +v1.11.1 @@ -13,4 +13,8 @@ xz + +cri-tools + + diff --git a/cri-tools-1.11.1.tar.xz b/cri-tools-1.11.1.tar.xz new file mode 100644 index 0000000..9c76747 --- /dev/null +++ b/cri-tools-1.11.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c21437f7b26addbd032cc54cfe0ffa956e6bcc2f48e3f39ead36145edafd68 +size 1407208 diff --git a/cri-tools-git.2e22a757466719d43cc76aab0e01019081f8c27a.tar.xz b/cri-tools-git.2e22a757466719d43cc76aab0e01019081f8c27a.tar.xz deleted file mode 100644 index fa46943..0000000 --- a/cri-tools-git.2e22a757466719d43cc76aab0e01019081f8c27a.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b290ab22582d3d368de3d49117fa4c55edb7f5c5aa544c4ec2105fdec0fe0a05 -size 1312468 diff --git a/cri-tools.changes b/cri-tools.changes index 8df122c..425d4e3 100644 --- a/cri-tools.changes +++ b/cri-tools.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Aug 2 09:00:47 UTC 2018 - vrothberg@suse.com + +- Bump cri-tools to v1.11.1: + * versioning is now consistent with Kubernetes + * Fix argument parsing for crictl exec + * Improved documentation + * Multi-arch critest tests + * Filter pods with prefix matching of name and namespace + * Improve terminal support for exec and attach + ------------------------------------------------------------------- Fri Jun 15 07:59:00 UTC 2018 - vrothberg@suse.com diff --git a/cri-tools.spec b/cri-tools.spec index 288a9b1..31d5abb 100644 --- a/cri-tools.spec +++ b/cri-tools.spec @@ -17,15 +17,14 @@ %define project github.com/kubernetes-incubator/cri-tools -%define commit 2e22a757466719d43cc76aab0e01019081f8c27a Name: cri-tools -Version: 1.0.0beta0 +Version: 1.11.1 Release: 0 Summary: CLI and validation tools for Kubelet Container Runtime Interface License: Apache-2.0 Group: System/Management -Url: https://%{project} -Source0: %{name}-git.%{commit}.tar.xz +Url: https://github.com/kubernetes-incubator/cri-tools +Source0: %{name}-%{version}.tar.xz BuildRequires: go-go-md2man BuildRequires: golang-packaging BuildRequires: golang(API) >= 1.9 @@ -39,7 +38,7 @@ Kubelet CRI, which includes: - critest: validation test suites for kubelet CRI %prep -%setup -q -n %{name}-git.%{commit} +%setup -q %build export GOPATH=$HOME/go