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

chore(main): changelog for version 5.0.1

This commit is contained in:
Hetzner Cloud Bot 2025-05-21 15:44:00 +00:00
parent b4f9bb15be
commit d38a67a8f4
3 changed files with 16 additions and 2 deletions

View file

@ -4,6 +4,14 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics
v5.0.1
======
Breaking Changes / Porting Guide
--------------------------------
- server - The deprecated ``force_upgrade`` argument is removed from the server module. Please use the ``force`` argument instead.
v5.0.0
======

View file

@ -646,3 +646,11 @@ releases:
- remove-auto-detach-volume.yml
- renaming-a-server.yml
release_date: '2025-05-21'
5.0.1:
changes:
breaking_changes:
- server - The deprecated ``force_upgrade`` argument is removed from the server
module. Please use the ``force`` argument instead.
fragments:
- remove-deprecated-argument-force_upgrade.yml
release_date: '2025-05-21'

View file

@ -1,2 +0,0 @@
breaking_changes:
- server - The deprecated ``force_upgrade`` argument is removed from the server module. Please use the ``force`` argument instead.