From 754a86543200ac226b6bf1614a6d9819b014e57e Mon Sep 17 00:00:00 2001
From: Igor Drozdov <idrozdov@gitlab.com>
Date: Sat, 21 May 2022 10:33:09 +0400
Subject: [PATCH] Update Gitlab Shell version to 14.6.0

- Exclude Gitaly unavailable error from error rate
- Downgrade auth EOF messages from warning to debug
- Display constistently in gitlab-sshd and gitlab-shell
- Downgrade host key mismatch messages from warning to debug
- Introduce a GitLab-SSHD server version during handshake
- Narrow supported kex algorithms

Changelog: changed
---
 GITLAB_SHELL_VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GITLAB_SHELL_VERSION b/GITLAB_SHELL_VERSION
index d18453764c3c2..df249f48ebce9 100644
--- a/GITLAB_SHELL_VERSION
+++ b/GITLAB_SHELL_VERSION
@@ -1 +1 @@
-14.5.0
+14.6.0
-- 
GitLab