Skip to content

Commit 7101b22

Browse files
committed
Recommend gitlab-shell 1.7.9 in docs and check task
Signed-off-by: Dmitriy Zaporozhets <[email protected]>
1 parent 8ddb064 commit 7101b22

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

doc/install/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ GitLab Shell is an ssh access and repository management software developed speci
149149
cd gitlab-shell
150150

151151
# switch to right version
152-
sudo -u git -H git checkout v1.7.8
152+
sudo -u git -H git checkout v1.7.9
153153

154154
sudo -u git -H cp config.yml.example config.yml
155155

doc/update/5.1-to-5.4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sudo -u git -H git checkout 5-4-stable # Latest version of 5-4-stable addresses
3131
```bash
3232
cd /home/git/gitlab-shell
3333
sudo -u git -H git fetch
34-
sudo -u git -H git checkout v1.7.8 # Addresses multiple critical security vulnerabilities
34+
sudo -u git -H git checkout v1.7.9 # Addresses multiple critical security vulnerabilities
3535
```
3636

3737
### 4. Install libs, migrations, etc.

doc/update/5.1-to-6.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ sudo -u git -H git checkout 6-0-stable
4747
```bash
4848
cd /home/git/gitlab-shell
4949
sudo -u git -H git fetch
50-
sudo -u git -H git checkout v1.7.8
50+
sudo -u git -H git checkout v1.7.9
5151
```
5252

5353
### 4. Install additional packages

doc/update/5.3-to-5.4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sudo -u git -H git checkout 5-4-stable # Latest version of 5-4-stable addresses
3030
```bash
3131
cd /home/git/gitlab-shell
3232
sudo -u git -H git fetch
33-
sudo -u git -H git checkout v1.7.8 # Addresses multiple critical security vulnerabilities
33+
sudo -u git -H git checkout v1.7.9 # Addresses multiple critical security vulnerabilities
3434
```
3535

3636
### 4. Install libs, migrations, etc.

doc/update/5.4-to-6.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ sudo -u git -H git checkout 6-0-stable
4747
```bash
4848
cd /home/git/gitlab-shell
4949
sudo -u git -H git fetch
50-
sudo -u git -H git checkout v1.7.8
50+
sudo -u git -H git checkout v1.7.9
5151
```
5252

5353
### 4. Install additional packages

doc/update/6.0-to-6.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ sudo -u git -H git checkout 6-1-stable
3939
```bash
4040
cd /home/git/gitlab-shell
4141
sudo -u git -H git fetch
42-
sudo -u git -H git checkout v1.7.8
42+
sudo -u git -H git checkout v1.7.9
4343
```
4444

4545
### 4. Install libs, migrations, etc.

doc/update/6.0-to-6.2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ sudo apt-get install logrotate
4747
```bash
4848
cd /home/git/gitlab-shell
4949
sudo -u git -H git fetch
50-
sudo -u git -H git checkout v1.7.8 # Addresses multiple critical security vulnerabilities
50+
sudo -u git -H git checkout v1.7.9 # Addresses multiple critical security vulnerabilities
5151
```
5252

5353
### 5. Install libs, migrations, etc.

doc/update/6.1-to-6.2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sudo -u git -H git checkout 6-2-stable # Latest version of 6-2-stable addresses
3232
```bash
3333
cd /home/git/gitlab-shell
3434
sudo -u git -H git fetch
35-
sudo -u git -H git checkout v1.7.8 # Addresses multiple critical security vulnerabilities
35+
sudo -u git -H git checkout v1.7.9 # Addresses multiple critical security vulnerabilities
3636
```
3737

3838
### 4. Install additional packages

doc/update/patch_versions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sudo -u git -H git pull origin 6-2-stable
2626
```bash
2727
cd /home/git/gitlab-shell
2828
sudo -u git -H git fetch
29-
sudo -u git -H git checkout v1.7.8
29+
sudo -u git -H git checkout v1.7.9
3030
```
3131

3232
### 4. Install libs, migrations, etc.

lib/tasks/gitlab/check.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ namespace :gitlab do
736736
end
737737

738738
def check_gitlab_shell
739-
required_version = Gitlab::VersionInfo.new(1, 7, 8)
739+
required_version = Gitlab::VersionInfo.new(1, 7, 9)
740740
current_version = Gitlab::VersionInfo.parse(gitlab_shell_version)
741741

742742
print "GitLab Shell version >= #{required_version} ? ... "

0 commit comments

Comments
 (0)