From 605926a100eaafd414e95631c6c50d97c6bf88ec Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:21:18 +0000 Subject: [PATCH] chore(main): changelog for version 5.1.0 --- CHANGELOG.rst | 15 +++++++++++++++ changelogs/changelog.yaml | 16 ++++++++++++++++ changelogs/fragments/returned-resource-ids.yml | 2 -- .../server-placement-group-id-idempotency.yml | 2 -- changelogs/fragments/ssh-key-force-argument.yml | 4 ---- 5 files changed, 31 insertions(+), 8 deletions(-) delete mode 100644 changelogs/fragments/returned-resource-ids.yml delete mode 100644 changelogs/fragments/server-placement-group-id-idempotency.yml delete mode 100644 changelogs/fragments/ssh-key-force-argument.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f910f16..64cb607 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,21 @@ Hetzner Cloud Ansible Collection Release Notes .. contents:: Topics +v5.1.0 +====== + +Minor Changes +------------- + +- ssh_key - Log a warning when the provided public key does not match one in the API. +- ssh_key - When the public key does not match the one in the API, allow recreating the SSH Key in the API using the ``force=true`` argument. + +Bugfixes +-------- + +- All returned resource IDs are now integers instead of strings. +- server - The ``placement_group`` argument now correctly handles placement group IDs during updates. + v5.0.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index ce111ab..b9f4ef4 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -654,3 +654,19 @@ releases: fragments: - remove-deprecated-argument-force_upgrade.yml release_date: '2025-05-21' + 5.1.0: + changes: + bugfixes: + - All returned resource IDs are now integers instead of strings. + - server - The ``placement_group`` argument now correctly handles placement + group IDs during updates. + minor_changes: + - ssh_key - Log a warning when the provided public key does not match one in + the API. + - ssh_key - When the public key does not match the one in the API, allow recreating + the SSH Key in the API using the ``force=true`` argument. + fragments: + - returned-resource-ids.yml + - server-placement-group-id-idempotency.yml + - ssh-key-force-argument.yml + release_date: '2025-06-11' diff --git a/changelogs/fragments/returned-resource-ids.yml b/changelogs/fragments/returned-resource-ids.yml deleted file mode 100644 index 5964a41..0000000 --- a/changelogs/fragments/returned-resource-ids.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - All returned resource IDs are now integers instead of strings. diff --git a/changelogs/fragments/server-placement-group-id-idempotency.yml b/changelogs/fragments/server-placement-group-id-idempotency.yml deleted file mode 100644 index 97dcec3..0000000 --- a/changelogs/fragments/server-placement-group-id-idempotency.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - server - The ``placement_group`` argument now correctly handles placement group IDs during updates. diff --git a/changelogs/fragments/ssh-key-force-argument.yml b/changelogs/fragments/ssh-key-force-argument.yml deleted file mode 100644 index c4a2f2a..0000000 --- a/changelogs/fragments/ssh-key-force-argument.yml +++ /dev/null @@ -1,4 +0,0 @@ -minor_changes: - - ssh_key - Log a warning when the provided public key does not match one in the API. - - ssh_key - When the public key does not match the one in the API, allow recreating the - SSH Key in the API using the ``force=true`` argument.