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 5.1.0

This commit is contained in:
Hetzner Cloud Bot 2025-06-11 08:09:52 +00:00
parent 8104645539
commit 416f8c3b8a
4 changed files with 27 additions and 6 deletions

View file

@ -4,6 +4,20 @@ 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.
v5.0.1
======

View file

@ -654,3 +654,16 @@ 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.
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
- ssh-key-force-argument.yml
release_date: '2025-06-11'

View file

@ -1,2 +0,0 @@
bugfixes:
- All returned resource IDs are now integers instead of strings.

View file

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