File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
"BuildConstraints" : " darwin linux windows freebsd netbsd" ,
18
18
"ResourcesExclude" : " *.go .goxc-temp" ,
19
19
"MainDirsExclude" : " vendor,Godeps,testdata" ,
20
- "PackageVersion" : " 1.4 .0" ,
20
+ "PackageVersion" : " 1.5 .0" ,
21
21
"TaskSettings" : {
22
22
"bintray" : {
23
23
"downloadspage" : " bintray.md" ,
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ mkdir -p /usr/local/bin
95
95
mv /usr/local/bin/scw /tmp/scw.old
96
96
97
97
# get latest release
98
- wget " https://github.com/scaleway/scaleway-cli/releases/download/v1.4 .0/scw_1.4 .0_darwin_amd64.zip" -O /tmp/scw.zip
98
+ wget " https://github.com/scaleway/scaleway-cli/releases/download/v1.5 .0/scw_1.5 .0_darwin_amd64.zip" -O /tmp/scw.zip
99
99
unzip /tmp/scw.zip \* /scw -d /tmp
100
100
mv /tmp/scw_* /scw /usr/local/bin
101
101
rm -rf /tmp/scw.zip /tmp/scw_* _darwin_amd64
@@ -109,7 +109,7 @@ Install the latest release on Linux:
109
109
``` bash
110
110
# get latest release
111
111
export ARCH=amd64 # can be 'i386', 'amd64' or 'armhf'
112
- wget " https://github.com/scaleway/scaleway-cli/releases/download/v1.4 .0/scw_1.4 .0_${ARCH} .deb" -O /tmp/scw.deb
112
+ wget " https://github.com/scaleway/scaleway-cli/releases/download/v1.5 .0/scw_1.5 .0_${ARCH} .deb" -O /tmp/scw.deb
113
113
dpkg -i /tmp/scw.deb && rm -f /tmp/scw.deb
114
114
115
115
# test
@@ -1127,7 +1127,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
1127
1127
1128
1128
## Changelog
1129
1129
1130
- ### master (unreleased )
1130
+ ### v1.5.0 (2015-09-11 )
1131
1131
1132
1132
* Support of ` scw tag --bootscript="" ` option ([ #149 ] ( https://github.com/scaleway/scaleway-cli/issues/149 )
1133
1133
* ` scw info ` now prints user/organization info from the API ([ #130 ] ( https://github.com/scaleway/scaleway-cli/issues/130 )
@@ -1141,7 +1141,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
1141
1141
* Fix: regression on scw create ([ #142 ] ( https://github.com/scaleway/scaleway-cli/issues/142 ) )
1142
1142
* Stability improvements
1143
1143
1144
- View full [ commits list] ( https://github.com/scaleway/scaleway-cli/compare/v1.4.0...master )
1144
+ View full [ commits list] ( https://github.com/scaleway/scaleway-cli/compare/v1.4.0...v1.5.0 )
1145
1145
1146
1146
---
1147
1147
You can’t perform that action at this time.
0 commit comments