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:
parent
6a3983c9cd
commit
3c2d4df8bb
9 changed files with 94 additions and 8 deletions
|
|
@ -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
|
||||
=======
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue