1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-06 08:52:10 +00:00

chore(main): changelog for version 5.0.0

This commit is contained in:
Hetzner Cloud Bot 2025-05-21 14:46:08 +00:00
parent a92b628efc
commit fb87bb3b9e
9 changed files with 42 additions and 16 deletions

View file

@ -4,6 +4,24 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics
v5.0.0
======
Minor Changes
-------------
- server - Allow renaming a server.
- volume_attachment - Add new `volume_attachment` module to manage Volumes attachment.
Breaking Changes / Porting Guide
--------------------------------
- Drop support for ansible-core 2.15.
- Drop support for ansible-core 2.16.
- Drop support for python 3.8.
- inventory - The default value for the `hostvars_prefix` option is now set to `hcloud_`. Make sure to update all references to host variables provided by the inventory. You may revert this change by setting the `hostvars_prefix` option to `""`.
- volume - Volumes are no longer detached when the server argument is not provided. Please use the ``volume_attachment`` module to manage volume attachments.
v4.3.0
======

View file

@ -622,3 +622,27 @@ releases:
fragments:
- server-add-created-state.yml
release_date: '2025-03-21'
5.0.0:
changes:
breaking_changes:
- Drop support for ansible-core 2.15.
- Drop support for ansible-core 2.16.
- Drop support for python 3.8.
- inventory - The default value for the `hostvars_prefix` option is now set
to `hcloud_`. Make sure to update all references to host variables provided
by the inventory. You may revert this change by setting the `hostvars_prefix`
option to `""`.
- volume - Volumes are no longer detached when the server argument is not provided.
Please use the ``volume_attachment`` module to manage volume attachments.
minor_changes:
- server - Allow renaming a server.
- volume_attachment - Add new `volume_attachment` module to manage Volumes attachment.
fragments:
- add-volume-attachment-module.yml
- change-default-inventory-hostvars-prefix.yml
- drop-support-for-ansible-2.15.yml
- drop-support-for-ansible-2.16.yml
- drop-support-for-python-3.8.yml
- remove-auto-detach-volume.yml
- renaming-a-server.yml
release_date: '2025-05-21'

View file

@ -1,2 +0,0 @@
minor_changes:
- volume_attachment - Add new `volume_attachment` module to manage Volumes attachment.

View file

@ -1,4 +0,0 @@
breaking_changes:
- inventory - The default value for the `hostvars_prefix` option is now set to `hcloud_`.
Make sure to update all references to host variables provided by the inventory. You
may revert this change by setting the `hostvars_prefix` option to `""`.

View file

@ -1,2 +0,0 @@
breaking_changes:
- Drop support for ansible-core 2.15.

View file

@ -1,2 +0,0 @@
breaking_changes:
- Drop support for ansible-core 2.16.

View file

@ -1,2 +0,0 @@
breaking_changes:
- Drop support for python 3.8.

View file

@ -1,2 +0,0 @@
breaking_changes:
- volume - Volumes are no longer detached when the server argument is not provided. Please use the ``volume_attachment`` module to manage volume attachments.

View file

@ -1,2 +0,0 @@
minor_changes:
- server - Allow renaming a server.