mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-12-13 05:52:33 +00:00
chore(deps): update dependency hcloud to v2.3.0 (#567)
This commit is contained in:
parent
f05894ad09
commit
d9f49144bc
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
__version__ = "2.2.1" # x-release-please-version
|
__version__ = "2.3.0" # x-release-please-version
|
||||||
|
|
|
@ -293,7 +293,7 @@ class FloatingIPsClient(ClientEntityBase):
|
||||||
self,
|
self,
|
||||||
type: str,
|
type: str,
|
||||||
description: str | None = None,
|
description: str | None = None,
|
||||||
labels: str | None = None,
|
labels: dict[str, str] | None = None,
|
||||||
home_location: Location | BoundLocation | None = None,
|
home_location: Location | BoundLocation | None = None,
|
||||||
server: Server | BoundServer | None = None,
|
server: Server | BoundServer | None = None,
|
||||||
name: str | None = None,
|
name: str | None = None,
|
||||||
|
|
|
@ -22,7 +22,7 @@ from textwrap import dedent
|
||||||
logger = logging.getLogger("vendor")
|
logger = logging.getLogger("vendor")
|
||||||
|
|
||||||
HCLOUD_SOURCE_URL = "https://github.com/hetznercloud/hcloud-python"
|
HCLOUD_SOURCE_URL = "https://github.com/hetznercloud/hcloud-python"
|
||||||
HCLOUD_VERSION = "v2.2.1"
|
HCLOUD_VERSION = "v2.3.0"
|
||||||
HCLOUD_VENDOR_PATH = "plugins/module_utils/vendor/hcloud"
|
HCLOUD_VENDOR_PATH = "plugins/module_utils/vendor/hcloud"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue