Skip to content

Releases: selectel/python-selvpcclient

2.6

07 Nov 11:04
089f1b2
Compare
Choose a tag to compare

Remove redundant fields from capabilities

2.5

21 Sep 19:55
f554252
Compare
Choose a tag to compare
2.5

The default identity URL has been updated.

2.4

11 Apr 13:46
6459daf
Compare
Choose a tag to compare
2.4

Small fix README.md:

  • delete travis-ci.org (deprecated)
  • add content_type for PyPI

2.3

10 Apr 14:56
58e04ac
Compare
Choose a tag to compare
2.3

Add skip_quotas_init in project creation

2.2

02 Feb 18:35
b565f52
Compare
Choose a tag to compare
2.2

Drop support for Python < 3.8

2.1

15 Dec 09:49
0177ed6
Compare
Choose a tag to compare
2.1

Add filter by user_id for keypairs list:

selvpc keypair list -u 6f8d105aabd441a7b7a74a026a24727d

2.0

13 Dec 18:10
d1fdd16
Compare
Choose a tag to compare
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

09 Jul 08:33
Compare
Choose a tag to compare
1.4

Support new api for vrrp creation:

$ selvpc vrrp add --master ru-1 --slave ru-2 [--type VALUE] [--prefix VALUE] [--quantity VALUE]

1.3

09 Jul 08:32
Compare
Choose a tag to compare
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

06 Aug 14:08
Compare
Choose a tag to compare

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           |
+--------+--------------------+-------------------+-------+------------------------+-----------------+-----------------+-----------------+