Add CHANGELOG for 0.8 (#545)

This commit is contained in:
dlorenc 2019-01-29 13:29:56 -06:00 committed by GitHub
parent f8f59ea4c6
commit 63547d700c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,18 @@
# v0.8.0 Release - 1/29/2019
## New Features
* Even faster snapshotting with godirwalk
* Added TTL for caching
## Updates
* Change cache key calculation to be more reproducible.
* Make the Digest calculation faster for locally-cached images.
* Simplify snapshotting.
## Bug Fixes
* Fix bug with USER command and unpacking base images.
* Added COPY --from=previous stage name/number validation
# v0.7.0 Release - 12/10/2018
## New Features