gitlab: upgrade to CE v.7.4.0

This commit is contained in:
Sameer Naik 2014-10-22 23:21:23 +05:30
parent fb2e0b2715
commit 51db93d366
2 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# Changelog
**latest**
- gitlab: upgrade to CE v.7.4.0
- config: added `LDAP_ACTIVE_DIRECTORY` configuration option
- gitlab: upgrade to CE v.7.4.0.rc1
- added SMTP_OPENSSL_VERIFY_MODE configuration option
- feature: gitlab logs volume
- automatically compile assets if relative_url is changed

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -e
GITLAB_VERSION=7.4.0.rc1
GITLAB_VERSION=7.4.0
GITLAB_SHELL_VERSION=2.0.1
GITLAB_INSTALL_DIR="/home/git/gitlab"