Skip to content
Snippets Groups Projects
Commit 29388055 authored by Sid Sijbrandij's avatar Sid Sijbrandij
Browse files

Merge branch 'master' of gitlab.com:gitlab-com/www-gitlab-com

parents 80f93474 c45dd42d
No related branches found
No related tags found
No related merge requests found
---
layout: post
title: "GitLab 7.8.2 Released"
date: 2015-03-04
comments: true
categories:
author: Marin Jankovski
---
Today we release GitLab 7.8.2 CE, EE and GitLab CI 7.8.2.
GitLab 7.8.2 CE fixes:
- Fix service migration issue when upgrading from versions prior to 7.3
- Fix setting of the default use project limit via admin UI
- Fix display of already imported projects for GitLab and Gitorious importers
- Fix response of push to repository to return "Not found" if user doesn't have access
- Fix check if user is allowed to view the file attachment
- Fix import check for case sensitive namespaces
In addition to the fixes in 7.8.2 CE, Enterprise Edition 7.8.2 contains the following fixes:
- Check if LDAP admin group exists before querying for user membership
- Remove duplicate settings link in admin section
GitLab 7.8.2 CI fixes:
- Fix email notifications for build failures
<!-- more -->
## Upgrade barometer
This upgrade doesn't contain database migrations when upgrading from 7.8.1. so it can be done without downtime.
## Upgrading
Omnibus-gitlab packages for GitLab 7.8.2 are [now available](https://about.gitlab.com/downloads/).
To upgrade a GitLab 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).
To upgrade a GitLab CI installation from source, please use the [upgrade guide](https://gitlab.com/gitlab-org/gitlab-ci/blob/master/doc/update/patch_versions.md).
## Enterprise Edition
Omnibus packages for GitLab Enterprise Edition 7.8.2 are available for subscribers [here](https://gitlab.com/subscribers/gitlab-ee/blob/master/doc/install/packages.md). For installations from source, use [this guide](https://gitlab.com/subscribers/gitlab-ee/blob/master/doc/update/patch_versions.md).
Interested in GitLab Enterprise Edition?
For an overview of feature exclusive to GitLab Enterprise Edition please have a look at the [features exclusive to GitLab EE](http://about.gitlab.com/features/#enterprise).
Access to GitLab Enterprise Edition is included with a [subscription](http://www.gitlab.com/subscription/).
No time to upgrade GitLab yourself?
A subscription also entitles to our upgrade and installation services.
Loading
Loading
@@ -25,6 +25,42 @@ title: GitLab CE Download Archives
</thead>
<tbody>
 
<!-- GitLab / CI 7.8.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.8.2-omnibus.1-1_amd64.deb">gitlab_7.8.2-omnibus.1-1_amd64.deb</a></td>
<td>9a91f9344b9cce376f6e620773d7607f9c42f93ac9b4ee4cbebfb3f2ce736cfc</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.8.2-omnibus.1-1_amd64.deb">gitlab_7.8.2-omnibus.1-1_amd64.deb</a></td>
<td>9e052536e2a76e61bbd16b4bff771cff560ab2ffe966c90bd85510d1849f9996</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.8/gitlab_7.8.2-omnibus.1-1_amd64.deb">gitlab_7.8.2-omnibus.1-1_amd64.deb</a></td>
<td>4eb7c4b1b4e22580488698b48748524f2f0dbba1873f52e3e606a838f48f6132</td>
</tr>
<tr>
<td><img src="/images/centos.png"></td>
<td>CentOS 6.6 64bit (compatible with all Enterprise Linux 6.x distributions)</td>
<td><a href="https://downloads-packages.s3.amazonaws.com/centos-6.6/gitlab-7.8.2_omnibus.1-1.el6.x86_64.rpm">gitlab-7.8.2_omnibus.1-1.el6.x86_64.rpm</a></td>
<td>dbf343fa18d4c64894996e0d906289ecb242f92cfe4c448ab8bdc87f84d4e4d3</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.8.2_omnibus.1-1.el7.x86_64.rpm">gitlab-7.8.2_omnibus.1-1.el7.x86_64.rpm</a></td>
<td>3fe237777fd1ea619b382ecbefc51244088b3b9606361e5735d25506800c4111</td>
</tr>
<!-- GitLab / CI 7.8.1 -->
<tr>
<td><img src="/images/ubuntu.png"></td>
Loading
Loading
@@ -1285,4 +1321,4 @@ title: GitLab CE Download Archives
</div>
</div>
</div>
</div>
\ No newline at end of file
</div>
Loading
Loading
@@ -8,34 +8,34 @@ extra_js:
platforms:
- name: ubuntu1204
long_name: Ubuntu 12.04
download_command: wget https://downloads-packages.s3.amazonaws.com/ubuntu-12.04/gitlab_7.8.1-omnibus-1_amd64.deb
download_command: wget https://downloads-packages.s3.amazonaws.com/ubuntu-12.04/gitlab_7.8.2-omnibus.1-1_amd64.deb
install_commands: |
sudo dpkg -i gitlab_7.8.1-omnibus-1_amd64.deb
sudo dpkg -i gitlab_7.8.2-omnibus.1-1_amd64.deb
dependency_commands: |
sudo apt-get install openssh-server
sudo apt-get install postfix
- name: ubuntu1404
long_name: Ubuntu 14.04
download_command: wget https://downloads-packages.s3.amazonaws.com/ubuntu-14.04/gitlab_7.8.1-omnibus-1_amd64.deb
download_command: wget https://downloads-packages.s3.amazonaws.com/ubuntu-14.04/gitlab_7.8.2-omnibus.1-1_amd64.deb
install_commands: |
sudo dpkg -i gitlab_7.8.1-omnibus-1_amd64.deb
sudo dpkg -i gitlab_7.8.2-omnibus.1-1_amd64.deb
dependency_commands: |
sudo apt-get install openssh-server
sudo apt-get install postfix
 
- name: debian7
long_name: Debian 7
download_command: wget https://downloads-packages.s3.amazonaws.com/debian-7.8/gitlab_7.8.1-omnibus-1_amd64.deb
download_command: wget https://downloads-packages.s3.amazonaws.com/debian-7.8/gitlab_7.8.2-omnibus.1-1_amd64.deb
install_commands: |
sudo dpkg -i gitlab_7.8.1-omnibus-1_amd64.deb
sudo dpkg -i gitlab_7.8.2-omnibus.1-1_amd64.deb
dependency_commands: |
sudo apt-get install openssh-server
sudo apt-get install postfix
- name: centos6
long_name: CentOS 6 (and RedHat/Oracle/Scientific Linux 6)
download_command: curl -O https://downloads-packages.s3.amazonaws.com/centos-6.6/gitlab-7.8.1_omnibus-1.el6.x86_64.rpm
download_command: curl -O https://downloads-packages.s3.amazonaws.com/centos-6.6/gitlab-7.8.2_omnibus.1-1.el6.x86_64.rpm
install_commands: |
sudo rpm -i gitlab-7.8.1_omnibus-1.el6.x86_64.rpm
sudo rpm -i gitlab-7.8.2_omnibus.1-1.el6.x86_64.rpm
dependency_commands: |
sudo yum install openssh-server
sudo yum install postfix
Loading
Loading
@@ -46,9 +46,9 @@ platforms:
firewall_open: sudo lokkit -s http -s ssh
- name: centos7
long_name: CentOS 7 (and RedHat/Oracle/Scientific Linux 7)
download_command: curl -O https://downloads-packages.s3.amazonaws.com/centos-7.0.1406/gitlab-7.8.1_omnibus-1.el7.x86_64.rpm
download_command: curl -O https://downloads-packages.s3.amazonaws.com/centos-7.0.1406/gitlab-7.8.2_omnibus.1-1.el7.x86_64.rpm
install_commands: |
sudo rpm -i gitlab-7.8.1_omnibus-1.el7.x86_64.rpm
sudo rpm -i gitlab-7.8.2_omnibus.1-1.el7.x86_64.rpm
dependency_commands: |
sudo yum install openssh-server
sudo systemctl enable sshd
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment