mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-03 23:51:48 +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:
parent
7750769800
commit
57d7dda1e7
7 changed files with 28 additions and 6 deletions
2
.github/release-please-manifest.json
vendored
2
.github/release-please-manifest.json
vendored
|
|
@ -1 +1 @@
|
|||
{".":"6.2.0"}
|
||||
{".":"6.2.1"}
|
||||
|
|
|
|||
|
|
@ -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,5 +1,12 @@
|
|||
# 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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
namespace: hetzner
|
||||
name: hcloud
|
||||
version: 6.2.0
|
||||
version: 6.2.1
|
||||
readme: README.md
|
||||
authors:
|
||||
- Hetzner Cloud (github.com/hetznercloud)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
from __future__ import annotations
|
||||
|
||||
version = "6.2.0" # x-release-please-version
|
||||
version = "6.2.1" # x-release-please-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue