mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-03 23:51:48 +00:00
chore(main): release 6.1.0 (#723)
🤖 I have created a release *beep* *boop* --- ## [6.1.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.0.0...6.1.0) (2025-11-05) ### Features * add `txt_record` filter to format TXT records ([#721](https://github.com/ansible-collections/hetzner.hcloud/issues/721)) ([7ac361a](7ac361a9cc)) * attach server or load balancer to specific subnet ([#726](https://github.com/ansible-collections/hetzner.hcloud/issues/726)) ([66aaef7](66aaef7be4)) ### Bug Fixes * firewall idempotency with ipv6 addresses ([#722](https://github.com/ansible-collections/hetzner.hcloud/issues/722)) ([907a7fd](907a7fd73c)), closes [#708](https://github.com/ansible-collections/hetzner.hcloud/issues/708) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This commit is contained in:
parent
66aaef7be4
commit
ed5d8483d6
9 changed files with 48 additions and 10 deletions
|
|
@ -4,6 +4,21 @@ Hetzner Cloud Ansible Collection Release Notes
|
|||
|
||||
.. contents:: Topics
|
||||
|
||||
v6.1.0
|
||||
======
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- load_balancer_network - Add ``ip_range`` argument to attach a load balancer to a specific subnet.
|
||||
- server_network - Add ``ip_range`` argument to attach a load balancer to a specific subnet.
|
||||
- txt_record - Add new txt_record filter to help format TXT , e.g. ``"{{ 'v=spf1 include:_spf.example.net ~all' | hetzner.hcloud.txt_record }}"``.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- firewall - Ensure idempotency when using non canonical ipv6 representation in Firewall rules.
|
||||
|
||||
v6.0.0
|
||||
======
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue