File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -1212,12 +1212,17 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
1212
1212
1213
1213
## Changelog
1214
1214
1215
- ### v1.13+dev (unreleased )
1215
+ ### v1.14 (2017-07-18 )
1216
1216
1217
- This is the current development version. Update below with your changes. Remove
1218
- this line when releasing the package.
1217
+ * Add the new command "scw products servers" to list the servers types
1218
+ available.
1219
+ * Dynamically discover the volumes to create to start servers of some
1220
+ commercial types. For instance, VC1L instances require to have 200GB of disk.
1221
+ Instead of hardcoding the extra volume creation, use the product API to know
1222
+ an extra volume of 150GB needs to be created.
1223
+ * Release packages on arm64.
1219
1224
1220
- View full [ commits list] ( https://github.com/scaleway/scaleway-cli/compare/v1.13 ...master )
1225
+ View full [ commits list] ( https://github.com/scaleway/scaleway-cli/compare/v1.14 ...v1.13 )
1221
1226
1222
1227
### v1.13 (2017-05-10)
1223
1228
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import "fmt"
4
4
5
5
var (
6
6
// VERSION represents the semver version of the package
7
- VERSION = "v1.13+dev "
7
+ VERSION = "v1.14 "
8
8
9
9
// GITCOMMIT represents the git commit hash of the package, it is configured at build time
10
10
GITCOMMIT string
You can’t perform that action at this time.
0 commit comments