From 9e505df9edc4b8e144c7da86fa8a9586278ff4c3 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Fri, 16 Jan 2026 13:06:25 +0000 Subject: [PATCH] chore(main): changelog for version 6.5.0 --- CHANGELOG.rst | 10 ++++++++++ changelogs/changelog.yaml | 13 +++++++++++++ changelogs/fragments/private-module-utils.yml | 2 -- .../fragments/storage-box-subaccount-api-name.yml | 3 --- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 changelogs/fragments/private-module-utils.yml delete mode 100644 changelogs/fragments/storage-box-subaccount-api-name.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 051d6c2..493ad1d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 1198a74..8e4de83 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/changelogs/fragments/private-module-utils.yml b/changelogs/fragments/private-module-utils.yml deleted file mode 100644 index 4670c8e..0000000 --- a/changelogs/fragments/private-module-utils.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - All ``module_utils`` are now marked as **private**. None of the modules were intended for public use. diff --git a/changelogs/fragments/storage-box-subaccount-api-name.yml b/changelogs/fragments/storage-box-subaccount-api-name.yml deleted file mode 100644 index 5b30002..0000000 --- a/changelogs/fragments/storage-box-subaccount-api-name.yml +++ /dev/null @@ -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.