diff options
author | Cédric Bosdonnat <[email protected]> | 2018-05-31 13:32:56 +0200 |
---|---|---|
committer | Cédric Bosdonnat <[email protected]> | 2018-05-31 13:32:56 +0200 |
commit | a88af41bb4b54d7d9adce57a1a1a4118728bef37 (patch) | |
tree | ced29d469a7f541c2d9d7aa66407f96b2193673c | |
parent | 050532d22a307b43e3a8000472a49752e93b2457 (diff) | |
download | virt-bootstrap.git-a88af41bb4b54d7d9adce57a1a1a4118728bef37.tar.gz virt-bootstrap.git-a88af41bb4b54d7d9adce57a1a1a4118728bef37.tar.xz virt-bootstrap.git-a88af41bb4b54d7d9adce57a1a1a4118728bef37.zip |
-rw-r--r-- | NEWS.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ # Virt Bootstrap News +## Release 1.1.0 (May 31, 2018) + + * safe_untar: check for permissions to set attribs + * docker source, support blobs without .tar extension + * docker-source, preserve extended file attributes + * docker-source, get list of layers without `--raw` + * docker-source, void skopeo copy in cache + * Show error when guestfs-python or skopeo is not installed + * pylint cleanups + ## Release 1.0.0 (Sep 07, 2017) * Initial release |