forked from pool/cri-tools
Accepting request 734385 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/734385 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cri-tools?expand=0&rev=14
This commit is contained in:
commit
b628cd2daf
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.15.0</param>
|
||||
<param name="revision">v1.15.0</param>
|
||||
<param name="versionformat">1.16.1</param>
|
||||
<param name="revision">v1.16.1</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e800862fd4463d0d018409143eafc8691cddf1498affcb013595db734570fd4
|
||||
size 1910388
|
3
cri-tools-1.16.1.tar.xz
Normal file
3
cri-tools-1.16.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0c24280b2023a4162bab674470ebab5c9586e1822497459ecbf1f1a1678f3eb
|
||||
size 3713208
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 09:07:07 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
- Update to v1.16.1:
|
||||
* crictl:
|
||||
* Fix empty fields in crictl inspect(p/i) result.
|
||||
* Pass pod config when pulling image during container creation.
|
||||
* Fix crictl stats panic.
|
||||
* critest
|
||||
* Skip hostnetwork portforward test on windows.
|
||||
* Add hostname test.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 09:23:45 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
- Update to v1.16.0:
|
||||
* crictl:
|
||||
* Add container 'run' subcommand.
|
||||
* Pull image on container creation.
|
||||
* Treat first crictl stats argument as filter ID.
|
||||
* Add -a (remove all) option to rmp.
|
||||
* Create directory for config file.
|
||||
* Add container rm --force, -f and --all, -a flags.
|
||||
* Add images aliases image, img.
|
||||
* Add --all, -a flag to image removal (rmi).
|
||||
* Update Kubernetes vendors to 1.16.0 and add addiontion IPs for Pods.
|
||||
* critest:
|
||||
* Add registry prefix option.
|
||||
* Add test for MaskedPaths and ReadonlyPaths.
|
||||
* Switch to multi-arch nonewprivs image.
|
||||
* Use arch specific hostnet-nginx image.
|
||||
* Use a dedicated image for all reference test.
|
||||
* Use IsAppArmorEnabled of Kubernetes instead of local one.
|
||||
* Fix exec test timeout issues.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 4 13:41:53 UTC 2019 - Michal Jura <mjura@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define name_source1 crictl.yaml
|
||||
|
||||
Name: cri-tools
|
||||
Version: 1.15.0
|
||||
Version: 1.16.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