You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cri-tools v1.0.0-beta.0 is mainly focus on UX improvements, including make crictl command more user friendly and add initial Windows support. Container runtime interface (CRI) has been updated to v1alpha2 in order to be compatible with kubernetes v1.10. Version matrix and branches for different kubernetes versions are also added.
24
+
25
+
### CRI validation testing (critest)
26
+
27
+
-[#227](https://github.com/kubernetes-incubator/cri-tools/pull/227) Set StdinOnce to true for attach test
-[#242](https://github.com/kubernetes-incubator/cri-tools/pull/242) Add validation of reopening container logs
30
+
-[#250](https://github.com/kubernetes-incubator/cri-tools/pull/250) Add validation of username not empty in ImageStatus
31
+
-[#252](https://github.com/kubernetes-incubator/cri-tools/pull/252) Improve image test and make test run in parallel
32
+
-[#257](https://github.com/kubernetes-incubator/cri-tools/pull/257) Add golang 1.10 and fix a race condition
33
+
-[#261](https://github.com/kubernetes-incubator/cri-tools/pull/261)[#273](https://github.com/kubernetes-incubator/cri-tools/pull/273) Remove dependency of source code
34
+
-[#267](https://github.com/kubernetes-incubator/cri-tools/pull/267) Add test for pid namespace
35
+
-[#269](https://github.com/kubernetes-incubator/cri-tools/pull/269) Add validation of tty settings for exec
36
+
37
+
### CRI CLI (crictl)
38
+
39
+
-[#222](https://github.com/kubernetes-incubator/cri-tools/pull/222) Rename `sandboxes` subcommand to `pods` and rename`sandbox` to `podsandbox` in all subcommands
40
+
-[#225](https://github.com/kubernetes-incubator/cri-tools/pull/225) Add support of windows
41
+
-[#238](https://github.com/kubernetes-incubator/cri-tools/pull/238) Update CRI to v1alpha2
42
+
-[#255](https://github.com/kubernetes-incubator/cri-tools/pull/255) Add support of multiple Ids to subcommands
-[#258](https://github.com/kubernetes-incubator/cri-tools/pull/258) Rename CRI endpoints environment variable to `CONTAINER_RUNTIME_ENDPOINT` and `IMAGE_SERVICE_ENDPOINT`
45
+
-[#268](https://github.com/kubernetes-incubator/cri-tools/pull/268) Avoid panic when runtimes are using truncated IDs
46
+
-[#274](https://github.com/kubernetes-incubator/cri-tools/pull/274) Add support of insecure TLS without auth
47
+
18
48
# v1.0.0-alpha.0
19
49
20
50
cri-tools v1.0.0-alpha.0 is mainly focus on UX improvements, including make crictl command more user friendly and add more subcommands. It also updates container runtime interface (CRI) to kubernetes v1.9 and fixes bugs in validation test suites.
@@ -24,7 +54,7 @@ cri-tools v1.0.0-alpha.0 is mainly focus on UX improvements, including make cric
24
54
-[#164](https://github.com/kubernetes-incubator/cri-tools/pull/164) Fix security context test to not rely on `/etc/hosts`
25
55
-[#165](https://github.com/kubernetes-incubator/cri-tools/pull/165) Validate IPv4 only for port mapping tests
26
56
-[#196](https://github.com/kubernetes-incubator/cri-tools/pull/196) Fix privileged container validation by replacing `ip link` with `brctl addbr` command
27
-
-[#197](https://github.com/kubernetes-incubator/cri-tools/pull/197) Fix hostIPC validation to support old ipcmk versions
57
+
-[#197](https://github.com/kubernetes-incubator/cri-tools/pull/197) Fix hostIPC validation to support old ipcmk versions
-[#217](https://github.com/kubernetes-incubator/cri-tools/pull/217) Add `--latest` and `--last` options to `ps` and `sandboxes` commands
@@ -58,7 +88,7 @@ cri-tools v0.2 enhances validation testings, improves crictl UX and also fixes s
58
88
## CRI validation testing (critest)
59
89
60
90
-[#127](https://github.com/kubernetes-incubator/cri-tools/pull/127) Adds validation tests for supplemental groups
61
-
-[#135](https://github.com/kubernetes-incubator/cri-tools/pull/135)[#137](https://github.com/kubernetes-incubator/cri-tools/pull/137) and [#144](https://github.com/kubernetes-incubator/cri-tools/pull/144) Adds validation tests for seccomp
91
+
-[#135](https://github.com/kubernetes-incubator/cri-tools/pull/135)[#137](https://github.com/kubernetes-incubator/cri-tools/pull/137) and [#144](https://github.com/kubernetes-incubator/cri-tools/pull/144) Adds validation tests for seccomp
62
92
-[#139](https://github.com/kubernetes-incubator/cri-tools/pull/139) Adds validation tests for sysctls
63
93
-[#140](https://github.com/kubernetes-incubator/cri-tools/pull/140) Adds validation tests for AppArmor
64
94
-[#141](https://github.com/kubernetes-incubator/cri-tools/pull/141) Adds validation tests for NoNewPrivs
0 commit comments