Skip to content

Releases: scaleway/scaleway-cli

v1.11

27 Oct 13:33

Choose a tag to compare

  • new Compute URL api.scaleway.com -> cp-par1.scaleway.com
  • new TTY URL tty.scaleway.com/v2 -> https://tty-par1.scaleway.com/v2
  • Region: add ams1, you can start a server at Amsterdam with scw --region="ams1" run yakkety
  • API: Support multi-zone
  • API: Add ZoneID field in server location
  • scw image -a -f type=volume fix unmarshal error on size field
  • scw ps do not display empty server with --filter

View full commits list

v1.10.1

24 Oct 15:27

Choose a tag to compare

  • scw login fix CheckCredentials (418)

v1.10

24 Oct 10:02

Choose a tag to compare

  • API rename deleteServerSafe -> deleteServerForce
  • API support paginate
  • API more verbose with -V
  • Better handling of secondary volumes size (361)
  • Add a global flag, --region to change the defaut region
  • scw exec --gateway remove hardcoded 30 seconds sleep (#254)
  • ScalewayServer add DNS fields (#157)
  • scw [logs|exec|cp|port|run|top] add --user && --port (#396)
  • scw ps sort the servers by CreationDate (#391)
  • Fix regression on bootscript (#387)
  • scw [run|start] Add --set-state flag
  • scw login Add motd when you are already logged (#371)
  • scw _ips add --detach flag
  • API add DetachIP method (@nicolai86)
  • Cache remove log dependency
  • Fix error message with --commercial-type=c2m (#374)
  • Add Logger Interface to avoid multiples dependencies in the API, thank you @nicolai86 (#369)
  • scw run handle --ipv6 flag
  • scw create handle --ipv6 flag
  • Fix panic when the commercial-type is lower than 2 characters (#365)
  • gotty-client enable ProxyFromEnviromnent (#363) (@debovema)
  • scw inspect fix panic (#353)
  • Clear cache between the releases (#329)
  • Fix scw _patch bootscript nil dereference
  • Fix scw images bad error message (#336)
  • Fix sshExecCommand with Windows (#338)
  • Fix scw login with Windows (#341)
  • Add enable_ipv6 field (#334)
  • scw _patch handles ipv6=[true|false]
  • Add ScalewayIPV6Definition
  • Add marketplace alias in the cache to resolve image (#330)
  • scw _userdata handles @~/path/to/file (#321)
  • Update scw _billing for new instance types (#293)

View full commits list

v1.9.0

01 Apr 10:19
582b7ea

Choose a tag to compare

  • Fix bug when using SCW_COMMERCIAL_TYPE variable
  • Switch to VC1S (new commercial type naming convention)

View full commits list

v1.8.1

29 Mar 09:37

Choose a tag to compare

  • Fix ScalewayBootscript structure
  • scw _userdata fix bug when we have multiple '=' in the value (#320)
  • GetBootscriptID doesn't try to resolve when we pass an UUID
  • Add location fields for VPS
  • scw ps add commercial-type column
  • Use SCW_SECURE_EXEC instead of exec_exec
  • Remove scaleway_api_endpoint environment variable
  • brew remove cache after install
  • scw login don't ask to upload ssh key when there is no keys

View full commits list

v1.8.0

17 Mar 10:19
1ef642b

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

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

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

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

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