Skip to content

Commit

Permalink
v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
izissise committed Oct 26, 2018
1 parent 5ea33ab commit 3e331e2
Show file tree
Hide file tree
Showing 3 changed files with 12 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.3",
"PackageVersion": "1.4",
"TaskSettings": {
"xc": {
"GOARM": "5"
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,16 @@ root@ab197ef8bd3c:/# exit

## Changelog

### v1.4 (2018-10-28)

* Change default bootscript
* Remove VC product line
* Allow the bootscript to be specified using it's unique id.
* Vendor update
* Remove IP adress if machine didn't exist ([#64](https://github.com/scaleway/docker-machine-driver-scaleway/pull/64))

View full [commits list](https://github.com/scaleway/docker-machine-driver-scaleway/compare/v1.3...v1.4)

### v1.3 (2016-10-28)

* Add `--scaleway-region` to start server on different location e.g. `ams1` (Amsterdam)
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.3"
VERSION = "v1.4"
defaultImage = "ubuntu-xenial"
defaultBootscript = "x86_64 mainline 4.4.127 rev1"
)
Expand Down

0 comments on commit 3e331e2

Please sign in to comment.