Skip to content

Commit 3e331e2

Browse files
committed
v1.4
1 parent 5ea33ab commit 3e331e2

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.goxc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"BuildConstraints": "darwin linux freebsd",
1818
"ResourcesExclude": "*.go .goxc-temp",
1919
"MainDirsExclude": "vendor,Godeps,testdata",
20-
"PackageVersion": "1.3",
20+
"PackageVersion": "1.4",
2121
"TaskSettings": {
2222
"xc": {
2323
"GOARM": "5"

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,16 @@ root@ab197ef8bd3c:/# exit
253253

254254
## Changelog
255255

256+
### v1.4 (2018-10-28)
257+
258+
* Change default bootscript
259+
* Remove VC product line
260+
* Allow the bootscript to be specified using it's unique id.
261+
* Vendor update
262+
* Remove IP adress if machine didn't exist ([#64](https://github.com/scaleway/docker-machine-driver-scaleway/pull/64))
263+
264+
View full [commits list](https://github.com/scaleway/docker-machine-driver-scaleway/compare/v1.3...v1.4)
265+
256266
### v1.3 (2016-10-28)
257267

258268
* Add `--scaleway-region` to start server on different location e.g. `ams1` (Amsterdam)

driver/scaleway.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323

2424
const (
2525
// VERSION represents the semver version of the package
26-
VERSION = "v1.3"
26+
VERSION = "v1.4"
2727
defaultImage = "ubuntu-xenial"
2828
defaultBootscript = "x86_64 mainline 4.4.127 rev1"
2929
)

0 commit comments

Comments
 (0)