diff options
author | Bob Van Landuyt <bob@vanlanduyt.co> | 2018-12-06 13:56:20 +0100 |
---|---|---|
committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2018-12-06 14:18:35 +0100 |
commit | 0e2c12541c71f8ede868f8ae5bf77d37f1eea5f6 (patch) | |
tree | ce6d0d731dbd502b6ed9428f4fe1faf8758d64ed /GITALY_SERVER_VERSION | |
parent | 39c769aee8af82cd755a4c666a22eb5d6bec808e (diff) | |
download | gitlab-ce-0e2c12541c71f8ede868f8ae5bf77d37f1eea5f6.tar.gz |
Bump the gitaly version to 1.7.0
Changelog from gitaly:
** v1.7.0
**** Added
- Add an RPC that allows repository size to be reduced by bulk-removing internal references
https://gitlab.com/gitlab-org/gitaly/merge_requests/990
** v1.6.0
**** Other
- Clean up invalid keep-around refs when performing housekeeping
https://gitlab.com/gitlab-org/gitaly/merge_requests/992
** v1.5.0
**** Added
- Add tls configuration to gitaly golang server
https://gitlab.com/gitlab-org/gitaly/merge_requests/932
**** Fixed
- Fix TLS client code on macOS
https://gitlab.com/gitlab-org/gitaly/merge_requests/994
**** Other
- Update to latest goimports formatting
https://gitlab.com/gitlab-org/gitaly/merge_requests/993
** v1.4.0
**** Added
- Link and Unlink RPCs
https://gitlab.com/gitlab-org/gitaly/merge_requests/986
** v1.3.0
*** Other
- Remove unused bridge_exceptions method
https://gitlab.com/gitlab-org/gitaly/merge_requests/987
- Clean up process documentation
https://gitlab.com/gitlab-org/gitaly/merge_requests/984
Diffstat (limited to 'GITALY_SERVER_VERSION')
-rw-r--r-- | GITALY_SERVER_VERSION | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION index 26aaba0e866..bd8bf882d06 100644 --- a/GITALY_SERVER_VERSION +++ b/GITALY_SERVER_VERSION @@ -1 +1 @@ -1.2.0 +1.7.0 |