mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
chore(main): release 6.2.0 (#735)
🤖 I have created a release *beep* *boop* --- ## [6.2.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.1.0...6.2.0) (2025-11-10) ### Features * DNS support is now generally available ([#727](https://github.com/ansible-collections/hetzner.hcloud/issues/727)) ([337067d](337067d9de)) --- 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
2e10017aa9
commit
34db0ce9b2
7 changed files with 60 additions and 18 deletions
2
.github/release-please-manifest.json
vendored
2
.github/release-please-manifest.json
vendored
|
|
@ -1 +1 @@
|
||||||
{".":"6.1.0"}
|
{".":"6.2.0"}
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,29 @@ Hetzner Cloud Ansible Collection Release Notes
|
||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
v6.2.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
**DNS API is now generally available**
|
||||||
|
|
||||||
|
The DNS API is now generally available, as well as support for features
|
||||||
|
in this project that are related to the DNS API.
|
||||||
|
|
||||||
|
To migrate existing zones to the new DNS API, see the `DNS migration
|
||||||
|
guide <https://docs.hetzner.com/networking/dns/migration-to-hetzner-console/process/>`__.
|
||||||
|
|
||||||
|
See the
|
||||||
|
`changelog <https://docs.hetzner.cloud/changelog#2025-11-10-dns-ga>`__
|
||||||
|
for more details.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- DNS support is now generally available.
|
||||||
|
|
||||||
v6.1.0
|
v6.1.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -786,3 +786,30 @@ releases:
|
||||||
- firewall-rules-ipv6-idempotency.yml
|
- firewall-rules-ipv6-idempotency.yml
|
||||||
- txt-record-filter.yml
|
- txt-record-filter.yml
|
||||||
release_date: '2025-11-05'
|
release_date: '2025-11-05'
|
||||||
|
6.2.0:
|
||||||
|
changes:
|
||||||
|
minor_changes:
|
||||||
|
- DNS support is now generally available.
|
||||||
|
release_summary: '**DNS API is now generally available**
|
||||||
|
|
||||||
|
|
||||||
|
The DNS API is now generally available, as well as support for features
|
||||||
|
|
||||||
|
in this project that are related to the DNS API.
|
||||||
|
|
||||||
|
|
||||||
|
To migrate existing zones to the new DNS API, see the `DNS migration
|
||||||
|
|
||||||
|
guide <https://docs.hetzner.com/networking/dns/migration-to-hetzner-console/process/>`__.
|
||||||
|
|
||||||
|
|
||||||
|
See the
|
||||||
|
|
||||||
|
`changelog <https://docs.hetzner.cloud/changelog#2025-11-10-dns-ga>`__
|
||||||
|
|
||||||
|
for more details.
|
||||||
|
|
||||||
|
'
|
||||||
|
fragments:
|
||||||
|
- dns-support-generally-available.yml
|
||||||
|
release_date: '2025-11-10'
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [6.2.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.1.0...6.2.0) (2025-11-10)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* DNS support is now generally available ([#727](https://github.com/ansible-collections/hetzner.hcloud/issues/727)) ([337067d](https://github.com/ansible-collections/hetzner.hcloud/commit/337067d9dee6acfe8281aee3373d5cb9e724ffb1))
|
||||||
|
|
||||||
## [6.1.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.0.0...6.1.0) (2025-11-05)
|
## [6.1.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.0.0...6.1.0) (2025-11-05)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
||||||
release_summary: |
|
|
||||||
**DNS API is now generally available**
|
|
||||||
|
|
||||||
The DNS API is now generally available, as well as support for features
|
|
||||||
in this project that are related to the DNS API.
|
|
||||||
|
|
||||||
To migrate existing zones to the new DNS API, see the `DNS migration
|
|
||||||
guide <https://docs.hetzner.com/networking/dns/migration-to-hetzner-console/process/>`__.
|
|
||||||
|
|
||||||
See the
|
|
||||||
`changelog <https://docs.hetzner.cloud/changelog#2025-11-10-dns-ga>`__
|
|
||||||
for more details.
|
|
||||||
|
|
||||||
minor_changes:
|
|
||||||
- DNS support is now generally available.
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
namespace: hetzner
|
namespace: hetzner
|
||||||
name: hcloud
|
name: hcloud
|
||||||
version: 6.1.0
|
version: 6.2.0
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Hetzner Cloud (github.com/hetznercloud)
|
- Hetzner Cloud (github.com/hetznercloud)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
version = "6.1.0" # x-release-please-version
|
version = "6.2.0" # x-release-please-version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue