Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

v0.8.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@squeed squeed released this 24 Oct 11:56
· 49 commits to master since this release

v0.8.8

This is a minor release of the spec which includes some new small features intended to simplify implementation of the Kubernetes CRI (Container Runtime Interface)

Spec additions:

  • Two new isolators: 'os/linux/oom-score-adj' and 'os/linux/cpu-shares' (#658, #661)
  • UserAnnotations and UserLabels for both Pods and Apps: key-vaue pairs exclusively for end-user use (#663)
  • The ability to specify a complete ExposedPort+PodPort and Volume+Mount, instead of matching by name (#656)

Bugfixes:

  • Fixed a go vet failure in discovery/http.go