summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsh McKenzie <amckenzie@gitlab.com>2021-11-15 15:58:34 +1100
committerAsh McKenzie <amckenzie@gitlab.com>2021-11-15 15:58:34 +1100
commitf733ba4b6b074753fe8dfe57beb9e68ef95de25c (patch)
treeb0f851d51851cb4b597aa531919ca1faf964af6e
parente4bb9f0de426d53ccfd7c7871c85e4937bd49cdb (diff)
downloadgitlab-shell-f733ba4b6b074753fe8dfe57beb9e68ef95de25c.tar.gz
Release v13.22.0
-rw-r--r--CHANGELOG19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 76fecb3..054efcd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,22 @@
+v13.22.0
+
+- Relax key and username matching for sshd !540
+- Add logging to handler/exec.go and config/config.go !539
+- Improve logging for non-git commands !538
+- Update to Go v1.16.9 !537
+- Reject non-proxied connections when proxy protocol is enabled !536
+- Log command invocation !535
+- Fix logging channel type !534
+- Resolve an error-swallowing issue !533
+- Add more logging to gitlab-sshd !531
+- Respect log-level configuration again !530
+- Improve err message given when Gitaly unavailable !526
+- makefile: properly escape '$' in VERSION_STRING !525
+- Add context fields to logging !524
+- Extract server config related code out of sshd.go !523
+- Add TestInvalidClientConfig and TestNewServerWithoutHosts for sshd.go !518
+- Update Ruby version to 2.7.4 and add Go version 1.16.8 for tooling !517
+
v13.21.1
- Only validate SSL cert file exists if a value is supplied !527