Skip to content

Releases: scaleway/scaleway-cli

v1.8.0

17 Mar 10:19
1ef642b
Compare
Choose a tag to compare
  • Use VC1 by default
  • scw exec Add warning to try to clean the cache when an error occurred
  • Add SCW_[COMPUTE|ACCOUNT|METADATA|MARKETPLACE]_API environment variable
  • Remove --api-endpoint
  • Fix uploading SSH key with scw login
  • Use markerplace API in GetImages()
  • Add _markerplace
  • scw rename fix nil dereference (#289)
  • Support of scw [run|create] --ip-address=[none|dynamic] (#283) (@ElNounch)
  • Support of scw ps -f server-type=COMMERCIALTYPE (#280)
  • Support of scw ps -f arch=XXX (#278)
  • scw info Use json fingerprint field exposed by API
  • Allow to override Region and Architecture when using the helpers to create a new volume from a human size
  • Do not check permissions on config file under Windows (#282) (@ElNounch)
  • Update pricing (#294)
  • create-image-from-http.sh: using VPS instead of C1 (#301)

View full commits list

v1.7.1

29 Jan 10:18
5ed90b3
Compare
Choose a tag to compare
  • Configure User-Agent (#269)
  • Daily check for new scw version (#268)

View full commits list

v1.7.0

27 Jan 16:21
v1.7.0
8b3e86d
Compare
Choose a tag to compare
  • SCALEWAY_VERBOSE_API is now SCW_VERBOSE_API
  • SCALEWAY_TLSVERIFY is now SCW_TLSVERIFY
  • Add a warn message when using ssh exec on host without public ip nor gateway (#171)
  • Display ssh-host-fingerprints when it's available (#194)
  • Support of scw rmi snapshot|volume (#258)
  • Match bootscript/image with the good architecture (#255)
  • Support of region/owner/arch in the cache file (#255)
  • Remove some fatal and Exit
  • Use rfc4716 (openSSH) to generate the fingerprints (#151)
  • Switch from Party to Godep
  • create-image-from-http.sh: Support HTTP proxy (#249)
  • Support of scw run --userdata=... (#202)
  • Refactor of scw _security-groups (#197)
  • Support of scw tag --arch=XXX
  • Support of scw run --timeout=X (#239)
  • Check the "stopped" state for scw run | exec -w(#229)
  • Basic support of Server.CommercialType
  • Support of SCW_GOTTY_URL environment variable

View full commits list

v1.7.0-rc1

22 Dec 19:16
7f7e4da
Compare
Choose a tag to compare
v1.7.0-rc1 Pre-release
Pre-release
  • create-image-from-http.sh: Support HTTP proxy (#249)
  • Support of scw run --userdata=... (#202)
  • Refactor of scw _security-groups (#197)
  • Support of scw tag --arch=XXX
  • Support of scw run --timeout=X (#239)
  • Check the "stopped" state for scw run | exec -w(#229)
  • Basic support of Server.CommercialType
  • Support of SCW_GOTTY_URL environment variable

View full commits list

v1.6.0

18 Nov 11:49
17dea2a
Compare
Choose a tag to compare
  • Support of scw create|run --ip-address (#235)
  • Update gotty-client to 1.3.0
  • Support of scw run --show-boot option (#156)
  • Remove go1.[34] support
  • Improve _cs format (#223)
  • Use gotty-client instead of termjs-cli
  • Fix: bad detection of server already started when starting a server (#224) - @arianvp
  • Added _cs (#180)
  • Report quotas in scw info (#130)
  • Added SCALEWAY_VERBOSE_API to make the API more verbose
  • Support of scw _ips command ... (#196)
  • Report permissions in scw info (#191)
  • Report dashboard statistics in scw info (#177)
  • Support of scw _userdata name VAR=@/path/to/file (#183)
  • Support of scw restart -w (#185)
  • Restarting multiple servers in parallel (#185)
  • Added _security-groups (#179)
  • Reflect server location in scw inspect (#204)

View full commits list

v1.5.0

11 Sep 10:12
6b89a73
Compare
Choose a tag to compare
  • Support of scw tag --bootscript="" option (#149)
  • scw info now prints user/organization info from the API (#130)
  • Added helpers to manipulate new user_data API (#150)
  • Renamed create-image-from-s3.sh example and now auto-filling image metadata (title and bootscript) based on the Makefile configuration
  • Support of scw rm -f/--force option (#158)
  • Added scw _userdata local ... option which interacts with the Metadata API without authentication (#166)
  • Initial version of scw _billing (price estimation tool) (#118
  • Fix: debian-package installation
  • Fix: nil pointer dereference (#155) (@ebfe)
  • Fix: regression on scw create (#142)
  • Stability improvements

View full commits list

v1.4.0

28 Aug 15:59
37b2749
Compare
Choose a tag to compare

Features

  • -D,--debug mode shows ready to copy-paste curl commands when using the API (must be used with --sensitive to unhide private token)
  • Support of _patch SERVER tags="tag1 tag2=value2 tag3"
  • scw -D login displays a fake password
  • Support --skip-ssh-key scw login (#129)
  • Now scw login ask your login/password, you can also pass token and organization with -o and -t (#59)
  • Support of scw images --filter option (type, organization, name, public) (#134)
  • Support of scw {ps,images} --filter option (images: type,organization,name,public; ps:state,ip,tags,image) (#134)
  • Syncing cache to disk after server creation when running scw run in a non-detached mode
  • Bump to Golang 1.5
  • Support --tmp-ssh-key scw {run,create} option (#99)
  • Support of scw run --rm option (#117)
  • Support of --gateway=login@host (#110)
  • Upload local ssh key to scaleway account on scw login (#100)
  • Add a 'running indicator' for scw run, can be disabled with the new flag --quiet
  • Support of scw -V/--verbose option (#83)
  • Support of scw inspect --browser option
  • Support of scw _flush-cache internal command
  • scw run --gateway ... or SCW_GATEWAY="..." scw run ... now creates a server without public ip address (#74)
  • scw inspect TYPE:xxx TYPE:yyy will only refresh cache for TYPE
  • Sorting cache search by Levenshtein distance (#87)
  • Allow set up api endpoint using the environment variable $scaleway_api_endpoint
  • Use TLS and verify can now be disabled using SCALEWAY_TLSVERIFY=0 env var (#115)
  • Switched to goxc for releases

Fixes

  • Moved ssh command generation code to dedicated package
  • Global refactor to improve Golang library usage, allow chaining of commands and ease the writing of unit tests (#80)
  • scw search TERM was not restricting results based on TERM
  • Bumped dependencies
  • Hiding more sensitive data (#77)
  • Fixed "Run in Docker" usage (#90)
  • Improved -D/--debug outputs

View full commits list

v1.4.0-rc1

13 Aug 12:44
333f492
Compare
Choose a tag to compare
v1.4.0-rc1 Pre-release
Pre-release

Features

  • Support -f scw run --rm option (#117)
  • Support of --gateway=login@host (#110)p
  • Upload local ssh key to scaleway account on scw login (#100)
  • Add a 'running indicator' for scw run, can be disabled with the new flag --quiet
  • Support of scw -V/--verbose option (#83)
  • Support of scw inspect --browser option
  • Support of scw _flush-cache internal command
  • scw run --gateway ... or SCW_GATEWAY="..." scw run ... now creates a server without public ip address (#74)
  • scw inspect TYPE:xxx TYPE:yyy will only refresh cache for TYPE
  • Sorting cache search by Levenshtein distance (#87)
  • Allow set up api endpoint using the environment variable $scaleway_api_endpoint
  • Use TLS and verify can now be disabled using SCALEWAY_TLSVERIFY=0 env var (#115)

Fixes

  • Moved ssh command generation code to dedicated package
  • Global refactor to improve Golang library usage, allow chaining of commands and ease the writing of unit tests (#80)
  • scw search TERM was not restricting results based on TERM
  • Bumped dependencies
  • Hiding more sensitive data (#77)
  • Fixed "Run in Docker" usage (#90)
  • Improved -D/--debug outputs

View full commits list

v1.3.0

20 Jul 12:48
7cb94e1
Compare
Choose a tag to compare

Features

Fixes

  • Issue with scw top's usage
  • Minor code improvements

View full changelog
View full commits list

v1.2.1

01 Jul 17:36
fa6310a
Compare
Choose a tag to compare

1.2.1 (2015-07-01)

Features

  • Support of scw run -d option (#69)

Fixes

  • Version vendor source code (Godeps)

View full commits list