From 0998ca1d3c2275a36d13df36d84b682c42284ae2 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Fri, 11 Apr 2014 00:53:55 +0530 Subject: [PATCH] upgrade to gitlab 6.7.4 --- Changelog.md | 3 ++- README.md | 4 ++-- assets/setup/install | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index cf5a753a..c59553c2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,7 @@ # Changelog -**latest** +**6.7.4** +- upgrade gitlab to 6.7.4 - added SMTP_AUTHENTICATION configuration option, defaults to :login. - added LDAP configuration options. diff --git a/README.md b/README.md index 8eda8c5e..e1d479d4 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Dockerfile to build a GitLab container image. ## Version -Current Version: 6.7.3 +Current Version: 6.7.4 # Hardware Requirements @@ -82,7 +82,7 @@ docker pull sameersbn/gitlab:latest Since version 6.3.0, the image builds are being tagged. You can now pull a particular version of gitlab by specifying the version number. For example, ``` -docker pull sameersbn/gitlab:6.7.3 +docker pull sameersbn/gitlab:6.7.4 ``` Alternately you can build the image yourself. diff --git a/assets/setup/install b/assets/setup/install index d2f2fc3a..f6b2e467 100755 --- a/assets/setup/install +++ b/assets/setup/install @@ -2,7 +2,7 @@ set -e -GITLAB_VERSION=6.7.3 +GITLAB_VERSION=6.7.4 SHELL_VERSION=1.9.1 # add git user