1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-03 23:51:48 +00:00

chore(main): release 6.1.0 (#723)

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


##
[6.1.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.0.0...6.1.0)
(2025-11-05)


### Features

* add `txt_record` filter to format TXT records
([#721](https://github.com/ansible-collections/hetzner.hcloud/issues/721))
([7ac361a](7ac361a9cc))
* attach server or load balancer to specific subnet
([#726](https://github.com/ansible-collections/hetzner.hcloud/issues/726))
([66aaef7](66aaef7be4))


### Bug Fixes

* firewall idempotency with ipv6 addresses
([#722](https://github.com/ansible-collections/hetzner.hcloud/issues/722))
([907a7fd](907a7fd73c)),
closes
[#708](https://github.com/ansible-collections/hetzner.hcloud/issues/708)

---
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-07 14:23:29 +01:00 committed by GitHub
parent 66aaef7be4
commit ed5d8483d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 48 additions and 10 deletions

View file

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