diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-23 19:31:01 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-23 19:31:01 +0000 |
commit | 03979b4aaf060cae40934b2aade0bbe8a210e311 (patch) | |
tree | 4eaa5e611fc7fd7f29340ef80f71fdab282f2547 | |
parent | d41eebee3c1893b2090c23486b8c48b3f024e859 (diff) | |
download | gitlab-ce-03979b4aaf060cae40934b2aade0bbe8a210e311.tar.gz |
Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.1
-rw-r--r-- | CHANGELOG.md | 24 | ||||
-rw-r--r-- | GITALY_SERVER_VERSION | 2 | ||||
-rw-r--r-- | changelogs/unreleased/322198-fix-metrics-tab.yml | 5 | ||||
-rw-r--r-- | changelogs/unreleased/fix-email-participants-migration-version-number.yml | 6 | ||||
-rw-r--r-- | changelogs/unreleased/fix-keep-artifacts-project-setting.yml | 5 | ||||
-rw-r--r-- | changelogs/unreleased/lm-fix-authorization-lint.yml | 5 | ||||
-rw-r--r-- | changelogs/unreleased/psi-board-scroll.yml | 5 | ||||
-rw-r--r-- | changelogs/unreleased/puma_sigint.yml | 5 | ||||
-rw-r--r-- | changelogs/unreleased/reset_template_cache_key.yml | 5 | ||||
-rw-r--r-- | changelogs/unreleased/revert-fb45e290.yml | 5 | ||||
-rw-r--r-- | changelogs/unreleased/sh-fix-export-csv-service-nplusone.yml | 5 |
11 files changed, 25 insertions, 47 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 98636c47da4..1bd602f975d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 13.9.1 (2021-02-23) + +### Fixed (6 changes, 1 of them is from the community) + +- Send SIGINT instead of SIGQUIT to puma. !54446 (Jörg Behrmann @behrmann) +- Reset description template names cache key to reload an updated templates structure. !54614 +- Restore missing horizontal scrollbar on issue boards. !54634 +- Fix keep latest artifacts checkbox being always disabled. !54669 +- Fix Metric tab not showing up on operations page. !54736 +- Fix S3 object storage failing when endpoint is not specified. !54868 + +### Changed (1 change) + +- Updates authorization for linting endpoint. !54492 + +### Performance (1 change) + +- Fix N+1 SQL regression in exporting issues to CSV. !54287 + +### Other (1 change) + +- Fix creating the idx_on_issues_where_service_desk_reply_to_is_not_null index before the post migration. !54346 + + ## 13.9.0 (2021-02-22) ### Security (1 change) diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION index 5bbc0df26e1..f8b8809d011 100644 --- a/GITALY_SERVER_VERSION +++ b/GITALY_SERVER_VERSION @@ -1 +1 @@ -13.9.0
\ No newline at end of file +13.9.1
\ No newline at end of file diff --git a/changelogs/unreleased/322198-fix-metrics-tab.yml b/changelogs/unreleased/322198-fix-metrics-tab.yml deleted file mode 100644 index d7600177be7..00000000000 --- a/changelogs/unreleased/322198-fix-metrics-tab.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix Metric tab not showing up on operations page -merge_request: 54736 -author: -type: fixed diff --git a/changelogs/unreleased/fix-email-participants-migration-version-number.yml b/changelogs/unreleased/fix-email-participants-migration-version-number.yml deleted file mode 100644 index c0333716789..00000000000 --- a/changelogs/unreleased/fix-email-participants-migration-version-number.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Fix creating the idx_on_issues_where_service_desk_reply_to_is_not_null index - before the post migration -merge_request: 54346 -author: -type: other diff --git a/changelogs/unreleased/fix-keep-artifacts-project-setting.yml b/changelogs/unreleased/fix-keep-artifacts-project-setting.yml deleted file mode 100644 index dfff4cf73da..00000000000 --- a/changelogs/unreleased/fix-keep-artifacts-project-setting.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix keep latest artifacts checkbox being always disabled -merge_request: 54669 -author: -type: fixed diff --git a/changelogs/unreleased/lm-fix-authorization-lint.yml b/changelogs/unreleased/lm-fix-authorization-lint.yml deleted file mode 100644 index cca59b7b43e..00000000000 --- a/changelogs/unreleased/lm-fix-authorization-lint.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Updates authorization for linting endpoint -merge_request: 54492 -author: -type: changed diff --git a/changelogs/unreleased/psi-board-scroll.yml b/changelogs/unreleased/psi-board-scroll.yml deleted file mode 100644 index 3d68933b6f8..00000000000 --- a/changelogs/unreleased/psi-board-scroll.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Restore missing horizontal scrollbar on issue boards -merge_request: 54634 -author: -type: fixed diff --git a/changelogs/unreleased/puma_sigint.yml b/changelogs/unreleased/puma_sigint.yml deleted file mode 100644 index 9bc6fd856f1..00000000000 --- a/changelogs/unreleased/puma_sigint.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Send SIGINT instead of SIGQUIT to puma -merge_request: 54446 -author: Jörg Behrmann @behrmann -type: fixed diff --git a/changelogs/unreleased/reset_template_cache_key.yml b/changelogs/unreleased/reset_template_cache_key.yml deleted file mode 100644 index 7ee55542bae..00000000000 --- a/changelogs/unreleased/reset_template_cache_key.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Reset description template names cache key to reload an updated templates structure -merge_request: 54614 -author: -type: fixed diff --git a/changelogs/unreleased/revert-fb45e290.yml b/changelogs/unreleased/revert-fb45e290.yml deleted file mode 100644 index 79554e2a12d..00000000000 --- a/changelogs/unreleased/revert-fb45e290.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix S3 object storage failing when endpoint is not specified -merge_request: 54868 -author: -type: fixed diff --git a/changelogs/unreleased/sh-fix-export-csv-service-nplusone.yml b/changelogs/unreleased/sh-fix-export-csv-service-nplusone.yml deleted file mode 100644 index f1da7ec9682..00000000000 --- a/changelogs/unreleased/sh-fix-export-csv-service-nplusone.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix N+1 SQL regression in exporting issues to CSV -merge_request: 54287 -author: -type: performance |