Skip to content

Commit

Permalink
chore(main): changelog for version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hcloud-bot committed Feb 1, 2024
1 parent 9a214c5 commit 654a1fb
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 12 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics


v2.5.0
======

Minor Changes
-------------

- Replace deprecated `ansible.netcommon` ip utils with python `ipaddress` module. The `ansible.netcommon` collection is no longer required by the collections.
- firewall - Return resources the firewall is `applied_to`.
- firewall_info - Add new `firewall_info` module to gather firewalls info.
- firewall_resource - Add new `firewall_resource` module to manage firewalls resources.
- inventory - Add `hostvars_prefix` and hostvars_suffix` options to customize the inventory host variables keys.

New Modules
-----------

- firewall_resource - Manage Resources a Hetzner Cloud Firewall is applied to.

v2.4.1
======

Expand Down
24 changes: 24 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -461,3 +461,27 @@ releases:
fragments:
- fix-inventory-fresh-cache.yaml
release_date: '2023-11-27'
2.5.0:
changes:
minor_changes:
- 'Replace deprecated `ansible.netcommon` ip utils with python `ipaddress` module.
The `ansible.netcommon` collection is no longer required by the collections.
'
- firewall - Return resources the firewall is `applied_to`.
- firewall_info - Add new `firewall_info` module to gather firewalls info.
- firewall_resource - Add new `firewall_resource` module to manage firewalls
resources.
- 'inventory - Add `hostvars_prefix` and hostvars_suffix` options to customize
the inventory host variables keys.
'
fragments:
- add-inventory-hostvars-prefix-and-suffix-option.yml
- improve-firewall-resources-management.yml
- replace-deprecated-ansible.netcommon-with-python-ipaddress.yml
modules:
- description: Manage Resources a Hetzner Cloud Firewall is applied to.
name: firewall_resource
namespace: ''
release_date: '2024-02-01'

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 654a1fb

Please sign in to comment.