mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
chore(main): release 5.3.1 (#697)
🤖 I have created a release *beep* *boop* --- ## [5.3.1](https://github.com/ansible-collections/hetzner.hcloud/compare/5.3.0...5.3.1) (2025-09-29) ### Bug Fixes * also check server type deprecation after server creation ([#696](https://github.com/ansible-collections/hetzner.hcloud/issues/696)) ([c4dc19c](c4dc19c675)) --- 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
c4dc19c675
commit
728c8b4b25
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 @@
|
|||
{".":"5.3.0"}
|
||||
{".":"5.3.1"}
|
||||
|
|
|
|||
|
|
@ -4,6 +4,14 @@ Hetzner Cloud Ansible Collection Release Notes
|
|||
|
||||
.. contents:: Topics
|
||||
|
||||
v5.3.1
|
||||
======
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- server - Also check server type deprecation after server creation.
|
||||
|
||||
v5.3.0
|
||||
======
|
||||
|
||||
|
|
|
|||
|
|
@ -729,3 +729,10 @@ releases:
|
|||
- per-location-server-types.yml
|
||||
- wait-floating-ip-assign-action.yml
|
||||
release_date: '2025-09-26'
|
||||
5.3.1:
|
||||
changes:
|
||||
bugfixes:
|
||||
- server - Also check server type deprecation after server creation.
|
||||
fragments:
|
||||
- server-type-deprecation.yml
|
||||
release_date: '2025-09-29'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## [5.3.1](https://github.com/ansible-collections/hetzner.hcloud/compare/5.3.0...5.3.1) (2025-09-29)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* also check server type deprecation after server creation ([#696](https://github.com/ansible-collections/hetzner.hcloud/issues/696)) ([c4dc19c](https://github.com/ansible-collections/hetzner.hcloud/commit/c4dc19c6750afa26269f77b8bc855175fcc01516))
|
||||
|
||||
## [5.3.0](https://github.com/ansible-collections/hetzner.hcloud/compare/5.2.0...5.3.0) (2025-09-26)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- server - Also check server type deprecation after server creation.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
namespace: hetzner
|
||||
name: hcloud
|
||||
version: 5.3.0
|
||||
version: 5.3.1
|
||||
readme: README.md
|
||||
authors:
|
||||
- Hetzner Cloud (github.com/hetznercloud)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
from __future__ import annotations
|
||||
|
||||
version = "5.3.0" # x-release-please-version
|
||||
version = "5.3.1" # x-release-please-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue