File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
" downloads-page" ,
15
15
" publish-github"
16
16
],
17
- "BuildConstraints" : " darwin linux windows freebsd" ,
17
+ "BuildConstraints" : " darwin linux freebsd" ,
18
18
"ResourcesExclude" : " *.go .goxc-temp" ,
19
19
"MainDirsExclude" : " vendor,Godeps,testdata" ,
20
- "PackageVersion" : " 1.1.0+dev " ,
20
+ "PackageVersion" : " 1.2.0 " ,
21
21
"TaskSettings" : {
22
22
"xc" : {
23
23
"GOARM" : " 5"
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ docker-machine create -d scaleway \
169
169
--scaleway-commercial-type=" VC1S" \
170
170
--swarm --swarm-discovery=" XXX"
171
171
my-swarm-node
172
-
172
+
173
173
# create a docker host on the different server offers
174
174
docker-machine create -d scaleway --scaleway-commercial-type=" VC1S" my-vc1s-node
175
175
docker-machine create -d scaleway --scaleway-commercial-type=" VC1M" --scaleway-volumes=" 50G" my-vc1m-node
@@ -185,12 +185,12 @@ More [examples](https://github.com/scaleway/docker-machine-driver-scaleway/tree/
185
185
186
186
## Changelog
187
187
188
- ### master (unreleased )
188
+ ### v1.2.0 (2016-05-08 )
189
189
190
190
* Add ` --scaleway-volumes ` ([ #37 ] ( https://github.com/scaleway/docker-machine-driver-scaleway/issues/37 ) )
191
191
* Add ` --scaleway-ip ` ([ #40 ] ( https://github.com/scaleway/docker-machine-driver-scaleway/issues/40 ) )
192
192
193
- View full [ commits list] ( https://github.com/scaleway/docker-machine-driver-scaleway/compare/v1.1.0...master )
193
+ View full [ commits list] ( https://github.com/scaleway/docker-machine-driver-scaleway/compare/v1.1.0...v1.2.0 )
194
194
195
195
### v1.1.0 (2016-04-28)
196
196
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
23
23
const (
24
24
// VERSION represents the semver version of the package
25
- VERSION = "v1.1.0+dev "
25
+ VERSION = "v1.2.0 "
26
26
defaultImage = "ubuntu-xenial"
27
27
defaultBootscript = "docker"
28
28
)
You can’t perform that action at this time.
0 commit comments