v1.0.2
Welcome to the release of CRI-O v1.0.2!
This releases is the second patch release in the v1.0.x release. It includes
bugfixes and performance fixes. No new features have been added.
Please try out the release binaries and report any issues at
https://github.com/kubernetes-incubator/cri-o/issues.
goroutines leak
During performance testing we noticed an increased memory usage. We tracked that
down to cmux leaking goroutines. We fixed that by simply adding a read timeout
to the golang's http server. Performance are back to normal again.
Contributors
- Antonio Murdaca
- Daniel J Walsh
- Lokesh Mandvekar
- Mrunal Patel
Changes
- 748bc46 Release v1.0.2
- 29186a6 Merge pull request #1089 from runcom/sort-mounts-v1
- c31d1d1 Merge pull request #1093 from runcom/makefile-fixes-v1
- ae6e747 Merge pull request #1091 from runcom/cmux-http-read-timeout-v1
- fc2457a Strip out debuginfo and other content to make images smaller
- 266e1c1 Change buildtags based on installed environment.
- 6a912eb cmd: crio: set ReadTimeout on the info endpoint
- 085bdf8 container_create: sort mounts before adding them to the spec
- 1544488 Merge pull request #1084 from lsm5/release-1.0-unitfile-fixes
- 73b6543 systemd: expand limits for tests
- ffe0d51 Merge pull request #1078 from mrunalp/close_ch_1.0
- 98ca080 server: correctly return and close ch from exits routine
- 387c1c6 Merge pull request #1075 from mrunalp/release_1.0.1
- c1ccd5f version: Bump up to 1.0.2-dev
Dependency Changes
Previous release can be found at v1.0.1