1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

chore(main): changelog for version 6.0.0

This commit is contained in:
Hetzner Cloud Bot 2025-10-28 12:46:34 +00:00
parent bcbd16349f
commit 51e8f01d20
4 changed files with 18 additions and 4 deletions

View file

@ -4,6 +4,15 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics .. contents:: Topics
v6.0.0
======
Breaking Changes / Porting Guide
--------------------------------
- Drop support for Python 3.9
- Drop support for ansible-core 2.17
v5.4.0 v5.4.0
====== ======

View file

@ -760,3 +760,12 @@ releases:
fragments: fragments:
- new-dns-api.yml - new-dns-api.yml
release_date: '2025-10-07' release_date: '2025-10-07'
6.0.0:
changes:
breaking_changes:
- Drop support for Python 3.9
- Drop support for ansible-core 2.17
fragments:
- drop-ansible-core-2.17.yml
- drop-python-3.9.yml
release_date: '2025-10-28'

View file

@ -1,2 +0,0 @@
breaking_changes:
- Drop support for ansible-core 2.17

View file

@ -1,2 +0,0 @@
breaking_changes:
- Drop support for Python 3.9