Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Perez committed Apr 28, 2016
1 parent 98c6c31 commit 591188f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 windows freebsd",
"ResourcesExclude": "*.go .goxc-temp",
"MainDirsExclude": "vendor,Godeps,testdata",
"PackageVersion": "1.0.2+dev",
"PackageVersion": "1.1.0",
"TaskSettings": {
"xc": {
"GOARM": "5"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,15 @@ $ curl --silent http://212.47.248.251 | head -n1 # you can also open your browse

## Changelog

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

* Fix provisionning error with xenial
* `docker-machine ls` displays the commercial-type
* Switch default image to **Ubuntu Xenial**
* Add `--scaleway-image` ([#22](https://github.com/scaleway/docker-machine-driver-scaleway/issues/22))
* Add `--scaleway-debug`

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

### v1.0.2 (2016-04-20)

Expand Down
2 changes: 1 addition & 1 deletion driver/scaleway.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

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

0 comments on commit 591188f

Please sign in to comment.