@@ -97,7 +97,7 @@ mkdir -p /usr/local/bin
97
97
mv /usr/local/bin/scw /tmp/scw.old
98
98
99
99
# get latest release
100
- wget " https://github.com/scaleway/scaleway-cli/releases/download/v1.6 .0/scw_1.6 .0_darwin_amd64.zip" -O /tmp/scw.zip
100
+ wget " https://github.com/scaleway/scaleway-cli/releases/download/v1.7 .0/scw_1.7 .0_darwin_amd64.zip" -O /tmp/scw.zip
101
101
unzip /tmp/scw.zip \* /scw -d /tmp
102
102
mv /tmp/scw_* /scw /usr/local/bin
103
103
rm -rf /tmp/scw.zip /tmp/scw_* _darwin_amd64
@@ -111,7 +111,7 @@ Install the latest release on Linux:
111
111
``` bash
112
112
# get latest release
113
113
export ARCH=amd64 # can be 'i386', 'amd64' or 'armhf'
114
- wget " https://github.com/scaleway/scaleway-cli/releases/download/v1.6 .0/scw_1.6 .0_${ARCH} .deb" -O /tmp/scw.deb
114
+ wget " https://github.com/scaleway/scaleway-cli/releases/download/v1.7 .0/scw_1.7 .0_${ARCH} .deb" -O /tmp/scw.deb
115
115
dpkg -i /tmp/scw.deb && rm -f /tmp/scw.deb
116
116
117
117
# test
@@ -1152,7 +1152,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
1152
1152
1153
1153
## Changelog
1154
1154
1155
- ### master (unreleased )
1155
+ ### v1.7.0 (2016-01-27 )
1156
1156
1157
1157
* SCALEWAY_VERBOSE_API is now SCW_VERBOSE_API
1158
1158
* SCALEWAY_TLSVERIFY is now SCW_TLSVERIFY
@@ -1173,7 +1173,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
1173
1173
* Basic support of Server.CommercialType
1174
1174
* Support of ` SCW_GOTTY_URL ` environment variable
1175
1175
1176
- View full [ commits list] ( https://github.com/scaleway/scaleway-cli/compare/v1.6.0...master )
1176
+ View full [ commits list] ( https://github.com/scaleway/scaleway-cli/compare/v1.6.0...v1.7.0 )
1177
1177
1178
1178
### v1.6.0 (2015-11-18)
1179
1179
0 commit comments