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): release 6.2.1 (#741)

🤖 I have created a release *beep* *boop*
---


##
[6.2.1](https://github.com/ansible-collections/hetzner.hcloud/compare/6.2.0...6.2.1)
(2025-11-17)


### Bug Fixes

* zone rrset idempotency
([#737](https://github.com/ansible-collections/hetzner.hcloud/issues/737))
([79f78fa](79f78fae28)),
closes
[#740](https://github.com/ansible-collections/hetzner.hcloud/issues/740)

---
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:
Hetzner Cloud Bot 2025-11-19 16:11:09 +01:00 committed by GitHub
parent 7750769800
commit 57d7dda1e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 28 additions and 6 deletions

View file

@ -1 +1 @@
{".":"6.2.0"} {".":"6.2.1"}

View file

@ -4,6 +4,15 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics .. 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 v6.2.0
====== ======

View file

@ -813,3 +813,12 @@ releases:
fragments: fragments:
- dns-support-generally-available.yml - dns-support-generally-available.yml
release_date: '2025-11-10' 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,5 +1,12 @@
# Changelog # Changelog
## [6.2.1](https://github.com/ansible-collections/hetzner.hcloud/compare/6.2.0...6.2.1) (2025-11-17)
### Bug Fixes
* zone rrset idempotency ([#737](https://github.com/ansible-collections/hetzner.hcloud/issues/737)) ([79f78fa](https://github.com/ansible-collections/hetzner.hcloud/commit/79f78fae282e7bd4a27722ff82404b35c1756a0f)), closes [#740](https://github.com/ansible-collections/hetzner.hcloud/issues/740)
## [6.2.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.1.0...6.2.0) (2025-11-10) ## [6.2.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.1.0...6.2.0) (2025-11-10)

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.

View file

@ -1,6 +1,6 @@
namespace: hetzner namespace: hetzner
name: hcloud name: hcloud
version: 6.2.0 version: 6.2.1
readme: README.md readme: README.md
authors: authors:
- Hetzner Cloud (github.com/hetznercloud) - Hetzner Cloud (github.com/hetznercloud)

View file

@ -1,3 +1,3 @@
from __future__ import annotations from __future__ import annotations
version = "6.2.0" # x-release-please-version version = "6.2.1" # x-release-please-version