mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
chore(main): changelog for version 6.1.0
This commit is contained in:
parent
01d1f5727d
commit
8b6db3d72a
5 changed files with 32 additions and 7 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
|
||||
======
|
||||
|
||||
|
|
|
|||
|
|
@ -769,3 +769,20 @@ releases:
|
|||
- drop-ansible-core-2.17.yml
|
||||
- drop-python-3.9.yml
|
||||
release_date: '2025-10-28'
|
||||
6.1.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
- firewall - Ensure idempotency when using non canonical ipv6 representation
|
||||
in Firewall rules.
|
||||
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 }}"``.
|
||||
fragments:
|
||||
- attach-to-network-ip-range.yml
|
||||
- firewall-rules-ipv6-idempotency.yml
|
||||
- txt-record-filter.yml
|
||||
release_date: '2025-11-05'
|
||||
|
|
|
|||
|
|
@ -1,3 +0,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.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- firewall - Ensure idempotency when using non canonical ipv6 representation in Firewall rules.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- txt_record - Add new txt_record filter to help format TXT , e.g. ``"{{ 'v=spf1 include:_spf.example.net ~all' | hetzner.hcloud.txt_record }}"``.
|
||||
Loading…
Add table
Add a link
Reference in a new issue