1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-03 23:51:48 +00:00

feat: add support for ARM APIs (#208)

* feat: add architecture fields for image & server type

* feat: filter images by architecture

* feat: select right image by arch on server create & rebuild

* feat(inventory): add architecture field to returned servers

* docs: add changelog for arm features

* chore: prepare v1.11.0
This commit is contained in:
Julian Tölle 2023-04-12 10:43:19 +02:00 committed by GitHub
parent 6a3983c9cd
commit 3c2d4df8bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 94 additions and 8 deletions

View file

@ -5,6 +5,18 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics
v1.11.0
=======
Minor Changes
-------------
- hcloud_image_info - Add cpu architecture field to return value.
- hcloud_image_info - Allow filtering images by cpu architecture.
- hcloud_server - Select matching image for the cpu architecture of the server type on create & rebuild.
- hcloud_server_type_info - Add cpu architecture field to return value.
- inventory plugin - Add cpu architecture to server variables.
v1.10.1
=======