@@ -99,7 +99,7 @@ mkdir -p /usr/local/bin
99
99
mv /usr/local/bin/scw /tmp/scw.old
100
100
101
101
# get latest release
102
- wget " https://github.com/scaleway/scaleway-cli/releases/download/v1.7.0 /scw_1.7.0_darwin_amd64 .zip" -O /tmp/scw.zip
102
+ wget " https://github.com/scaleway/scaleway-cli/releases/download/v1.7.1 /scw_1.7.1_darwin_amd64 .zip" -O /tmp/scw.zip
103
103
unzip /tmp/scw.zip \* /scw -d /tmp
104
104
mv /tmp/scw_* /scw /usr/local/bin
105
105
rm -rf /tmp/scw.zip /tmp/scw_* _darwin_amd64
@@ -113,7 +113,7 @@ Install the latest release on Linux:
113
113
``` bash
114
114
# get latest release
115
115
export ARCH=amd64 # can be 'i386', 'amd64' or 'armhf'
116
- wget " https://github.com/scaleway/scaleway-cli/releases/download/v1.7.0 /scw_1.7.0_ ${ARCH} .deb" -O /tmp/scw.deb
116
+ wget " https://github.com/scaleway/scaleway-cli/releases/download/v1.7.1 /scw_1.7.1_ ${ARCH} .deb" -O /tmp/scw.deb
117
117
dpkg -i /tmp/scw.deb && rm -f /tmp/scw.deb
118
118
119
119
# test
@@ -1155,13 +1155,12 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
1155
1155
1156
1156
## Changelog
1157
1157
1158
- ### master (unreleased )
1158
+ ### v1.7.1 (2016-01-29 )
1159
1159
1160
- * Add ` SCW_NOCHECKVERSION=1 ` env var to disable the check of scw version
1161
- * Add User-Agent with scw version ([ #269 ] ( https://github.com/scaleway/scaleway-cli/issues/269 ) )
1162
- * Add daily check to update scw ([ #268 ] ( https://github.com/scaleway/scaleway-cli/issues/268 ) )
1160
+ * Configure User-Agent ([ #269 ] ( https://github.com/scaleway/scaleway-cli/issues/269 ) )
1161
+ * Daily check for new scw version ([ #268 ] ( https://github.com/scaleway/scaleway-cli/issues/268 ) )
1163
1162
1164
- View full [ commits list] ( https://github.com/scaleway/scaleway-cli/compare/v1.7.0...master )
1163
+ View full [ commits list] ( https://github.com/scaleway/scaleway-cli/compare/v1.7.0...v1.7.1 )
1165
1164
1166
1165
### v1.7.0 (2016-01-27)
1167
1166
0 commit comments