New
v1.27.0
This minor release contains bugfixes, along with improvements related to the tests and the documentation.
New Features
- stage1/kvm: add arm64 build (#3690).
Bugfixes
- stage0: list|status --format=json panics: RuntimeApp.Mounts.AppVolume is optional (#3699). When it is nil, the Volume info at the Pod level (with the same name) should be used. Without this patch
rkt list --format=jsonpanics on a nil pointer when Apps reference Volumes from the Pod level. - imagestore: Fix sql resource leaks (#3682). When using sql queries the rows iterator needs to be closed if the entire query result is not iterated over. Failure to close the iterator results in resource leakage.