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

v0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@alban alban released this 18 Aug 15:58
· 3636 commits to master since this release

rkt 0.8.0 includes support for running containers under an LKVM hypervisor and experimental user namespace support. A blog post explaining the features can be found here: https://coreos.com/blog/rkt-0.8-with-new-vm-support/

Full changelog:

  • Documentation improvements
  • Better integration with systemd:
    • journalctl -M
    • machinectl {reboot,poweroff}
  • Update stage1's systemd to v222
  • Add more functional tests
  • Build system improvements
  • Fix bugs with garbage-collection
  • LKVM stage1 support with network and volumes
  • Smarter image discovery: ETag and Cache-Control support
  • Add CNI DHCP plugin
  • Add CNI flannel plugin
  • Support systemd socket activation
  • Backup CAS database when migrating
  • Improve error messages
  • Add the ability to override ACI exec
  • Optimize rkt startup times when a stage1 is present in the store
  • Trust keys fetched via TLS by default
  • Add the ability to garbage-collect a specific pod
  • Add experimental user namespace support
  • Bugfixes