Skip to content

Commit

Permalink
chore(main): release 4.2.0 (#551)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[4.2.0](4.1.0...4.2.0)
(2024-08-30)


### Features

* compute load balancer targets status using a filter
([#550](#550))
([fce8bc9](fce8bc9))


### Bug Fixes

* check label_selector child targets with load_balancer_status filter
([#552](#552))
([abdf722](abdf722))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
hcloud-bot authored Aug 30, 2024
1 parent c92c739 commit 9cce39c
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"4.1.0"}
{".":"4.2.0"}
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
8 changes: 8 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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-30'
12 changes: 12 additions & 0 deletions changelogs/dev-changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.2.0](https://github.com/ansible-collections/hetzner.hcloud/compare/4.1.0...4.2.0) (2024-08-30)


### Features

* compute load balancer targets status using a filter ([#550](https://github.com/ansible-collections/hetzner.hcloud/issues/550)) ([fce8bc9](https://github.com/ansible-collections/hetzner.hcloud/commit/fce8bc9bb971e87cacfeca115fe7be01b0f908d9))


### Bug Fixes

* check label_selector child targets with load_balancer_status filter ([#552](https://github.com/ansible-collections/hetzner.hcloud/issues/552)) ([abdf722](https://github.com/ansible-collections/hetzner.hcloud/commit/abdf72212b73ad1fc67856e88df97b5173ed1767))

## [4.1.0](https://github.com/ansible-collections/hetzner.hcloud/compare/4.0.1...4.1.0) (2024-07-25)


Expand Down
2 changes: 0 additions & 2 deletions changelogs/fragments/load-balancer-status-filter.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: hetzner
name: hcloud
version: 4.1.0
version: 4.2.0
readme: README.md
authors:
- Hetzner Cloud (github.com/hetznercloud)
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

version = "4.1.0" # x-release-please-version
version = "4.2.0" # x-release-please-version

0 comments on commit 9cce39c

Please sign in to comment.