From 333f76ab664f610fb1c2cc6069c48a570791a792 Mon Sep 17 00:00:00 2001 From: GitLab Release Tools Bot Date: Thu, 25 Jun 2020 14:22:59 +0000 Subject: [PATCH] Update CHANGELOG.md for 13.0.7 [ci skip] --- CHANGELOG.md | 18 ++++++++++++++++++ ...p_auth_update_to_consider_shared_groups.yml | 5 ----- changelogs/unreleased/213923-add-range-var.yml | 5 ----- ...218823-wiki-base-path-relative-url-root.yml | 5 ----- .../220144-substitute-variables-in-alerts.yml | 5 ----- .../220148-fix-vsa-issue-summary-title.yml | 5 ----- ...d-instead-state-to-background-migration.yml | 5 ----- 7 files changed, 18 insertions(+), 30 deletions(-) delete mode 100644 changelogs/unreleased/208970-group_auth_update_to_consider_shared_groups.yml delete mode 100644 changelogs/unreleased/213923-add-range-var.yml delete mode 100644 changelogs/unreleased/218823-wiki-base-path-relative-url-root.yml delete mode 100644 changelogs/unreleased/220144-substitute-variables-in-alerts.yml delete mode 100644 changelogs/unreleased/220148-fix-vsa-issue-summary-title.yml delete mode 100644 changelogs/unreleased/osw-pass-state-id-instead-state-to-background-migration.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d416b5c117..a35ef1aa24b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/changelogs/unreleased/208970-group_auth_update_to_consider_shared_groups.yml b/changelogs/unreleased/208970-group_auth_update_to_consider_shared_groups.yml deleted file mode 100644 index 2947e9d261c..00000000000 --- a/changelogs/unreleased/208970-group_auth_update_to_consider_shared_groups.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Group authorization refresh to consider shared groups -merge_request: 31204 -author: -type: fixed diff --git a/changelogs/unreleased/213923-add-range-var.yml b/changelogs/unreleased/213923-add-range-var.yml deleted file mode 100644 index 71a1bc5e381..00000000000 --- a/changelogs/unreleased/213923-add-range-var.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Provide `__range` variable for Prometheus queries -merge_request: 33521 -author: -type: added diff --git a/changelogs/unreleased/218823-wiki-base-path-relative-url-root.yml b/changelogs/unreleased/218823-wiki-base-path-relative-url-root.yml deleted file mode 100644 index f48f7d11cca..00000000000 --- a/changelogs/unreleased/218823-wiki-base-path-relative-url-root.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix relative URL root in wiki_base_path -merge_request: 33841 -author: -type: fixed diff --git a/changelogs/unreleased/220144-substitute-variables-in-alerts.yml b/changelogs/unreleased/220144-substitute-variables-in-alerts.yml deleted file mode 100644 index b270feee3eb..00000000000 --- a/changelogs/unreleased/220144-substitute-variables-in-alerts.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix bug with variable substitution in alerts -merge_request: 33772 -author: -type: fixed diff --git a/changelogs/unreleased/220148-fix-vsa-issue-summary-title.yml b/changelogs/unreleased/220148-fix-vsa-issue-summary-title.yml deleted file mode 100644 index e6c409337ef..00000000000 --- a/changelogs/unreleased/220148-fix-vsa-issue-summary-title.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix Value Stream Analytics summary when using non-english locale -merge_request: 33717 -author: -type: fixed diff --git a/changelogs/unreleased/osw-pass-state-id-instead-state-to-background-migration.yml b/changelogs/unreleased/osw-pass-state-id-instead-state-to-background-migration.yml deleted file mode 100644 index 27e673437e7..00000000000 --- a/changelogs/unreleased/osw-pass-state-id-instead-state-to-background-migration.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Adjust wrong column reference for ResetMergeStatus (background job) -merge_request: 33899 -author: -type: fixed