mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-03 23:51:48 +00:00
chore(main): release 2.5.0 (#419)
🤖 I have created a release *beep* *boop* --- ## [2.5.0](https://github.com/ansible-collections/hetzner.hcloud/compare/2.4.1...2.5.0) (2024-02-02) ### Features * add `hostvars_prefix` and `hostvars_suffix` options to inventory hostvars ([#423](https://github.com/ansible-collections/hetzner.hcloud/issues/423)) ([4e3f89a](4e3f89aed3)) * allow forcing the deletion of firewalls that are still in use ([#447](https://github.com/ansible-collections/hetzner.hcloud/issues/447)) ([559d315](559d31561a)) * improve firewall resources management ([#324](https://github.com/ansible-collections/hetzner.hcloud/issues/324)) ([2757fe7](2757fe745f)) * replace `ansible.netcommon` utils with python3 `ipaddress` module ([#416](https://github.com/ansible-collections/hetzner.hcloud/issues/416)) ([4cfdf50](4cfdf50b26)) --- 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
559d31561a
commit
3d689aa992
10 changed files with 61 additions and 19 deletions
|
|
@ -1,11 +1,12 @@
|
|||
namespace: hetzner
|
||||
name: hcloud
|
||||
version: 2.4.1 # x-release-please-version
|
||||
version: 2.5.0
|
||||
readme: README.md
|
||||
authors:
|
||||
- Hetzner Cloud (github.com/hetznercloud)
|
||||
description: A Collection for managing Hetzner Cloud resources
|
||||
license: [GPL-3.0-or-later]
|
||||
license:
|
||||
- GPL-3.0-or-later
|
||||
tags:
|
||||
- hetzner
|
||||
- cloud
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue