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 Dec 15, 2023
1 parent 5a3d169 commit 423ac3f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.
- inventory - Add `hostvars_prefix` and hostvars_suffix` options to customize the inventory host variables keys.

v2.4.1
======

Expand Down
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -461,3 +461,18 @@ 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.
'
- 'inventory - Add `hostvars_prefix` and hostvars_suffix` options to customize
the inventory host variables keys.
'
fragments:
- add-inventory-hostvars-prefix-and-suffix-option.yml
- replace-deprecated-ansible.netcommon-with-python-ipaddress.yml
release_date: '2023-12-15'

This file was deleted.

This file was deleted.

0 comments on commit 423ac3f

Please sign in to comment.