mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
##### SUMMARY The alias removal was planned for the version 5.0.0, but I forgot to remove the alias before cutting the 5.0.0 release (the sanity check only failed after the release pull request was merged). Since this is the second time I forgot to remove the deprecated alias, I will cut a patch release, including this breaking change, as soon as possible, so we still consider this part of the 5.0.0 release. ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME server
2 lines
151 B
YAML
2 lines
151 B
YAML
breaking_changes:
|
|
- server - The deprecated ``force_upgrade`` argument is removed from the server module. Please use the ``force`` argument instead.
|