v1.28.0
This release contains changes to the behavior of rkt run, rkt status, and rkt fly to make them more consistent. Two of them need particular attention:
rkt statuscan now omit the pid field when non-existent. Use--wait[-ready]to ensure a pid will be available.- the
default[-restricted]network is not added by default when a custom network is specified with--net.
There are also some improvements on documentation and tests working on arm64.
New features and UX changes
- stage0/status: fix failure when systemd never runs in stage1 (#3713). This changes the behavior of
rkt statuswhen a PID is not available: instead of crashing, it will now omit the pid field. Users that need to read the PID shortly after an invocation ofrkt runshould now use the--wait[-ready]flag explicitly.