Merge branch 'master' into 0.8

This commit is contained in:
Preetha Appan 2017-12-12 15:49:47 -06:00
commit 309cd31d57
No known key found for this signature in database
GPG Key ID: 9F7C19990A50EAFC
2 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,7 @@ BUG FIXES:
[GH-3619]
* client: Fix allocation accounting in GC and trigger GCs on allocation
updates [GH-3445]
* driver/docker: Fix container name conflict handling [GH-3551]
* driver/rkt: Remove pods on shutdown [GH-3562]
* driver/rkt: Don't require port maps when using host networking [GH-3615]
* template: Fix issue where multiple environment variable templates would be

View File

@ -21,6 +21,7 @@ install_go
# Ensure that the GOPATH tree is owned by vagrant:vagrant
mkdir -p /opt/gopath
chown -R vagrant:vagrant /opt/gopath
# Ensure Go is on PATH
if [ ! -e /usr/bin/go ] ; then