v0.10.0
github-actions
released this
06 Apr 13:51
·
153 commits
to master
since this release
FEATURES:
- We added
gscloud kubernetes releases
andgscloud postgresql releases
sub-commands that give you a list of all currently available Managed Kubernetes releases (#113) and PostgreSQL releases (#122). - gscloud gained a
gscloud info
command that shows you a quick account summary as well as the API tokens and user account in use (#116). Example:
$ gscloud --account=dev@example.com info
SETTING VALUE
Account dev@example.com
User ID 7ff8003b-55c5-45c5-bf0c-3746735a4f99
API token <redacted>
URL https://api.gridscale.io
Getting information about used resources…
OBJECT COUNT
Platform services 0
Servers 18
Storages 24
IP addresses 2
FIXED:
- This release also fixes the build on OpenBSD (3be8074).