diff --git a/changelogs/fragments/ssh-key-force-argument.yml b/changelogs/fragments/ssh-key-force-argument.yml new file mode 100644 index 0000000..c4a2f2a --- /dev/null +++ b/changelogs/fragments/ssh-key-force-argument.yml @@ -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.