mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
chore(main): release 5.0.1 (#638)
🤖 I have created a release *beep* *boop* --- ## [5.0.1](https://github.com/ansible-collections/hetzner.hcloud/compare/5.0.0...5.0.1) (2025-05-21) ### Bug Fixes * remove deprecated force_upgrade argument ([#637](https://github.com/ansible-collections/hetzner.hcloud/issues/637)) ([88f84e7](88f84e7d7c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This commit is contained in:
parent
88f84e7d7c
commit
4e5e65abcc
7 changed files with 26 additions and 5 deletions
2
.github/release-please-manifest.json
vendored
2
.github/release-please-manifest.json
vendored
|
|
@ -1 +1 @@
|
||||||
{".":"5.0.0"}
|
{".":"5.0.1"}
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,14 @@ Hetzner Cloud Ansible Collection Release Notes
|
||||||
|
|
||||||
.. contents:: Topics
|
.. 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
|
v5.0.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -646,3 +646,11 @@ releases:
|
||||||
- remove-auto-detach-volume.yml
|
- remove-auto-detach-volume.yml
|
||||||
- renaming-a-server.yml
|
- renaming-a-server.yml
|
||||||
release_date: '2025-05-21'
|
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'
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [5.0.1](https://github.com/ansible-collections/hetzner.hcloud/compare/5.0.0...5.0.1) (2025-05-21)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* remove deprecated force_upgrade argument ([#637](https://github.com/ansible-collections/hetzner.hcloud/issues/637)) ([88f84e7](https://github.com/ansible-collections/hetzner.hcloud/commit/88f84e7d7c41fec1a01aee1229212443472aa591))
|
||||||
|
|
||||||
## [5.0.0](https://github.com/ansible-collections/hetzner.hcloud/compare/4.3.0...5.0.0) (2025-05-21)
|
## [5.0.0](https://github.com/ansible-collections/hetzner.hcloud/compare/4.3.0...5.0.0) (2025-05-21)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
breaking_changes:
|
|
||||||
- server - The deprecated ``force_upgrade`` argument is removed from the server module. Please use the ``force`` argument instead.
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
namespace: hetzner
|
namespace: hetzner
|
||||||
name: hcloud
|
name: hcloud
|
||||||
version: 5.0.0
|
version: 5.0.1
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Hetzner Cloud (github.com/hetznercloud)
|
- Hetzner Cloud (github.com/hetznercloud)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
version = "5.0.0" # x-release-please-version
|
version = "5.0.1" # x-release-please-version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue