Update CHANGELOG.md for 11.0.2

[ci skip]
This commit is contained in:
GitLab Release Tools Bot 2018-06-26 19:34:51 +00:00
parent ef64869333
commit a1bd243487
11 changed files with 22 additions and 50 deletions

View File

@ -2,6 +2,28 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 11.0.2 (2018-06-26)
### Fixed (8 changes, 1 of them is from the community)
- Serve favicon image always from the main GitLab domain to avoid issues with CORS. !19810 (Alexis Reigel)
- Specify chart version when installing applications on Clusters. !20010
- Fix invalid fuzzy translations being generated during installation. !20048
- Fix incremental rollouts for Auto DevOps. !20061
- Notify conflict for only open merge request. !20125
- Only load Omniauth if enabled. !20132
- Fix sorting by name on explore projects page. !20162
- Fix alert button styling so that they don't show up white.
### Performance (1 change)
- Remove performance bottleneck preventing large wiki pages from displaying. !20174
### Added (1 change)
- Add support for verifying remote uploads, artifacts, and LFS objects in check rake tasks. !19501
## 11.0.1 (2018-06-21)
### Security (5 changes)

View File

@ -1,5 +0,0 @@
---
title: Specify chart version when installing applications on Clusters
merge_request: 20010
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Remove performance bottleneck preventing large wiki pages from displaying
merge_request: 20174
author:
type: performance

View File

@ -1,5 +0,0 @@
---
title: Fix sorting by name on explore projects page
merge_request: 20162
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Only load Omniauth if enabled
merge_request: 20132
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Notify conflict for only open merge request
merge_request: 20125
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix invalid fuzzy translations being generated during installation
merge_request: 20048
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix incremental rollouts for Auto DevOps
merge_request: 20061
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix alert button styling so that they don't show up white
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Serve favicon image always from the main GitLab domain to avoid issues with CORS
merge_request: 19810
author: Alexis Reigel
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Add support for verifying remote uploads, artifacts, and LFS objects in check rake tasks
merge_request: 19501
author:
type: added