From 55215963ad7b5ae7654c87d1518c8609ef90ba2dca4792f9316b03d7f9697110 Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Mon, 16 Dec 2019 10:31:21 +0000 Subject: [PATCH] Accepting request 757271 from home:sgrunert - Update to v1.17.0: * crictl * Bump cri-tools version in markdown docs * Vendor kubernetes v1.17.0 * Update golang dependencies * Print the previous log of the container(just like kubectl) * Add rmi --prune command * Update README.md to contain latest version hint * Download golangci-lint via wget * Fix pod and container name filter for JSON/YAML output * Fix e2e tests by pinning CRI-O and conmon * Fixed Tim St. Clair's username * Add fish shell completion support OBS-URL: https://build.opensuse.org/request/show/757271 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/cri-tools?expand=0&rev=11 --- _service | 4 ++-- cri-tools-1.16.1.tar.xz | 3 --- cri-tools-1.17.0.tar.xz | 3 +++ cri-tools.changes | 17 +++++++++++++++++ cri-tools.spec | 2 +- 5 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 cri-tools-1.16.1.tar.xz create mode 100644 cri-tools-1.17.0.tar.xz diff --git a/_service b/_service index 94eceef..28073ab 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/kubernetes-sigs/cri-tools.git git cri-tools -1.16.1 -v1.16.1 +1.17.0 +v1.17.0 diff --git a/cri-tools-1.16.1.tar.xz b/cri-tools-1.16.1.tar.xz deleted file mode 100644 index 298d4f3..0000000 --- a/cri-tools-1.16.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0c24280b2023a4162bab674470ebab5c9586e1822497459ecbf1f1a1678f3eb -size 3713208 diff --git a/cri-tools-1.17.0.tar.xz b/cri-tools-1.17.0.tar.xz new file mode 100644 index 0000000..0e607b7 --- /dev/null +++ b/cri-tools-1.17.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc68c69266d7afa60000082d9d8b99673bb7a978698077572325bd38fcc71c49 +size 2382216 diff --git a/cri-tools.changes b/cri-tools.changes index d52dfba..e297c7b 100644 --- a/cri-tools.changes +++ b/cri-tools.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Dec 16 08:46:22 UTC 2019 - Sascha Grunert + +- Update to v1.17.0: + * crictl + * Bump cri-tools version in markdown docs + * Vendor kubernetes v1.17.0 + * Update golang dependencies + * Print the previous log of the container(just like kubectl) + * Add rmi --prune command + * Update README.md to contain latest version hint + * Download golangci-lint via wget + * Fix pod and container name filter for JSON/YAML output + * Fix e2e tests by pinning CRI-O and conmon + * Fixed Tim St. Clair's username + * Add fish shell completion support + ------------------------------------------------------------------- Thu Sep 26 09:07:07 UTC 2019 - Richard Brown diff --git a/cri-tools.spec b/cri-tools.spec index 4c5be57..dca3448 100644 --- a/cri-tools.spec +++ b/cri-tools.spec @@ -20,7 +20,7 @@ %define name_source1 crictl.yaml Name: cri-tools -Version: 1.16.1 +Version: 1.17.0 Release: 0 Summary: CLI and validation tools for Kubelet Container Runtime Interface License: Apache-2.0