From 69de2e933b66f1d97b05ffe3ea0078bd1630dc55 Mon Sep 17 00:00:00 2001
From: Nick Thomas <nick@gitlab.com>
Date: Tue, 20 Oct 2020 12:47:02 +0100
Subject: [PATCH] Update GitLab Shell to v13.11.0

This fixes a regression in the gl-id used for pre-receive hooks from
gitlab-shell, via gitaly, affecting deploy keys.
---
 GITLAB_SHELL_VERSION                                  | 2 +-
 changelogs/unreleased/update-gitlab-shell-13-11-0.yml | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 changelogs/unreleased/update-gitlab-shell-13-11-0.yml

diff --git a/GITLAB_SHELL_VERSION b/GITLAB_SHELL_VERSION
index c554e7e86520c..fbda4b8d751b9 100644
--- a/GITLAB_SHELL_VERSION
+++ b/GITLAB_SHELL_VERSION
@@ -1 +1 @@
-13.10.0
+13.11.0
diff --git a/changelogs/unreleased/update-gitlab-shell-13-11-0.yml b/changelogs/unreleased/update-gitlab-shell-13-11-0.yml
new file mode 100644
index 0000000000000..53dbd63b8cbcd
--- /dev/null
+++ b/changelogs/unreleased/update-gitlab-shell-13-11-0.yml
@@ -0,0 +1,5 @@
+---
+title: Update GitLab Shell to v13.11.0
+merge_request: 45660
+author:
+type: other
-- 
GitLab