File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 "BuildConstraints" : " darwin linux windows freebsd netbsd" ,
1818 "ResourcesExclude" : " *.go .goxc-temp" ,
1919 "MainDirsExclude" : " vendor,Godeps,testdata" ,
20- "PackageVersion" : " 1.4 .0" ,
20+ "PackageVersion" : " 1.5 .0" ,
2121 "TaskSettings" : {
2222 "bintray" : {
2323 "downloadspage" : " bintray.md" ,
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ mkdir -p /usr/local/bin
9595mv /usr/local/bin/scw /tmp/scw.old
9696
9797# 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
9999unzip /tmp/scw.zip \* /scw -d /tmp
100100mv /tmp/scw_* /scw /usr/local/bin
101101rm -rf /tmp/scw.zip /tmp/scw_* _darwin_amd64
@@ -109,7 +109,7 @@ Install the latest release on Linux:
109109``` bash
110110# get latest release
111111export 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
113113dpkg -i /tmp/scw.deb && rm -f /tmp/scw.deb
114114
115115# test
@@ -1127,7 +1127,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
11271127
11281128## Changelog
11291129
1130- ### master (unreleased )
1130+ ### v1.5.0 (2015-09-11 )
11311131
11321132* Support of ` scw tag --bootscript="" ` option ([ #149 ] ( https://github.com/scaleway/scaleway-cli/issues/149 )
11331133* ` 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'
11411141* Fix: regression on scw create ([ #142 ] ( https://github.com/scaleway/scaleway-cli/issues/142 ) )
11421142* Stability improvements
11431143
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 )
11451145
11461146---
11471147
You can’t perform that action at this time.
0 commit comments