1
0
Fork 0
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.2.1

This commit is contained in:
Hetzner Cloud Bot 2025-11-17 13:45:59 +00:00 committed by Jonas L.
parent bdaf662c0d
commit e7a3cc37ab
3 changed files with 18 additions and 3 deletions

View file

@ -4,6 +4,15 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics
v6.2.1
======
Bugfixes
--------
- zone_rrset - Records order is not guaranteed, the module will not generate a diff if the order of records changes.
- zone_rrset - Records without comments will not generate a diff anymore.
v6.2.0
======

View file

@ -813,3 +813,12 @@ releases:
fragments:
- dns-support-generally-available.yml
release_date: '2025-11-10'
6.2.1:
changes:
bugfixes:
- zone_rrset - Records order is not guaranteed, the module will not generate
a diff if the order of records changes.
- zone_rrset - Records without comments will not generate a diff anymore.
fragments:
- zone-rrsets-idempotency.yml
release_date: '2025-11-17'

View file

@ -1,3 +0,0 @@
bugfixes:
- zone_rrset - Records order is not guaranteed, the module will not generate a diff if the order of records changes.
- zone_rrset - Records without comments will not generate a diff anymore.