This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
0.29.0
Note: By default the grootfs-release
will consume the rootless_link
produced by garden-runc-release
when it's available. This is used to enable the rootless experimental feature on grootfs, enabling it to run as an unprivileged user. -- More.
This release...
- ...provides a smoother migration path from GrootFS stores with cached Docker images that were created with GrootFS v0.25.0 or earlier.
- ...cleans local tar images (e.g. Cloud Foundry stacks) if unused regardless of the cache size.
- ...ensures that a small disk quota will be applied even in the case of images with inclusive quotas in which the required disk quota is very close to the base image size.
- ...introduces a fix to avoid leaking (not applying) disk quotas for some images in heavily underutilized environments or test environments.
- ...renames
grootfs.blobstore.tls.*
BOSH properties totls.*
. This is the same naming the Diego release is using. Action is required if you were using thegrootfs.blobstore.tls.*
BOSH properties. - ...drops the
grootfs.use_persistent_disk
BOSH property. Action is required if you were using thegrootfs.use_persistent_disk
BOSH property. - ...makes GrootFS be able to work in a BOSH stemcell with a very restrictive umask.
- ...adds support for uncompressed local OCI layers.
- ...removes some unnecessary warnings / errors in
grootfs clean
. - ...switches the default CLI driver to
overlay-xfs
. The default BOSH release driver has beenoverlay-xfs
for a long time.