Skip to content

cri-tools v1.0.0-beta.0

Compare
Choose a tag to compare
@feiskyer feiskyer released this 27 Mar 08:57
· 1612 commits to master since this release
7962f60

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.

CRI validation testing (critest)

  • #227 Set StdinOnce to true for attach test
  • #232 Improves CRI log parser
  • #242 Add validation of reopening container logs
  • #250 Add validation of username not empty in ImageStatus
  • #252 Improve image test and make test run in parallel
  • #257 Add golang 1.10 and fix a race condition
  • #261 #273 Remove dependency of source code
  • #267 Add test for pid namespace
  • #269 Add validation of tty settings for exec

CRI CLI (crictl)

  • #222 Rename sandboxes subcommand to pods and renamesandbox to podsandbox in all subcommands
  • #225 Add support of windows
  • #238 Update CRI to v1alpha2
  • #255 Add support of multiple Ids to subcommands
  • #256 Add crictl ps -q
  • #258 Rename CRI endpoints environment variable to CONTAINER_RUNTIME_ENDPOINT and IMAGE_SERVICE_ENDPOINT
  • #268 Avoid panic when runtimes are using truncated IDs
  • #274 Add support of insecure TLS without auth