8000 Release v1.2.0 · rkt/rkt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 24, 2020. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@philips philips released this 19 Mar 01:39
· 2089 commits to master since this release

v1.2.0

This release is an incremental release with numerous bug fixes.

New features and UX changes

  • Add --hostname option to rkt run/run-prepared (#2251). This option allows setting the pod host name.

Bug fixes

  • Fix deadlock while exiting a lkvm rkt pod (#2191).
  • SELinux fixes preparating rkt to work on Fedora with SELinux enabled (#2247 and #2262).
  • Fix bug that occurs for some types of on-disk image corruption, making it impossible for the user run or garbage collect them (#2180).
  • Fix authentication issue when fetching from a private quay.io repository (#2248).
  • Allow concurrent image fetching (#2239).
  • Fix issue mounting volumes on images if the target path includes an absolute symlink (#2290).
  • Clean up dangling symlinks in /var/log/journal on garbage collection if running on systemd hosts (#2289).

Note for 3rd party stage1 builders

  • The stage1 command line interface is versioned now. See the implementors guide for more information.
0