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

chore: add changelog fragment

This commit is contained in:
jo 2025-06-03 14:47:18 +02:00
parent 1c8f3cfe9d
commit aef827204a
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984

View file

@ -0,0 +1,4 @@
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.