mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
Prepare Release v1.2.1
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
This commit is contained in:
parent
c26039cabf
commit
c8b502dba1
3 changed files with 13 additions and 1 deletions
|
@ -4,6 +4,13 @@ Hetzner Cloud Ansible Collection Release Notes
|
|||
|
||||
.. contents:: Topics
|
||||
|
||||
v1.2.1
|
||||
======
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
- Inventory Restore Python 2.7 compatibility
|
||||
|
||||
|
||||
v1.2.0
|
||||
======
|
||||
|
|
|
@ -67,3 +67,8 @@ releases:
|
|||
name: hcloud_load_balancer_info
|
||||
namespace: ''
|
||||
release_date: '2020-12-01'
|
||||
1.2.1:
|
||||
changes:
|
||||
bugfixes:
|
||||
- Inventory Restore Python 2.7 compatibility
|
||||
release_date: '2020-12-16'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
namespace: hetzner
|
||||
name: hcloud
|
||||
version: 1.2.0
|
||||
version: 1.2.1
|
||||
readme: README.md
|
||||
authors:
|
||||
- Hetzner Cloud (github.com/hetznercloud)
|
||||
|
|
Loading…
Reference in a new issue