summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsh McKenzie <amckenzie@gitlab.com>2021-11-12 14:55:09 +1100
committerAsh McKenzie <amckenzie@gitlab.com>2021-11-12 15:41:13 +1100
commitfabc37383230d3e7f579032472c4941d2204faa1 (patch)
treec87a1b93866eab0b9b50d21c2502e7d3cce838fe
parent0ff9b71545e64766a47b1297a4525ab22552e3e4 (diff)
downloadgitlab-shell-ashmckenzie/13-22-release.tar.gz
-rw-r--r--CHANGELOG28
-rw-r--r--VERSION2
2 files changed, 29 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5927023..3cee41e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,31 @@
+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
+- Only validate SSL cert file exists if a value is supplied !527
+- 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
+- Switch to labkit for logging system setup !504
+- Remove some unreliable tests !503
+- Make gofmt check fail if there are any matching files !500
+- Update go-proxyproto to v0.6.0 !499
+- Switch to labkit/log for logging functionality !498
+- Unit tests for internal/sshd/connection.go !497
+- Prometheus metrics for HTTP requests !496
+- Refactor testhelper.PrepareTestRootDir using t.Cleanup !493
+
v13.21.0
- Change default logging format to JSON !476
diff --git a/VERSION b/VERSION
index 9dafbf9..70ca854 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.21.0
+13.22.0