Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

0.29.0

Compare
Choose a tag to compare
@glestaris glestaris released this 30 Oct 13:54
· 19 commits to develop since this release

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...

  1. ...provides a smoother migration path from GrootFS stores with cached Docker images that were created with GrootFS v0.25.0 or earlier.
  2. ...cleans local tar images (e.g. Cloud Foundry stacks) if unused regardless of the cache size.
  3. ...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.
  4. ...introduces a fix to avoid leaking (not applying) disk quotas for some images in heavily underutilized environments or test environments.
  5. ...renames grootfs.blobstore.tls.* BOSH properties to tls.*. This is the same naming the Diego release is using. Action is required if you were using the grootfs.blobstore.tls.* BOSH properties.
  6. ...drops the grootfs.use_persistent_disk BOSH property. Action is required if you were using the grootfs.use_persistent_disk BOSH property.
  7. ...makes GrootFS be able to work in a BOSH stemcell with a very restrictive umask.
  8. ...adds support for uncompressed local OCI layers.
  9. ...removes some unnecessary warnings / errors in grootfs clean.
  10. ...switches the default CLI driver to overlay-xfs. The default BOSH release driver has been overlay-xfs for a long time.