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
This commit is contained in:
parent
01fb2188a7
commit
bdaf662c0d
4 changed files with 10 additions and 3 deletions
2
.github/release-please-manifest.json
vendored
2
.github/release-please-manifest.json
vendored
|
|
@ -1 +1 @@
|
|||
{".":"6.2.0"}
|
||||
{".":"6.2.1"}
|
||||
|
|
|
|||
|
|
@ -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,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