From 7e3b7447456e7661cc57f86f7319cf9000a262f5 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:26:11 +0000 Subject: [PATCH] chore(main): changelog for version 4.2.0 --- CHANGELOG.rst | 8 ++++++++ changelogs/changelog.yaml | 8 ++++++++ changelogs/fragments/load-balancer-status-filter.yml | 2 -- 3 files changed, 16 insertions(+), 2 deletions(-) delete mode 100644 changelogs/fragments/load-balancer-status-filter.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 87e0c331..15284979 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,14 @@ Hetzner Cloud Ansible Collection Release Notes .. contents:: Topics +v4.2.0 +====== + +Minor Changes +------------- + +- load_balancer_status - Add new filter to compute the status of a Load Balancer based on its targets. + v4.1.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 1244019e..f719aae9 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -590,3 +590,11 @@ releases: - exponential-actions-polling-interval.yml - release-summary.yml release_date: '2024-07-25' + 4.2.0: + changes: + minor_changes: + - load_balancer_status - Add new filter to compute the status of a Load Balancer + based on its targets. + fragments: + - load-balancer-status-filter.yml + release_date: '2024-08-28' diff --git a/changelogs/fragments/load-balancer-status-filter.yml b/changelogs/fragments/load-balancer-status-filter.yml deleted file mode 100644 index 670daad3..00000000 --- a/changelogs/fragments/load-balancer-status-filter.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - load_balancer_status - Add new filter to compute the status of a Load Balancer based on its targets.