From 5fd3c039d465ed5e658d68fbdf064f9eb67e4c70 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 17 Jan 2013 16:16:32 +0200 Subject: [PATCH] v2.0.0 --- CHANGELOG | 5 ++++- ROADMAP.md | 3 +-- VERSION | 2 +- doc/installation.md | 3 ++- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 66ecfd6f2..04d9a1a8e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,12 @@ -v1.3.0 +v2.0.0 - Replace resque with sidekiq + - Run only one build at time per project + - Added whenever for schedule jobs v1.2.0 - Added Github web hook support - Added build schedule + v1.1.0 - Added JSON response for builds status - Compatible with GitLab v4.0.0 diff --git a/ROADMAP.md b/ROADMAP.md index 1cd8e89dd..bb5f722c2 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -2,5 +2,4 @@ 1. Email notification 2. Authorization. 2 types of users (admin and user) -3. Support of GitHub integration -4. API +3. API diff --git a/VERSION b/VERSION index 8105b7074..227cea215 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0pre +2.0.0 diff --git a/doc/installation.md b/doc/installation.md index e2a4f6241..933b21375 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -46,7 +46,8 @@ Create a user for GitLab: sudo -u gitlab_ci -H git clone https://github.com/gitlabhq/gitlab-ci.git - sudo -u gitlab_ci -H + # Checkout preferable version + sudo -u gitlab_ci -H git checkout 2-0-stable ## 5. Setup application