Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed May 8, 2016
1 parent 36a8b12 commit 689a47f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .goxc.json
Expand Up @@ -14,10 +14,10 @@
"downloads-page",
"publish-github"
],
"BuildConstraints": "darwin linux windows freebsd",
"BuildConstraints": "darwin linux freebsd",
"ResourcesExclude": "*.go .goxc-temp",
"MainDirsExclude": "vendor,Godeps,testdata",
"PackageVersion": "1.1.0+dev",
"PackageVersion": "1.2.0",
"TaskSettings": {
"xc": {
"GOARM": "5"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -169,7 +169,7 @@ docker-machine create -d scaleway \
--scaleway-commercial-type="VC1S" \
--swarm --swarm-discovery="XXX"
my-swarm-node

# create a docker host on the different server offers
docker-machine create -d scaleway --scaleway-commercial-type="VC1S" my-vc1s-node
docker-machine create -d scaleway --scaleway-commercial-type="VC1M" --scaleway-volumes="50G" my-vc1m-node
Expand All @@ -185,12 +185,12 @@ More [examples](https://github.com/scaleway/docker-machine-driver-scaleway/tree/

## Changelog

### master (unreleased)
### v1.2.0 (2016-05-08)

* Add `--scaleway-volumes` ([#37](https://github.com/scaleway/docker-machine-driver-scaleway/issues/37))
* Add `--scaleway-ip` ([#40](https://github.com/scaleway/docker-machine-driver-scaleway/issues/40))

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

### v1.1.0 (2016-04-28)

Expand Down
2 changes: 1 addition & 1 deletion driver/scaleway.go
Expand Up @@ -22,7 +22,7 @@ import (

const (
// VERSION represents the semver version of the package
VERSION = "v1.1.0+dev"
VERSION = "v1.2.0"
defaultImage = "ubuntu-xenial"
defaultBootscript = "docker"
)
Expand Down

0 comments on commit 689a47f

Please sign in to comment.