diff --git a/source/_posts/2014-10-01-gitlab-7-dot-3-dot-2-released.markdown b/source/_posts/2014-10-01-gitlab-7-dot-3-dot-2-released.markdown
new file mode 100644
index 0000000000000000000000000000000000000000..a7a6c71105e1db0957e1c8508eec3464892c634f
--- /dev/null
+++ b/source/_posts/2014-10-01-gitlab-7-dot-3-dot-2-released.markdown
@@ -0,0 +1,33 @@
+---
+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.
+
+
+
+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).
+
+- - -
diff --git a/source/downloads/archives/index.html b/source/downloads/archives/index.html
index a38fbc30a59ac742c06cff599ee2fd71552a8707..864d5bdc1f66e1a24cc417532e63f95aed5f9b22 100644
--- a/source/downloads/archives/index.html
+++ b/source/downloads/archives/index.html
@@ -25,6 +25,42 @@ title: GitLab CE Download Archives
+
+
+  |
+ Ubuntu 12.04 LTS 64bit |
+ gitlab_7.3.2-omnibus-1_amd64.deb |
+ a02ad3dd05607688b26736835f440db6 |
+
+
+
+  |
+ Ubuntu 14.04 LTS 64bit |
+ gitlab_7.3.2-omnibus-1_amd64.deb |
+ 8d02844981d742511d8df6ae93a2885c |
+
+
+
+  |
+ Debian 7 (Wheezy) 64bit |
+ gitlab_7.3.2-omnibus-1_amd64.deb |
+ cf27740c91a91069ea2775e22c8b0be7 |
+
+
+
+  |
+ CentOS 6.5 64bit (compatible with all Enterprise Linux 6.x distributions) |
+ gitlab-7.3.2_omnibus-1.el6.x86_64.rpm |
+ 8ed622dc1070e202b1123d1ce283e96f |
+
+
+
+  |
+ CentOS 7.0 64bit (compatible with all Enterprise Linux 7.x distributions) |
+ gitlab-7.3.2_omnibus-1.el7.x86_64.rpm |
+ f218944e33cfabcac522a4384ae3ac0f |
+
+
 |
diff --git a/source/downloads/index.html b/source/downloads/index.html
index d5deb39195ebf302929c4f02c945812f88f3ba85..a5a8a54fab10d8d4bbda1ab89b759b69e8fdc507 100644
--- a/source/downloads/index.html
+++ b/source/downloads/index.html
@@ -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