15
0
forked from pool/python-hcloud

- update to 1.35.0:

* add `include_deprecated` option when fetching images by name
  * raise warnings for the `ImagesClient.get_by_name` deprecation
  * add `has_id_or_name` to `DomainIdentityMixin`
  * invalid type for load balancer private network property

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hcloud?expand=0&rev=15
This commit is contained in:
2024-04-20 20:40:05 +00:00
committed by Git OBS Bridge
parent cfbd5d1641
commit 09d8ed2b2a
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Apr 20 20:39:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.35.0:
* add `include_deprecated` option when fetching images by name
* raise warnings for the `ImagesClient.get_by_name` deprecation
* add `has_id_or_name` to `DomainIdentityMixin`
* invalid type for load balancer private network property
-------------------------------------------------------------------
Fri Jan 5 09:11:16 UTC 2024 - Dirk Müller <dmueller@suse.com>