Add CHANGELOG for 0.8 (#545)
This commit is contained in:
parent
f8f59ea4c6
commit
63547d700c
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -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
|
# v0.7.0 Release - 12/10/2018
|
||||||
|
|
||||||
## New Features
|
## New Features
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue