Cut 0.9.0 release. (#556)
This commit is contained in:
parent
af50bcec69
commit
114a0859b8
|
|
@ -1,3 +1,10 @@
|
||||||
|
# v0.9.0 Release - 2/8/2019
|
||||||
|
|
||||||
|
## Bug Fixes
|
||||||
|
* Bug fix with volumes declared in base images during multi-stage builds
|
||||||
|
* Bug fix during snapshotting multi-stage builds.
|
||||||
|
* Bug fix for caching with tar output.
|
||||||
|
|
||||||
# v0.8.0 Release - 1/29/2019
|
# v0.8.0 Release - 1/29/2019
|
||||||
|
|
||||||
## New Features
|
## New Features
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
# Bump these on release
|
# Bump these on release
|
||||||
VERSION_MAJOR ?= 0
|
VERSION_MAJOR ?= 0
|
||||||
VERSION_MINOR ?= 7
|
VERSION_MINOR ?= 9
|
||||||
VERSION_BUILD ?= 0
|
VERSION_BUILD ?= 0
|
||||||
|
|
||||||
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
|
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue