mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
chore: prepare v2.1.1 (#311)
##### SUMMARY Prepare v2.1.1 release. This should also trigger a new publish process, since 2.1.0 never had the change to be published to ansible-galaxy.
This commit is contained in:
parent
8f42c4d950
commit
deee06281e
5 changed files with 17 additions and 4 deletions
|
@ -5,6 +5,14 @@ Hetzner Cloud Ansible Collection Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v2.1.1
|
||||
======
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- hcloud_server - Fix string formatting error on deprecated server type warning
|
||||
|
||||
v2.1.0
|
||||
======
|
||||
|
||||
|
|
|
@ -401,3 +401,10 @@ releases:
|
|||
- query-hcloud_floating_ip_info-by-name.yml
|
||||
- use-collection-version-in-user-agent.yml
|
||||
release_date: '2023-08-17'
|
||||
2.1.1:
|
||||
changes:
|
||||
bugfixes:
|
||||
- hcloud_server - Fix string formatting error on deprecated server type warning
|
||||
fragments:
|
||||
- fix-string-formatting-error-on-deprecated-server-type-warning.yml
|
||||
release_date: '2023-08-23'
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- hcloud_server - Fix string formatting error on deprecated server type warning
|
|
@ -1,6 +1,6 @@
|
|||
namespace: hetzner
|
||||
name: hcloud
|
||||
version: 2.1.0
|
||||
version: 2.1.1
|
||||
readme: README.md
|
||||
authors:
|
||||
- Hetzner Cloud (github.com/hetznercloud)
|
||||
|
|
|
@ -1 +1 @@
|
|||
version = "2.1.0"
|
||||
version = "2.1.1"
|
||||
|
|
Loading…
Reference in a new issue