diff options
author | Nick Thomas <nick@gitlab.com> | 2021-06-04 11:25:14 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2021-06-04 11:25:14 +0000 |
commit | e01ebb3bfa7afc0d2f26dd2f4bbadce56f325722 (patch) | |
tree | 7d3f2da05c73784b201770b4b180b8f7d1893236 | |
parent | 5bd2d98eaf39373a12d560de01bd23b6581560e2 (diff) | |
parent | 9213a7e8573c487adbd240906e7c91443a05ce11 (diff) | |
download | gitlab-shell-e01ebb3bfa7afc0d2f26dd2f4bbadce56f325722.tar.gz |
Merge branch 'release-13-19-0' into 'main'v13.19.0
Release v13.19.0
See merge request gitlab-org/gitlab-shell!482
-rw-r--r-- | CHANGELOG | 7 | ||||
-rw-r--r-- | VERSION | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +v13.19.0 + +- Don't finish the opentracing span early !466 +- gitlab-sshd: Respect the ssl_cert_dir config !467 +- Stop changing directory to the filesystem root !470 +- Fix opentracing setup for gitlab-sshd !473 + v13.18.0 - Fix thread-safety issues in gitlab-shell !463 @@ -1 +1 @@ -13.18.0 +13.19.0 |