From 20358459769a4fad29cd0a7173547f8f2e37eb32 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 19 Jul 2021 19:56:13 -0400 Subject: [PATCH] Add release note for previous commit This allows us to tag a release of nodepool. Change-Id: I164b7b34ca2dd0d1622b9cc223440b8c129b75ae Signed-off-by: Paul Belanger --- .../notes/ssh-protocol-banner-5ddbf9263a950b5c.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/ssh-protocol-banner-5ddbf9263a950b5c.yaml diff --git a/releasenotes/notes/ssh-protocol-banner-5ddbf9263a950b5c.yaml b/releasenotes/notes/ssh-protocol-banner-5ddbf9263a950b5c.yaml new file mode 100644 index 000000000..89d1233bc --- /dev/null +++ b/releasenotes/notes/ssh-protocol-banner-5ddbf9263a950b5c.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Fixes a regression in gathering public SSH host keys on slower nodes. We + now wait until SSHd on the remote node is started before gathering host + keys.