Releases: scaleway/scaleway-cli
Releases · scaleway/scaleway-cli
v1.11
- 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 withscw --region="ams1" run yakkety - API: Support multi-zone
- API: Add ZoneID field in server location
scw image -a -f type=volumefix unmarshal error on size fieldscw psdo not display empty server with --filter
View full commits list
v1.10.1
v1.10
- API rename
deleteServerSafe->deleteServerForce - API support paginate
- API more verbose with
-V - Better handling of secondary volumes size (361)
- Add a global flag,
--regionto change the defaut region scw exec --gatewayremove hardcoded 30 seconds sleep (#254)ScalewayServeradd DNS fields (#157)scw [logs|exec|cp|port|run|top]add--user&&--port(#396)scw pssort the servers by CreationDate (#391)- Fix regression on bootscript (#387)
scw [run|start]Add--set-stateflagscw loginAdd motd when you are already logged (#371)scw _ipsadd --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 runhandle--ipv6flagscw createhandle--ipv6flag- Fix panic when the commercial-type is lower than 2 characters (#365)
- gotty-client enable ProxyFromEnviromnent (#363) (@debovema)
scw inspectfix panic (#353)- Clear cache between the releases (#329)
- Fix
scw _patch bootscriptnil dereference - Fix
scw imagesbad error message (#336) - Fix sshExecCommand with Windows (#338)
- Fix
scw loginwith Windows (#341) - Add
enable_ipv6field (#334) scw _patchhandles ipv6=[true|false]- Add
ScalewayIPV6Definition - Add marketplace alias in the cache to resolve image (#330)
scw _userdatahandles@~/path/to/file(#321)- Update
scw _billingfor new instance types (#293)
View full commits list
v1.9.0
- Fix bug when using
SCW_COMMERCIAL_TYPEvariable - Switch to VC1S (new commercial type naming convention)
View full commits list
v1.8.1
- Fix
ScalewayBootscriptstructure scw _userdatafix 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 psadd commercial-type column- Use
SCW_SECURE_EXECinstead ofexec_exec - Remove
scaleway_api_endpointenvironment variable - brew remove cache after install
scw logindon't ask to upload ssh key when there is no keys
View full commits list
v1.8.0
- Use VC1 by default
scw execAdd warning to try to clean the cache when an error occurred- Add
SCW_[COMPUTE|ACCOUNT|METADATA|MARKETPLACE]_APIenvironment variable - Remove --api-endpoint
- Fix uploading SSH key with
scw login - Use markerplace API in GetImages()
- Add
_markerplace scw renamefix 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 infoUse 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
v1.7.0
- SCALEWAY_VERBOSE_API is now SCW_VERBOSE_API
- SCALEWAY_TLSVERIFY is now SCW_TLSVERIFY
- Add a warn message when using
ssh execon host without public ip nor gateway (#171) - Display
ssh-host-fingerprintswhen it's available (#194) - Support of
scw rmisnapshot|volume (#258) - Match bootscript/image with the good architecture (#255)
- Support of region/owner/arch in the cache file (#255)
- Remove some
fatalandExit - Use rfc4716 (openSSH) to generate the fingerprints (#151)
- Switch from
PartytoGodep - 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_URLenvironment variable
View full commits list
v1.7.0-rc1
- 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_URLenvironment variable
View full commits list
v1.6.0
- Support of
scw create|run --ip-address(#235) - Update gotty-client to 1.3.0
- Support of
scw run --show-bootoption (#156) - Remove go1.[34] support
- Improve _cs format (#223)
- Use
gotty-clientinstead oftermjs-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_APIto make the API more verbose - Support of
scw _ipscommand ... (#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