Releases: selectel/python-selvpcclient
Releases · selectel/python-selvpcclient
2.6
2.5
2.4
2.3
2.2
2.1
2.0
Add support for the Cloud Quota Management API
Requests for work with limits
and quotas
are sent to the Cloud Quota Management API
instead of the Cloud Management API
, as it was before.
Commands for working with limits
and quotas
have been changed. Now commands look like this:
selvpc quota set --region VALUE [--zone VALUE] --resource VALUE --value VALUE <project_id>
selvpc quota show --region VALUE <project_id>
selvpc limit show --region VALUE <project_id>
1.4
1.3
Add support new api method for revoke tokens
$ selvpc token delete <token_id> ... <token_id_n> --yes-i-really-want-to-delete
Support new api method for getting user details
$ selvpc user show <user_id>
Add auto quotas support
$ selvpc project create <name> --auto-quotas
Add support for set brand_color
$ selvpc customization update [--logo VALUE] [--color COLOR] [--brand-color COLOR]
$ selvpc project update <project_id> [--name VALUE] [--logo VALUE] [--color VALUE] [--brand-color VALUE] [--reset-logo] [--reset-color] [--reset-brand-color]
And bunch of minor fixes
1.2.1
Minor fixes and the brand new table for capabilities show region cli command
$ selvpc capabilities show regions
+--------+--------------------+-------------------+-------+------------------------+-----------------+-----------------+-----------------+
| region | region_description | is_region_default | zone | zone_description | is_zone_default | is_zone_enabled | is_zone_private |
+--------+--------------------+-------------------+-------+------------------------+-----------------+-----------------+-----------------+
| ru-3 | Saint Petersburg 2 | False | ru-3a | Tsvetochnaya-1 (ru-3a) | True | True | False |
| ru-2 | Moscow | False | ru-2a | Berzarina-1 (ru-2a) | False | True | False |
| ru-2 | Moscow | False | ru-2b | Berzarina-2 (ru-2b) | True | True | False |
| ru-1 | Saint Petersburg | True | ru-1a | Dubrovka-1 (ru-1a) | False | True | False |
| ru-1 | Saint Petersburg | True | ru-1b | Dubrovka-2 (ru-1b) | True | True | False |
+--------+--------------------+-------------------+-------+------------------------+-----------------+-----------------+-----------------+