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.5.0

This commit is contained in:
Hetzner Cloud Bot 2026-01-16 13:06:25 +00:00
parent 54bb69a082
commit 9e505df9ed
4 changed files with 23 additions and 5 deletions

View file

@ -4,6 +4,16 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics
v6.5.0
======
Minor Changes
-------------
- All ``module_utils`` are now marked as **private**. None of the modules were intended for public use.
- storage_box_subaccount - Replace the label based name workaround, with the new Storage Box Subaccount name property in the API.
- storage_box_subaccount_info - Replace the label based name workaround, with the new Storage Box Subaccount name property in the API.
v6.4.0
======

View file

@ -916,3 +916,16 @@ releases:
- phasing-out-datacenters.yml
- storage-box-redirects-fqcr.yml
release_date: '2026-01-05'
6.5.0:
changes:
minor_changes:
- All ``module_utils`` are now marked as **private**. None of the modules were
intended for public use.
- storage_box_subaccount - Replace the label based name workaround, with the
new Storage Box Subaccount name property in the API.
- storage_box_subaccount_info - Replace the label based name workaround, with
the new Storage Box Subaccount name property in the API.
fragments:
- private-module-utils.yml
- storage-box-subaccount-api-name.yml
release_date: '2026-01-16'

View file

@ -1,2 +0,0 @@
minor_changes:
- All ``module_utils`` are now marked as **private**. None of the modules were intended for public use.

View file

@ -1,3 +0,0 @@
minor_changes:
- storage_box_subaccount - Replace the label based name workaround, with the new Storage Box Subaccount name property in the API.
- storage_box_subaccount_info - Replace the label based name workaround, with the new Storage Box Subaccount name property in the API.