Update CHANGELOG.md for 13.0.7
[ci skip]
This commit is contained in:
parent
08d789003a
commit
333f76ab66
7 changed files with 18 additions and 30 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -16,6 +16,24 @@ entry.
|
||||||
- Periodically recompute project authorizations. !34071
|
- 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)
|
## 13.0.6 (2020-06-10)
|
||||||
|
|
||||||
- No changes.
|
- No changes.
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
title: Group authorization refresh to consider shared groups
|
|
||||||
merge_request: 31204
|
|
||||||
author:
|
|
||||||
type: fixed
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
title: Provide `__range` variable for Prometheus queries
|
|
||||||
merge_request: 33521
|
|
||||||
author:
|
|
||||||
type: added
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
title: Fix relative URL root in wiki_base_path
|
|
||||||
merge_request: 33841
|
|
||||||
author:
|
|
||||||
type: fixed
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
title: Fix bug with variable substitution in alerts
|
|
||||||
merge_request: 33772
|
|
||||||
author:
|
|
||||||
type: fixed
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
title: Fix Value Stream Analytics summary when using non-english locale
|
|
||||||
merge_request: 33717
|
|
||||||
author:
|
|
||||||
type: fixed
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
title: Adjust wrong column reference for ResetMergeStatus (background job)
|
|
||||||
merge_request: 33899
|
|
||||||
author:
|
|
||||||
type: fixed
|
|
Loading…
Reference in a new issue