2019-09-23 11:47:12 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2019-07-04 23:37:23 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 4 13:41:53 UTC 2019 - Michal Jura <mjura@suse.com>
|
|
|
|
|
|
|
|
- Update golang(API) requiremnt to 1.12
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 4 13:28:57 UTC 2019 - Michal Jura <mjura@suse.com>
|
|
|
|
|
|
|
|
- Update cri-tools to v1.15.0:
|
|
|
|
* Add registry prefix option
|
|
|
|
* Revert "Skip test "image status should support all kinds of references" for docker runtime"
|
|
|
|
* Upgrade Kuberntes version to v1.15.0
|
|
|
|
* Fix typo in parallel
|
|
|
|
* Skip test "image status should support all kinds of references" since dockershim doesn't support it
|
|
|
|
* Fallback to repo digest name if repoTag is <none>:<none>
|
|
|
|
* feature: add display; support live monitoring critool stats
|
|
|
|
* Test image status for various references.
|
|
|
|
* fix debug in config file
|
|
|
|
* Update `rmp` to test for running sandbox
|
|
|
|
* Fix logDirectory typo in examples.
|
|
|
|
* Search program directory for config as fallback
|
|
|
|
* Improve error message for failed to connect
|
|
|
|
* Set SelinuxRelabel to true for bind mounts
|
|
|
|
* Include gcs bucket release.
|
|
|
|
* Use same version as previous example
|
|
|
|
* Add `curl` to download example
|
|
|
|
|
2019-03-25 10:59:49 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 25 08:00:25 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- Update cri-tools to v1.14.0:
|
|
|
|
* CRI CLI (crictl)
|
|
|
|
* Adds imagefsinfo subcommand for CRI ImageFSInfo() method.
|
|
|
|
* Adds support to filter containers by image.
|
|
|
|
* Fixes a bug when removing multiple containers.
|
|
|
|
* Reduces the default connection timeout value.
|
|
|
|
* Fixes the exit code for crictl exec.
|
|
|
|
* Updated the instructions fro godep.
|
|
|
|
* Adds support of -q for crictl info.
|
|
|
|
* Adds support of zsh completion.
|
|
|
|
* Upgrades kubernetes version to 1.14.
|
|
|
|
* CRI validation testing (critest)
|
|
|
|
* Adds a benchmark testcase for measuring the time of creating pod and a
|
|
|
|
container.
|
|
|
|
* Changes streaming tests to omit newlines on echo
|
|
|
|
* Adds support of critest for Windows container runtime.
|
|
|
|
* Updates test environment to xenial and fixes docker installation.
|
|
|
|
* Updates Go version to 1.12.
|
|
|
|
|
2018-12-17 09:55:10 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 17 08:14:45 UTC 2018 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- Added `rpmlintrc` to spec file
|
|
|
|
|
2018-12-17 08:48:54 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 14 10:51:01 UTC 2018 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- Update cri-tools to v1.13.0:
|
|
|
|
* CRI CLI (crictl):
|
|
|
|
* Adds --auth options for pull command
|
|
|
|
* Fixes URL parsing for exec and attach
|
|
|
|
* Upgrades Go version to 1.11.1
|
|
|
|
* Enables Windows CI on travis
|
|
|
|
* Switches Windows default endpoints to npipe
|
|
|
|
* Updates version matrix information for the project
|
|
|
|
* Adds container name filter to ps command
|
|
|
|
* Adds metadata to filters
|
|
|
|
* Prints annotations and labels for inspect command
|
|
|
|
* CRI validation testing (critest)
|
|
|
|
* Add tests for multiple containers in a pod
|
|
|
|
* Adds runtime handler support for critest
|
|
|
|
* Adds exec sync timeout test cases
|
|
|
|
* Fixes readonly filesystem test cases
|
|
|
|
- Add `crictl.yaml` to install directory
|
|
|
|
- Fix build for ppc64
|
|
|
|
- Require golang >= 1.11
|
|
|
|
|
2018-11-13 08:58:50 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 13 07:50:12 UTC 2018 - Valentin Rothberg <vrothberg@suse.com>
|
|
|
|
|
|
|
|
- crictl/critest: compile version
|
|
|
|
|
|
|
|
- Require golang >= 1.10.
|
|
|
|
|
2018-10-02 10:19:56 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 2 07:30:42 UTC 2018 - Valentin Rothberg <vrothberg@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2018-08-13 11:13:11 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 13 08:54:30 UTC 2018 - vrothberg@suse.com
|
|
|
|
|
|
|
|
- Generate and install bash completion for crictl.
|
|
|
|
|
|
|
|
- Provide /etc/crictl.yaml config.
|
|
|
|
bsc#1104598
|
|
|
|
|
2018-08-08 14:46:15 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2018-06-27 10:19:24 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 15 07:59:00 UTC 2018 - vrothberg@suse.com
|
|
|
|
|
|
|
|
- Bump cri-tools to v1.0.0-beta.1 (CRI v1.10.x):
|
|
|
|
* crictl: allow short option handling
|
|
|
|
* crictl-exec: fix argument parsing
|
|
|
|
* Update documentation
|
|
|
|
* Kubernetes/CRI 1.10.x compatibility
|
|
|
|
* Minor bug fixe
|
|
|
|
|
2018-06-05 12:53:41 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 5 08:28:14 UTC 2018 - dcassany@suse.com
|
|
|
|
|
2018-12-17 08:48:54 +01:00
|
|
|
- Refactor %license usage to a simpler form
|
2018-06-05 12:53:41 +02:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 4 14:50:13 UTC 2018 - dcassany@suse.com
|
|
|
|
|
2018-12-17 08:48:54 +01:00
|
|
|
- Make use of %license macro
|
2018-06-05 12:53:41 +02:00
|
|
|
|
2018-03-07 10:34:51 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 5 13:22:07 UTC 2018 - vrothberg@suse.com
|
|
|
|
|
|
|
|
- Use cri-tools v1.0.0-alpha.0 to be compatible to cri-o v1.9.x.
|
|
|
|
|
2018-03-02 21:13:24 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 2 17:38:18 UTC 2018 - fcastelli@suse.com
|
|
|
|
|
|
|
|
- Change buildtime requirement of go-md2man: use go-go-md2man to ensure
|
|
|
|
package builds on IBS against sle12sp3. This change won't affect openSUSE
|
|
|
|
|
2018-02-22 15:02:27 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 14 20:01:00 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Description shall say what the software does now, not in the
|
|
|
|
future.
|
|
|
|
|
2018-02-19 13:00:27 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 12 11:48:18 UTC 2018 - vrothberg@suse.com
|
|
|
|
|
|
|
|
- Add cri-tools packaging for debugging and validating tools for the Kubelet
|
|
|
|
CRI, including the tools crictl and critest.
|