diff options
author | Rémy Coutable <remy@rymai.me> | 2016-11-04 20:24:30 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-11-04 20:24:30 +0000 |
commit | 14419ef5446516518dc6fd50d5d8f2bb2748b73e (patch) | |
tree | 9504995e03eb0e23d48205f8ec8a7d19a3fe1d87 | |
parent | 1dfe10d3dac53a58d7e4a4e115cec9ee58f9cd2b (diff) | |
parent | d72103299df312185e33aca94d58d46d626bd28e (diff) | |
download | gitlab-ce-14419ef5446516518dc6fd50d5d8f2bb2748b73e.tar.gz |
Merge branch 'gitlab-workhorse-1.0.0' into 'master'
Update GitLab Workhorse to v1.0.0, improving error handling
This is an update to v1.0.0 - which does not signify any breaking changes, but is merely in accordance with http://semver.org/#how-do-i-know-when-to-release-100
See merge request !7289
-rw-r--r-- | GITLAB_WORKHORSE_VERSION | 2 | ||||
-rw-r--r-- | doc/install/installation.md | 2 | ||||
-rw-r--r-- | doc/update/8.13-to-8.14.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/GITLAB_WORKHORSE_VERSION b/GITLAB_WORKHORSE_VERSION index 7ada0d303f3..3eefcb9dd5b 100644 --- a/GITLAB_WORKHORSE_VERSION +++ b/GITLAB_WORKHORSE_VERSION @@ -1 +1 @@ -0.8.5 +1.0.0 diff --git a/doc/install/installation.md b/doc/install/installation.md index 7e947e4b2ba..b5e2640b380 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -403,7 +403,7 @@ If you are not using Linux you may have to run `gmake` instead of cd /home/git sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git cd gitlab-workhorse - sudo -u git -H git checkout v0.8.5 + sudo -u git -H git checkout v1.0.0 sudo -u git -H make ### Initialize Database and Activate Advanced Features diff --git a/doc/update/8.13-to-8.14.md b/doc/update/8.13-to-8.14.md index 787511fd6cf..46ea19d11d0 100644 --- a/doc/update/8.13-to-8.14.md +++ b/doc/update/8.13-to-8.14.md @@ -84,7 +84,7 @@ GitLab 8.1. ```bash cd /home/git/gitlab-workhorse sudo -u git -H git fetch --all -sudo -u git -H git checkout v0.8.5 +sudo -u git -H git checkout v1.0.0 sudo -u git -H make ``` |