diff options
-rw-r--r-- | CHANGELOG | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 |