Update CHANGELOG.md for 13.0.7

[ci skip]
This commit is contained in:
GitLab Release Tools Bot 2020-06-25 14:22:59 +00:00
parent 08d789003a
commit 333f76ab66
7 changed files with 18 additions and 30 deletions

View File

@ -16,6 +16,24 @@ entry.
- Periodically recompute project authorizations. !34071
## 13.0.7 (2020-06-25)
### Fixed (7 changes)
- Group authorization refresh to consider shared groups. !31204
- Fix Value Stream Analytics summary when using non-english locale. !33717
- Fix bug with variable substitution in alerts. !33772
- Fix relative URL root in wiki_base_path. !33841
- Adjust wrong column reference for ResetMergeStatus (background job). !33899
- Updated Auto DevOps with a fix to delete PostgreSQL PVC on environment cleanup. !34657
- Load user before logging git http-requests. !34923
### Added (2 changes)
- Provide `__range` variable for Prometheus queries. !33521
- Periodically recompute project authorizations. !34071
## 13.0.6 (2020-06-10)
- No changes.

View File

@ -1,5 +0,0 @@
---
title: Group authorization refresh to consider shared groups
merge_request: 31204
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Provide `__range` variable for Prometheus queries
merge_request: 33521
author:
type: added

View File

@ -1,5 +0,0 @@
---
title: Fix relative URL root in wiki_base_path
merge_request: 33841
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix bug with variable substitution in alerts
merge_request: 33772
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix Value Stream Analytics summary when using non-english locale
merge_request: 33717
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Adjust wrong column reference for ResetMergeStatus (background job)
merge_request: 33899
author:
type: fixed