mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
chore: prepare v1.10.1 (#207)
This commit is contained in:
parent
9700099097
commit
6a3983c9cd
5 changed files with 19 additions and 5 deletions
|
@ -5,6 +5,15 @@ Hetzner Cloud Ansible Collection Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v1.10.1
|
||||
=======
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- hcloud_server - Prevent backups from being disabled when undefined
|
||||
- hcloud_server - Server locked after attaching to placement group
|
||||
|
||||
v1.10.0
|
||||
=======
|
||||
|
||||
|
|
|
@ -76,6 +76,15 @@ releases:
|
|||
- inventory-private-network-info.yml
|
||||
- server-private-networks-info.yml
|
||||
release_date: '2023-02-01'
|
||||
1.10.1:
|
||||
changes:
|
||||
bugfixes:
|
||||
- hcloud_server - Prevent backups from being disabled when undefined
|
||||
- hcloud_server - Server locked after attaching to placement group
|
||||
fragments:
|
||||
- server-fix-backups.yml
|
||||
- server-race-condition-pg-attach.yml
|
||||
release_date: '2023-04-03'
|
||||
1.2.0:
|
||||
changes:
|
||||
minor_changes:
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- hcloud_server - Prevent backups from being disabled when undefined
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- hcloud_server - Server locked after attaching to placement group
|
|
@ -1,6 +1,6 @@
|
|||
namespace: hetzner
|
||||
name: hcloud
|
||||
version: 1.10.0
|
||||
version: 1.10.1
|
||||
readme: README.md
|
||||
authors:
|
||||
- Hetzner Cloud (github.com/hetznercloud)
|
||||
|
|
Loading…
Reference in a new issue