From aef827204af8aeee43ee21e2f61240567266780a Mon Sep 17 00:00:00 2001 From: jo Date: Tue, 3 Jun 2025 14:47:18 +0200 Subject: [PATCH] chore: add changelog fragment --- changelogs/fragments/ssh-key-force-argument.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelogs/fragments/ssh-key-force-argument.yml 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.