From e3cd5b5bef1d3da052072016093a12ba34f279a2 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Thu, 28 Sep 2023 13:34:25 +0000 Subject: [PATCH] chore(main): changelog for version 2.1.2 [skip azp] --- CHANGELOG.rst | 8 ++++++++ changelogs/changelog.yaml | 10 ++++++++++ ...e-load-balancer-service-http-health-check-dict.yaml | 4 ---- 3 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 changelogs/fragments/rename-load-balancer-service-http-health-check-dict.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f86894ce..a12cf37e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ Hetzner Cloud Ansible Collection Release Notes .. contents:: Topics +v2.1.2 +====== + +Bugfixes +-------- + +- 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 520a8dab..6922a5b6 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -408,3 +408,13 @@ releases: fragments: - fix-string-formatting-error-on-deprecated-server-type-warning.yml release_date: '2023-08-23' + 2.1.2: + changes: + bugfixes: + - '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 + release_date: '2023-09-28' 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 ec9ae518..00000000 --- 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`.