Commit 090ed21e authored by Jacob Vosmaer's avatar Jacob Vosmaer

Batch key import requires gitlab-shell 1.8.5

parent 779fa4a7
...@@ -21,7 +21,7 @@ v 6.7.0 ...@@ -21,7 +21,7 @@ v 6.7.0
- Reuse the GitLab LDAP connection within each request - Reuse the GitLab LDAP connection within each request
- Changed markdown new line behaviour to conform to markdown standards - Changed markdown new line behaviour to conform to markdown standards
- Fix global search - Fix global search
- Faster authorized_keys rebuilding in `rake gitlab:shell:setup` (requires gitlab-shell 1.8.4) - Faster authorized_keys rebuilding in `rake gitlab:shell:setup` (requires gitlab-shell 1.8.5)
v 6.6.2 v 6.6.2
- Fix 500 error on branch/tag create or remove via UI - Fix 500 error on branch/tag create or remove via UI
......
...@@ -727,7 +727,7 @@ namespace :gitlab do ...@@ -727,7 +727,7 @@ namespace :gitlab do
end end
def check_gitlab_shell def check_gitlab_shell
required_version = Gitlab::VersionInfo.new(1, 8, 4) required_version = Gitlab::VersionInfo.new(1, 8, 5)
current_version = Gitlab::VersionInfo.parse(gitlab_shell_version) current_version = Gitlab::VersionInfo.parse(gitlab_shell_version)
print "GitLab Shell version >= #{required_version} ? ... " print "GitLab Shell version >= #{required_version} ? ... "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment