v2.8.0
·
1172 commits
to master
since this release
Important changes
- Up to 30x more performant: completion and commands are a lot faster
- New completion of args values (enable with env variable
SCW_ENABLE_BETA=1
)
This completion will fill you arguments by listing you resources: scw k8s cluster get <tab>
will complete with you cluster IDs
- List resources across all localities
New all
zone and region, use it to parallelize you requests to the multiple scaleway's datacenters and get the merged results (resources are sorted by locality).
Example: scw instance server list zone=all
Changelog
Features
- 8806d83: feat(lb): improve doc and add private-network (#2703) (@scaleway-bot)
- a33a8a0: feat(container): add waiter to container deploy (#2681) (@Codelax)
- 59bfbd6: feat(core): add all localities to support generation of listing commands (#2696) (@Codelax)
- 1387dd5: feat(core/autocomplete): complete content of args using list verbs (#2708) (@Codelax)
- a77d42c: feat(instance): add locality pl-waw-2 (#2707) (@scaleway-bot)
- 7a35753: feat(lb): add servers to backend via id (#2679) (@yfodil)
- fa9a24b: feat(lb): add servers to backend via tags (#2683) (@yfodil)
- ce50296: feat(lb): add warning on kapsule-tagged lbs (#2671) (@yfodil)
- 15fa7a9: feat(serverless): add PHP 8.2 runtime (#2684) (@scaleway-bot)
- e42713e: feat(tem): add support for message-id in listing (#2691) (@scaleway-bot)
- 6b45df6: feat(vpc): filter private_networks by ids and add support for nl-ams-2 and pl-waw-2 (#2685) (@scaleway-bot)
- 37a9841: feat(vpc-gw): add support for nl-ams-2 et pl-waw-2 (#2704) (@scaleway-bot)
- e8b781d: feat: add all locality to list commands (#2711) (@scaleway-bot)
Fixes
- 63d043a: fix(core): change command signature to fix sort of same command (#2705) (@Codelax)
- d999184: fix(core): remove default help command (#2706) (@Codelax)
- c25943f: fix(instance): add missing pnic requests (#2710) (@scaleway-bot)
Others
- 64e0c85: chore(core): remove v1 config (#2675) (@Codelax)
- c78eae6: chore(deps): bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 (#2709) (@dependabot[bot])
- 87eb1a0: chore: bump sdk-go (#2695) (@Codelax)
- 0f8923b: docs(serverless): add missing localities (#2712) (@scaleway-bot)
- 9d30336: perf(core): cobra builder allocate with nb of commands and use unordered list (#2702) (@Codelax)
- bb49d6c: perf(core): lazy load usage (#2700) (@Codelax)
- efb08dd: perf(core): lazy load usage annotations allocation (#2701) (@Codelax)
- b272743: perf: optimize cli loading (#2697) (@Codelax)