diff --git a/.goxc.json b/.goxc.json index b34531da..cdb865bc 100644 --- a/.goxc.json +++ b/.goxc.json @@ -17,7 +17,7 @@ "BuildConstraints": "darwin linux freebsd", "ResourcesExclude": "*.go .goxc-temp", "MainDirsExclude": "vendor,Godeps,testdata", - "PackageVersion": "1.4", + "PackageVersion": "1.5", "TaskSettings": { "xc": { "GOARM": "5" diff --git a/README.md b/README.md index 156d5340..6aa3ea1a 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,14 @@ root@ab197ef8bd3c:/# exit ## Changelog +### v1.5 (2018-11-19) + +* Revert "Remove VC product line" +* Use xenial image id directly +* Use default image's bootscript + +View full [commits list](https://github.com/scaleway/docker-machine-driver-scaleway/compare/v1.4...v1.5) + ### v1.4 (2018-10-28) * Change default bootscript diff --git a/driver/scaleway.go b/driver/scaleway.go index 833466b7..43449e6f 100644 --- a/driver/scaleway.go +++ b/driver/scaleway.go @@ -23,7 +23,7 @@ import ( const ( // VERSION represents the semver version of the package - VERSION = "v1.4" + VERSION = "v1.5" defaultImage = "265b32a3" defaultBootscript = "" )