upgrade to gitlab-ce 7.3.0

This commit is contained in:
Sameer Naik 2014-09-22 20:44:51 +05:30
parent 91f65059a0
commit b830895695
3 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# Changelog
**latest**
- upgrade to gitlab-ce 7.3.0
- added GITLAB_WEBHOOK_TIMEOUT configuration option
- upgrade to gitlab-ce 7.3.0.rc1
- upgrade to gitlab-shell 2.0.0
- removed internal redis server
- shutdown the container gracefully

View File

@ -1 +1 @@
7.3.0.rc1
7.3.0

View File

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