Skip to content
GitLab
Next
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GitLab.com
www-gitlab-com
Commits
f7f71668
Commit
f7f71668
authored
Oct 01, 2014
by
Marin Jankovski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 7.3.2
parent
27c830a7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
79 additions
and
10 deletions
+79
-10
source/_posts/2014-10-01-gitlab-7-dot-3-dot-2-released.markdown
.../_posts/2014-10-01-gitlab-7-dot-3-dot-2-released.markdown
+33
-0
source/downloads/archives/index.html
source/downloads/archives/index.html
+36
-0
source/downloads/index.html
source/downloads/index.html
+10
-10
No files found.
source/_posts/2014-10-01-gitlab-7-dot-3-dot-2-released.markdown
0 → 100644
View file @
f7f71668
---
layout
:
post
title
:
"
GitLab
7.3.2
released"
date
:
2014-10-01 13:30:15 +0200
comments
:
true
categories
:
author
:
Marin Jankovski
---
We have released GitLab Community Edition 7.3.2 that fixes two issues:
-
Fix bug when changes to post-receive worker was not dumped properly
-
Fix creating new file via web editor
GitLab Enterprise Edition 7.3.2 also includes the above mentioned fixes.
<!--more-->
Packages for GitLab Community Edition 7.3.2 have been released for Ubuntu 12.04, Ubuntu 14.04, Debian 7, CentOS 6.5, CentOS 7.
GitLab Enterprise Edition packages can be found in the subscribers repository.
## Upgrading
Omnibus-gitlab packages for GitLab 7.3.2 are
[
now
available
](
https://about.gitlab.com/downloads/
)
.
Be sure to do 'sudo gitlab-ctl stop nginx' before upgrading from 7.3.0.
To upgrade an installation
from source please use the
[
upgrader
](
http://doc.gitlab.com/ce/update/upgrader.html
)
or the
[
patch update
guide
](
http://doc.gitlab.com/ce/update/patch_versions.html
)
.
- - -
source/downloads/archives/index.html
View file @
f7f71668
...
...
@@ -25,6 +25,42 @@ title: GitLab CE Download Archives
</thead>
<tbody>
<!-- 7.3.2 -->
<tr>
<td><img
src=
"/images/ubuntu.png"
></td>
<td>
Ubuntu 12.04 LTS 64bit
</td>
<td><a
href=
"https://downloads-packages.s3.amazonaws.com/ubuntu-12.04/gitlab_7.3.2-omnibus-1_amd64.deb"
>
gitlab_7.3.2-omnibus-1_amd64.deb
</a></td>
<td>
a02ad3dd05607688b26736835f440db6
</td>
</tr>
<tr>
<td><img
src=
"/images/ubuntu.png"
></td>
<td>
Ubuntu 14.04 LTS 64bit
</td>
<td><a
href=
"https://downloads-packages.s3.amazonaws.com/ubuntu-14.04/gitlab_7.3.2-omnibus-1_amd64.deb"
>
gitlab_7.3.2-omnibus-1_amd64.deb
</a></td>
<td>
8d02844981d742511d8df6ae93a2885c
</td>
</tr>
<tr>
<td><img
src=
"/images/debian.png"
></td>
<td>
Debian 7 (Wheezy) 64bit
</td>
<td><a
href=
"https://downloads-packages.s3.amazonaws.com/debian-7.6/gitlab_7.3.2-omnibus-1_amd64.deb"
>
gitlab_7.3.2-omnibus-1_amd64.deb
</a></td>
<td>
cf27740c91a91069ea2775e22c8b0be7
</td>
</tr>
<tr>
<td><img
src=
"/images/centos.png"
></td>
<td>
CentOS 6.5 64bit (compatible with all Enterprise Linux 6.x distributions)
</td>
<td><a
href=
"https://downloads-packages.s3.amazonaws.com/centos-6.5/gitlab-7.3.2_omnibus-1.el6.x86_64.rpm"
>
gitlab-7.3.2_omnibus-1.el6.x86_64.rpm
</a></td>
<td>
8ed622dc1070e202b1123d1ce283e96f
</td>
</tr>
<tr>
<td><img
src=
"/images/centos.png"
></td>
<td>
CentOS 7.0 64bit (compatible with all Enterprise Linux 7.x distributions)
</td>
<td><a
href=
"https://downloads-packages.s3.amazonaws.com/centos-7.0.1406/gitlab-7.3.2_omnibus-1.el7.x86_64.rpm"
>
gitlab-7.3.2_omnibus-1.el7.x86_64.rpm
</a></td>
<td>
f218944e33cfabcac522a4384ae3ac0f
</td>
</tr>
<!-- 7.3.1 -->
<tr>
<td><img
src=
"/images/ubuntu.png"
></td>
...
...
source/downloads/index.html
View file @
f7f71668
...
...
@@ -4,38 +4,38 @@ title: Omnibus package downloads for GitLab CE
platforms:
- name: ubuntu1204
long_name: Ubuntu 12.04
download_command: wget https://downloads-packages.s3.amazonaws.com/ubuntu-12.04/gitlab_7.3.
1
-omnibus-1_amd64.deb
download_command: wget https://downloads-packages.s3.amazonaws.com/ubuntu-12.04/gitlab_7.3.
2
-omnibus-1_amd64.deb
install_commands: |
sudo apt-get install openssh-server
sudo apt-get install postfix # Select 'Internet Site', using sendmail instead also works, exim has problems
sudo dpkg -i gitlab_7.3.
1
-omnibus-1_amd64.deb
sudo dpkg -i gitlab_7.3.
2
-omnibus-1_amd64.deb
- name: ubuntu1404
long_name: Ubuntu 14.04
download_command: wget https://downloads-packages.s3.amazonaws.com/ubuntu-14.04/gitlab_7.3.
1
-omnibus-1_amd64.deb
download_command: wget https://downloads-packages.s3.amazonaws.com/ubuntu-14.04/gitlab_7.3.
2
-omnibus-1_amd64.deb
install_commands: |
sudo apt-get install openssh-server
sudo apt-get install postfix # Select 'Internet Site', using sendmail instead also works, exim has problems
sudo dpkg -i gitlab_7.3.
1
-omnibus-1_amd64.deb
sudo dpkg -i gitlab_7.3.
2
-omnibus-1_amd64.deb
- name: debian7
long_name: Debian 7
download_command: wget https://downloads-packages.s3.amazonaws.com/debian-7.6/gitlab_7.3.
1
-omnibus-1_amd64.deb
download_command: wget https://downloads-packages.s3.amazonaws.com/debian-7.6/gitlab_7.3.
2
-omnibus-1_amd64.deb
install_commands: |
sudo apt-get install openssh-server
sudo apt-get install postfix # Select 'Internet Site', using sendmail instead also works, exim has problems
sudo dpkg -i gitlab_7.3.
1
-omnibus-1_amd64.deb
sudo dpkg -i gitlab_7.3.
2
-omnibus-1_amd64.deb
- name: centos6
long_name: CentOS 6
download_command: curl -O https://downloads-packages.s3.amazonaws.com/centos-6.5/gitlab-7.3.
1
_omnibus-1.el6.x86_64.rpm
download_command: curl -O https://downloads-packages.s3.amazonaws.com/centos-6.5/gitlab-7.3.
2
_omnibus-1.el6.x86_64.rpm
install_commands: |
sudo yum install openssh-server
sudo yum install postfix
sudo service postfix start
sudo chkconfig postfix on
sudo rpm -i gitlab-7.3.
1
_omnibus-1.el6.x86_64.rpm
sudo rpm -i gitlab-7.3.
2
_omnibus-1.el6.x86_64.rpm
post_reconfigure: sudo lokkit -s http -s ssh # open up the firewall for HTTP and SSH requests
- name: centos7
long_name: CentOS 7
download_command: curl -O https://downloads-packages.s3.amazonaws.com/centos-7.0.1406/gitlab-7.3.
1
_omnibus-1.el7.x86_64.rpm
download_command: curl -O https://downloads-packages.s3.amazonaws.com/centos-7.0.1406/gitlab-7.3.
2
_omnibus-1.el7.x86_64.rpm
install_commands: |
sudo yum install openssh-server
sudo systemctl enable sshd
...
...
@@ -43,7 +43,7 @@ platforms:
sudo yum install postfix
sudo systemctl enable postfix
sudo systemctl start postfix
sudo rpm -i gitlab-7.3.
1
_omnibus-1.el7.x86_64.rpm
sudo rpm -i gitlab-7.3.
2
_omnibus-1.el7.x86_64.rpm
post_reconfigure: |
sudo firewall-cmd --permanent --add-service=http # open up the firewall for HTTP and SSH requests
sudo systemctl reload firewalld
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment