Skip to content

Commit 8b3e86d

Browse files
committed
v1.7.0
1 parent cc36bde commit 8b3e86d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.7.0-rc1",
20+
"PackageVersion": "1.7.0",
2121
"TaskSettings": {
2222
"bintray": {
2323
"downloadspage": "bintray.md",

README.md

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

9999
# 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
101101
unzip /tmp/scw.zip \*/scw -d /tmp
102102
mv /tmp/scw_*/scw /usr/local/bin
103103
rm -rf /tmp/scw.zip /tmp/scw_*_darwin_amd64
@@ -111,7 +111,7 @@ Install the latest release on Linux:
111111
```bash
112112
# get latest release
113113
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
115115
dpkg -i /tmp/scw.deb && rm -f /tmp/scw.deb
116116

117117
# test
@@ -1152,7 +1152,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
11521152

11531153
## Changelog
11541154

1155-
### master (unreleased)
1155+
### v1.7.0 (2016-01-27)
11561156

11571157
* SCALEWAY_VERBOSE_API is now SCW_VERBOSE_API
11581158
* SCALEWAY_TLSVERIFY is now SCW_TLSVERIFY
@@ -1173,7 +1173,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
11731173
* Basic support of Server.CommercialType
11741174
* Support of `SCW_GOTTY_URL` environment variable
11751175

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)
11771177

11781178
### v1.6.0 (2015-11-18)
11791179

0 commit comments

Comments
 (0)