Add changelog and bump version to 0.7.0 (#485)
This commit is contained in:
parent
01329d5ac1
commit
009d5aa39f
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -1,3 +1,17 @@
|
|||
# v0.7.0 Release - 12/10/2018
|
||||
|
||||
## New Features
|
||||
* Add support for COPY --from an unrelated image
|
||||
|
||||
## Updates
|
||||
* Speed up snapshotting by using filepath.SkipDir
|
||||
* Improve layer cache upload performance
|
||||
* Skip unpacking the base image in certain cases
|
||||
|
||||
## Bug Fixes
|
||||
* Fix bug with call loop
|
||||
* Fix caching for multi-step builds
|
||||
|
||||
# v0.6.0 Release - 11/06/2018
|
||||
|
||||
## New Features
|
||||
|
|
|
|||
Loading…
Reference in New Issue