rkt v0.11.0 Release Notes

  • ๐Ÿš€ rkt v0.11.0 is an incremental release with mostly bug fixes and testing improvements.

    ๐Ÿ†• New features and UX changes

    • ๐Ÿ‘Œ support resuming ACI downloads (#1444)
    • ๐Ÿšš rkt image gc now also removes images from the store (#1697)

    ๐Ÿ— Build

    • ๐Ÿ— handle building multiple flavors (#1683)
    • verbosity control (#1685, #1686)
    • ๐Ÿ›  fix bugs in make clean (#1695)

    ๐Ÿ‘Œ Improved testing

    • โœ… nicer output in tests (#1698)
    • ๐Ÿ”จ refactor test code (#1709)
    • ๐Ÿ‘ท skip CI tests when the source was not modified (#1619)
    • ๐Ÿ‘ better output when tests fail (#1728)
    • ๐Ÿ›  fix tests in 10.* IP range (#1736)
    • โœ… document how to run functional tests (#1736)

    ๐Ÿ‘Œ Improved documentation

    • โž• add some help on how to run rkt as a daemon (#1684)

    API service

    • do not return manifest in ListPods() and ListImages() (#1688)

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  parameter --mount fixed in kvm flavour (#1687)
    • ๐Ÿ›  fix rkt leaking containers in machinectl on CoreOS (#1694, #1704)
    • rkt status now returns the stage1 pid (#1699)
    • ๐Ÿ›  fix crash in rkt status when an image is removed (#1701)
    • ๐Ÿ›  fix fd leak in store (#1716)
    • ๐Ÿ›  fix exec line parsing in ACI manifest (#1652)
    • ๐Ÿ›  fix build on 32-bit systems (#1729)