chore(main): release 4.0.1 (#517)

🤖 I have created a release *beep* *boop*
---


##
[4.0.1](https://github.com/ansible-collections/hetzner.hcloud/compare/4.0.0...4.0.1)
(2024-06-11)


### Bug Fixes

* keep deprecated alias for another major version
([#515](https://github.com/ansible-collections/hetzner.hcloud/issues/515))
([49e21ae](49e21ae4fe))

---
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:
Hetzner Cloud Bot 2024-06-11 16:57:06 +02:00 committed by GitHub
parent 49e21ae4fe
commit 03dfeb2f2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 25 additions and 5 deletions

View file

@ -1 +1 @@
{".":"4.0.0"}
{".":"4.0.1"}

View file

@ -4,6 +4,14 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics
v4.0.1
======
Bugfixes
--------
- server - Keep `force_upgrade` deprecated alias for another major version.
v4.0.0
======

View file

@ -556,3 +556,10 @@ releases:
fragments:
- drop-support-for-ansible-core-2.14.yml
release_date: '2024-06-11'
4.0.1:
changes:
bugfixes:
- server - Keep `force_upgrade` deprecated alias for another major version.
fragments:
- keep-deprecated-alias.yml
release_date: '2024-06-11'

View file

@ -1,5 +1,12 @@
# Changelog
## [4.0.1](https://github.com/ansible-collections/hetzner.hcloud/compare/4.0.0...4.0.1) (2024-06-11)
### Bug Fixes
* keep deprecated alias for another major version ([#515](https://github.com/ansible-collections/hetzner.hcloud/issues/515)) ([49e21ae](https://github.com/ansible-collections/hetzner.hcloud/commit/49e21ae4febe18c62e44c9abf365fa2feee7e7cc))
## [4.0.0](https://github.com/ansible-collections/hetzner.hcloud/compare/3.1.1...4.0.0) (2024-06-11)

View file

@ -1,2 +0,0 @@
bugfixes:
- server - Keep `force_upgrade` deprecated alias for another major version.

View file

@ -1,6 +1,6 @@
namespace: hetzner
name: hcloud
version: 4.0.0
version: 4.0.1
readme: README.md
authors:
- Hetzner Cloud (github.com/hetznercloud)

View file

@ -1,3 +1,3 @@
from __future__ import annotations
version = "4.0.0" # x-release-please-version
version = "4.0.1" # x-release-please-version