Skip to content

Commit

Permalink
Release v1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Castets committed Jul 18, 2017
1 parent 9936887 commit 4c4502f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1212,12 +1212,17 @@ $ scw inspect myserver | jq '.[0].public_ip.address'

## Changelog

### v1.13+dev (unreleased)
### v1.14 (2017-07-18)

This is the current development version. Update below with your changes. Remove
this line when releasing the package.
* Add the new command "scw products servers" to list the servers types
available.
* Dynamically discover the volumes to create to start servers of some
commercial types. For instance, VC1L instances require to have 200GB of disk.
Instead of hardcoding the extra volume creation, use the product API to know
an extra volume of 150GB needs to be created.
* Release packages on arm64.

View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.13...master)
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.14...v1.13)

### v1.13 (2017-05-10)

Expand Down
2 changes: 1 addition & 1 deletion pkg/scwversion/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "fmt"

var (
// VERSION represents the semver version of the package
VERSION = "v1.13+dev"
VERSION = "v1.14"

// GITCOMMIT represents the git commit hash of the package, it is configured at build time
GITCOMMIT string
Expand Down

0 comments on commit 4c4502f

Please sign in to comment.