Skip to content

Commit

Permalink
v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
izissise committed Nov 19, 2018
1 parent bffcc99 commit 978428a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion driver/scaleway.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

const (
// VERSION represents the semver version of the package
VERSION = "v1.4"
VERSION = "v1.5"
defaultImage = "265b32a3"
defaultBootscript = ""
)
Expand Down

0 comments on commit 978428a

Please sign in to comment.