summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2021-08-25 15:53:05 +0000
committerNick Thomas <nick@gitlab.com>2021-08-25 15:53:05 +0000
commit81e580997d07a7a9d3dddbd42cbb39f305c63b8b (patch)
treece90155d3f37d73ec23ad6c60462b4eb2b9b3916
parenta83f8b31982222ad64b23a47ee6d092042cf9f1a (diff)
parent6db7be93aca274cf2235e24eec57b86a754b7fa9 (diff)
downloadgitlab-shell-81e580997d07a7a9d3dddbd42cbb39f305c63b8b.tar.gz
Merge branch 'release-13-21' into 'main'v13.21.0
Release v13.21.0 See merge request gitlab-org/gitlab-shell!512
-rw-r--r--CHANGELOG18
-rw-r--r--VERSION2
2 files changed, 19 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 54d9fc3..5927023 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,13 @@
+v13.21.0
+
+- Change default logging format to JSON !476
+- Shutdown sshd gracefully !484
+- Provide liveness and readiness probes !494
+- Add tracing instrumentation to http client !495
+- Log same correlation_id on auth keys check of ssh connections !501
+- fix: validate client cert paths exist on disk before proceeding !508
+- Modify regex to prevent partial matches
+
v13.20.0
- Remove bin/authorized_keys !491
@@ -6,6 +16,10 @@ v13.20.0
- Fix the Geo SSH push proxy hanging !487
- Standardize logging timestamp format !485
+v13.19.1
+
+- Modify regex to prevent partial matches
+
v13.19.0
- Don't finish the opentracing span early !466
@@ -13,6 +27,10 @@ v13.19.0
- Stop changing directory to the filesystem root !470
- Fix opentracing setup for gitlab-sshd !473
+v13.18.1
+
+- Modify regex to prevent partial matches
+
v13.18.0
- Fix thread-safety issues in gitlab-shell !463
diff --git a/VERSION b/VERSION
index 7fcd237..9dafbf9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.20.0
+13.21.0