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:
parent
bdaf662c0d
commit
e7a3cc37ab
3 changed files with 18 additions and 3 deletions
|
|
@ -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
|
||||
======
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue