Update CHANGELOG.md for 11.8.2

[ci skip]
This commit is contained in:
GitLab Release Tools Bot 2019-03-13 16:31:41 +00:00
parent 0f04d4b2b4
commit c7e6c8effc
7 changed files with 15 additions and 31 deletions

View file

@ -2,6 +2,21 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 11.8.2 (2019-03-13)
### Security (1 change)
- Fixed ability to see private groups by users not belonging to given group.
### Fixed (5 changes)
- Fix import_jid error on project import. !25239
- Properly handle multiple X-Forwarded-For addresses in runner IP. !25511
- Fix error when viewing group issue boards when user doesn't have explicit group permissions. !25524
- Fix method to mark a project repository as writable. !25546
- Allow project members to see private group if the project is in the group namespace.
## 11.8.0 (2019-02-22)
### Security (7 changes, 1 of them is from the community)

View file

@ -1,5 +0,0 @@
---
title: Fix import_jid error on project import
merge_request: 25239
author:
type: fixed

View file

@ -1,6 +0,0 @@
---
title: Fix error when viewing group issue boards when user doesn't have explicit group
permissions
merge_request: 25524
author:
type: fixed

View file

@ -1,5 +0,0 @@
---
title: Fix method to mark a project repository as writable
merge_request: 25546
author:
type: fixed

View file

@ -1,5 +0,0 @@
---
title: Allow project members to see private group if the project is in the group namespace
merge_request:
author:
type: fixed

View file

@ -1,5 +0,0 @@
---
title: Fixed ability to see private groups by users not belonging to given group
merge_request:
author:
type: security

View file

@ -1,5 +0,0 @@
---
title: Properly handle multiple X-Forwarded-For addresses in runner IP
merge_request: 25511
author:
type: fixed