1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

deps: update dependency hcloud to v1.27.1 (#290)

* deps: update dependency hcloud to v1.27.1

* chore: update vendored files

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <ljonas@riseup.net>
This commit is contained in:
renovate[bot] 2023-08-08 18:17:22 +02:00 committed by GitHub
parent a035b7d4c2
commit ff539800aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
65 changed files with 2489 additions and 1684 deletions

View file

@ -19,7 +19,7 @@ from textwrap import dedent
logger = logging.getLogger("vendor")
HCLOUD_SOURCE_URL = "https://github.com/hetznercloud/hcloud-python"
HCLOUD_VERSION = "v1.26.0"
HCLOUD_VERSION = "v1.27.1"
HCLOUD_VENDOR_PATH = "plugins/module_utils/vendor/hcloud"