Skip to content

Commit 978428a

Browse files
author
Hugues Morisset
committed
v1.5
1 parent bffcc99 commit 978428a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.4",
20+
"PackageVersion": "1.5",
2121
"TaskSettings": {
2222
"xc": {
2323
"GOARM": "5"

README.md

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

254254
## Changelog
255255

256+
### v1.5 (2018-11-19)
257+
258+
* Revert "Remove VC product line"
259+
* Use xenial image id directly
260+
* Use default image's bootscript
261+
262+
View full [commits list](https://github.com/scaleway/docker-machine-driver-scaleway/compare/v1.4...v1.5)
263+
256264
### v1.4 (2018-10-28)
257265

258266
* Change default bootscript

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.4"
26+
VERSION = "v1.5"
2727
defaultImage = "265b32a3"
2828
defaultBootscript = ""
2929
)

0 commit comments

Comments
 (0)