mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
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:
parent
49e21ae4fe
commit
03dfeb2f2b
7 changed files with 25 additions and 5 deletions
2
.github/release-please-manifest.json
vendored
2
.github/release-please-manifest.json
vendored
|
@ -1 +1 @@
|
||||||
{".":"4.0.0"}
|
{".":"4.0.1"}
|
||||||
|
|
|
@ -4,6 +4,14 @@ Hetzner Cloud Ansible Collection Release Notes
|
||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
v4.0.1
|
||||||
|
======
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- server - Keep `force_upgrade` deprecated alias for another major version.
|
||||||
|
|
||||||
v4.0.0
|
v4.0.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -556,3 +556,10 @@ releases:
|
||||||
fragments:
|
fragments:
|
||||||
- drop-support-for-ansible-core-2.14.yml
|
- drop-support-for-ansible-core-2.14.yml
|
||||||
release_date: '2024-06-11'
|
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'
|
||||||
|
|
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# 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)
|
## [4.0.0](https://github.com/ansible-collections/hetzner.hcloud/compare/3.1.1...4.0.0) (2024-06-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- server - Keep `force_upgrade` deprecated alias for another major version.
|
|
|
@ -1,6 +1,6 @@
|
||||||
namespace: hetzner
|
namespace: hetzner
|
||||||
name: hcloud
|
name: hcloud
|
||||||
version: 4.0.0
|
version: 4.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 = "4.0.0" # x-release-please-version
|
version = "4.0.1" # x-release-please-version
|
||||||
|
|
Loading…
Reference in a new issue