From e692b3e2e01bbcf6e4ff6d06e1c3924c77a80b1f Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Thu, 5 Oct 2023 16:40:02 +0200 Subject: [PATCH] chore(main): release 2.1.2 (#335) :robot: I have created a release *beep* *boop* --- ## [2.1.2](https://github.com/ansible-collections/hetzner.hcloud/compare/2.1.1...v2.1.2) (2023-10-05) ### Bug Fixes * firewall port argument is required with udp or tcp ([#345](https://github.com/ansible-collections/hetzner.hcloud/issues/345)) ([76c1abf](https://github.com/ansible-collections/hetzner.hcloud/commit/76c1abf44764778aa6e11bae57df5ee5f69a947b)) * invalid field in load_balancer_service health_check.http return data ([#333](https://github.com/ansible-collections/hetzner.hcloud/issues/333)) ([fb35516](https://github.com/ansible-collections/hetzner.hcloud/commit/fb35516e7609fad4dd3fa75138dbc603f83d9aa0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.rst | 9 +++++++++ changelogs/changelog.yaml | 13 +++++++++++++ changelogs/dev-changelog.md | 12 +++++++++++- ...oad-balancer-service-http-health-check-dict.yaml | 4 ---- ...rewall-port-argument-on-tcp-or-udp-protocol.yaml | 2 -- galaxy.yml | 2 +- plugins/module_utils/version.py | 2 +- 7 files changed, 35 insertions(+), 9 deletions(-) delete mode 100644 changelogs/fragments/rename-load-balancer-service-http-health-check-dict.yaml delete mode 100644 changelogs/fragments/require-firewall-port-argument-on-tcp-or-udp-protocol.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f86894c..bf4f603 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,15 @@ Hetzner Cloud Ansible Collection Release Notes .. contents:: Topics +v2.1.2 +====== + +Bugfixes +-------- + +- hcloud_firewall - The port argument is required when the firewall rule protocol is `udp` or `tcp`. +- hcloud_load_balancer_service - In the returned data, the invalid `health_check.http.certificates` field was renamed to `health_check.http.status_codes`. + v2.1.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 520a8da..08ebfe0 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -408,3 +408,16 @@ releases: fragments: - fix-string-formatting-error-on-deprecated-server-type-warning.yml release_date: '2023-08-23' + 2.1.2: + changes: + bugfixes: + - hcloud_firewall - The port argument is required when the firewall rule protocol + is `udp` or `tcp`. + - 'hcloud_load_balancer_service - In the returned data, the invalid `health_check.http.certificates` + field was renamed to `health_check.http.status_codes`. + + ' + fragments: + - rename-load-balancer-service-http-health-check-dict.yaml + - require-firewall-port-argument-on-tcp-or-udp-protocol.yaml + release_date: '2023-10-05' diff --git a/changelogs/dev-changelog.md b/changelogs/dev-changelog.md index e46d777..8ae5f43 100644 --- a/changelogs/dev-changelog.md +++ b/changelogs/dev-changelog.md @@ -1,4 +1,14 @@ -# Dev Changelog +# Changelog + +## [2.1.2](https://github.com/ansible-collections/hetzner.hcloud/compare/2.1.1...v2.1.2) (2023-10-05) + + +### Bug Fixes + +* firewall port argument is required with udp or tcp ([#345](https://github.com/ansible-collections/hetzner.hcloud/issues/345)) ([76c1abf](https://github.com/ansible-collections/hetzner.hcloud/commit/76c1abf44764778aa6e11bae57df5ee5f69a947b)) +* invalid field in load_balancer_service health_check.http return data ([#333](https://github.com/ansible-collections/hetzner.hcloud/issues/333)) ([fb35516](https://github.com/ansible-collections/hetzner.hcloud/commit/fb35516e7609fad4dd3fa75138dbc603f83d9aa0)) + +## Dev Changelog > [!WARNING] > For the user changelog, please check out [CHANGELOG.rst](../CHANGELOG.rst) instead. diff --git a/changelogs/fragments/rename-load-balancer-service-http-health-check-dict.yaml b/changelogs/fragments/rename-load-balancer-service-http-health-check-dict.yaml deleted file mode 100644 index ec9ae51..0000000 --- a/changelogs/fragments/rename-load-balancer-service-http-health-check-dict.yaml +++ /dev/null @@ -1,4 +0,0 @@ -bugfixes: - - > - hcloud_load_balancer_service - In the returned data, the invalid - `health_check.http.certificates` field was renamed to `health_check.http.status_codes`. diff --git a/changelogs/fragments/require-firewall-port-argument-on-tcp-or-udp-protocol.yaml b/changelogs/fragments/require-firewall-port-argument-on-tcp-or-udp-protocol.yaml deleted file mode 100644 index 8474078..0000000 --- a/changelogs/fragments/require-firewall-port-argument-on-tcp-or-udp-protocol.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - hcloud_firewall - The port argument is required when the firewall rule protocol is `udp` or `tcp`. diff --git a/galaxy.yml b/galaxy.yml index dee5f81..3bb99ec 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: hetzner name: hcloud -version: 2.1.1 # x-release-please-version +version: 2.1.2 # x-release-please-version readme: README.md authors: - Hetzner Cloud (github.com/hetznercloud) diff --git a/plugins/module_utils/version.py b/plugins/module_utils/version.py index b84aa2d..25c99db 100644 --- a/plugins/module_utils/version.py +++ b/plugins/module_utils/version.py @@ -1 +1 @@ -version = "2.1.1" # x-release-please-version +version = "2.1.2" # x-release-please-version