forked from pool/cri-tools
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
This commit is contained in:
parent
8743f9ed5a
commit
55215963ad
4
_service
4
_service
@ -4,8 +4,8 @@
|
||||
<param name="url">https://github.com/kubernetes-sigs/cri-tools.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">cri-tools</param>
|
||||
<param name="versionformat">1.16.1</param>
|
||||
<param name="revision">v1.16.1</param>
|
||||
<param name="versionformat">1.17.0</param>
|
||||
<param name="revision">v1.17.0</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0c24280b2023a4162bab674470ebab5c9586e1822497459ecbf1f1a1678f3eb
|
||||
size 3713208
|
3
cri-tools-1.17.0.tar.xz
Normal file
3
cri-tools-1.17.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc68c69266d7afa60000082d9d8b99673bb7a978698077572325bd38fcc71c49
|
||||
size 2382216
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 16 08:46:22 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
- 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 <rbrown@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user