Skip to content

Commit 17dea2a

Browse files
committed
v1.6.0
1 parent a7fad38 commit 17dea2a

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.goxc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"BuildConstraints": "darwin linux windows freebsd netbsd",
1818
"ResourcesExclude": "*.go .goxc-temp",
1919
"MainDirsExclude": "vendor,Godeps,testdata",
20-
"PackageVersion": "1.5.0",
20+
"PackageVersion": "1.6.0",
2121
"TaskSettings": {
2222
"bintray": {
2323
"downloadspage": "bintray.md",

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ mkdir -p /usr/local/bin
9696
mv /usr/local/bin/scw /tmp/scw.old
9797

9898
# get latest release
99-
wget "https://github.com/scaleway/scaleway-cli/releases/download/v1.5.0/scw_1.5.0_darwin_amd64.zip" -O /tmp/scw.zip
99+
wget "https://github.com/scaleway/scaleway-cli/releases/download/v1.6.0/scw_1.6.0_darwin_amd64.zip" -O /tmp/scw.zip
100100
unzip /tmp/scw.zip \*/scw -d /tmp
101101
mv /tmp/scw_*/scw /usr/local/bin
102102
rm -rf /tmp/scw.zip /tmp/scw_*_darwin_amd64
@@ -110,7 +110,7 @@ Install the latest release on Linux:
110110
```bash
111111
# get latest release
112112
export ARCH=amd64 # can be 'i386', 'amd64' or 'armhf'
113-
wget "https://github.com/scaleway/scaleway-cli/releases/download/v1.5.0/scw_1.5.0_${ARCH}.deb" -O /tmp/scw.deb
113+
wget "https://github.com/scaleway/scaleway-cli/releases/download/v1.6.0/scw_1.6.0_${ARCH}.deb" -O /tmp/scw.deb
114114
dpkg -i /tmp/scw.deb && rm -f /tmp/scw.deb
115115

116116
# test
@@ -1140,13 +1140,12 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
11401140

11411141
## Changelog
11421142

1143-
### master (unreleased)
1143+
### v1.6.0 (2015-11-18)
11441144

11451145
* Support of `scw create|run --ip-address` ([#235](https://github.com/scaleway/scaleway-cli/issues/235))
11461146
* Update gotty-client to 1.3.0
11471147
* Support of `scw run --show-boot` option ([#156](https://github.com/scaleway/scaleway-cli/issues/156))
11481148
* Remove go1.[34] support
1149-
* Update gotty-client to 1.2.0
11501149
* Improve _cs format ([#223](https://github.com/scaleway/scaleway-cli/issues/223))
11511150
* Use `gotty-client` instead of `termjs-cli`
11521151
* Fix: bad detection of server already started when starting a server ([#224](https://github.com/scaleway/scaleway-cli/pull/224)) - [@arianvp](https://github.com/arianvp)
@@ -1162,7 +1161,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
11621161
* Added _security-groups ([#179](https://github.com/scaleway/scaleway-cli/issues/179))
11631162
* Reflect server location in `scw inspect` ([#204](https://github.com/scaleway/scaleway-cli/pull/204))
11641163

1165-
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.5.0...master)
1164+
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.5.0...v1.6.0)
11661165

11671166
### v1.5.0 (2015-09-11)
11681167

0 commit comments

Comments
 (0)