diff options
-rw-r--r-- | .ruby-version | 2 | ||||
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | config.yml.example | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/.ruby-version b/.ruby-version index 57cf282..338a5b5 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.6.5 +2.6.6 @@ -1,3 +1,9 @@ +v13.3.0 +- Upgrade Ruby version to v2.6.6 !390 +- Use default puma socket in example config !388 +- Set client name when making requests to Gitaly !387 +- Fix race conditions with logrus testing !385 + v13.2.0 - Add HTTP status code to internal API logs !376 @@ -1 +1 @@ -13.2.0 +13.3.0 diff --git a/config.yml.example b/config.yml.example index 658839d..c2c1027 100644 --- a/config.yml.example +++ b/config.yml.example @@ -13,7 +13,7 @@ user: git # only listen on a Unix domain socket. For Unix domain sockets use # "http+unix://<urlquoted-path-to-socket>", e.g. # "http+unix://%2Fpath%2Fto%2Fsocket" -gitlab_url: "http://localhost:8080" +gitlab_url: "http+unix://%2Fhome%2Fgit%2Fgitlab%2Ftmp%2Fsockets%2Fgitlab-workhorse.socket" # See installation.md#using-https for additional HTTPS configuration details. http_settings: |