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:
Jonas L 2023-08-23 15:44:10 +02:00 committed by GitHub
parent 8f42c4d950
commit deee06281e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 4 deletions

View file

@ -5,6 +5,14 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics .. contents:: Topics
v2.1.1
======
Bugfixes
--------
- hcloud_server - Fix string formatting error on deprecated server type warning
v2.1.0 v2.1.0
====== ======

View file

@ -401,3 +401,10 @@ releases:
- query-hcloud_floating_ip_info-by-name.yml - query-hcloud_floating_ip_info-by-name.yml
- use-collection-version-in-user-agent.yml - use-collection-version-in-user-agent.yml
release_date: '2023-08-17' 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'

View file

@ -1,2 +0,0 @@
bugfixes:
- hcloud_server - Fix string formatting error on deprecated server type warning

View file

@ -1,6 +1,6 @@
namespace: hetzner namespace: hetzner
name: hcloud name: hcloud
version: 2.1.0 version: 2.1.1
readme: README.md readme: README.md
authors: authors:
- Hetzner Cloud (github.com/hetznercloud) - Hetzner Cloud (github.com/hetznercloud)

View file

@ -1 +1 @@
version = "2.1.0" version = "2.1.1"