diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b63284a4bf4cc10c47be06d3b023a82f5da2bac..b098440c50ba171d19e2395a9d49026bf38bc930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 10.6.4 (2018-04-09) + +### Fixed (9 changes, 1 of them is from the community) + +- Correct copy text for the promote milestone and label modals. !17726 +- Avoid validation errors when running the Pages domain verification service. !17992 +- Fix autolinking URLs containing ampersands. !18045 +- Fix exceptions raised when migrating pipeline stages in the background. !18076 +- Work around Prometheus Helm chart name changes to fix integration. !18206 (joshlambert) +- Don't show Jump to Discussion button on Issues. +- Fix data race between ObjectStorage background_upload and Pages publishing. +- Fix listing commit branch/tags that contain special characters. +- Fix 404 in group boards when moving issue between lists. + +### Performance (1 change) + +- Free open file descriptors and libgit2 buffers in UpdatePagesService. + + ## 10.6.3 (2018-04-03) ### Security (2 changes) diff --git a/changelogs/unreleased/43794-fix-domain-verification-validation-errors.yml b/changelogs/unreleased/43794-fix-domain-verification-validation-errors.yml deleted file mode 100644 index 861820c75387f42cdf7e266c6ffb47a6c1ba8dc3..0000000000000000000000000000000000000000 --- a/changelogs/unreleased/43794-fix-domain-verification-validation-errors.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Avoid validation errors when running the Pages domain verification service -merge_request: 17992 -author: -type: fixed diff --git a/changelogs/unreleased/44649-reference-parsing-conflicting-with-auto-linking.yml b/changelogs/unreleased/44649-reference-parsing-conflicting-with-auto-linking.yml deleted file mode 100644 index a64b0efa1edf7cc4f7f5fbae05dc945f56ff4a11..0000000000000000000000000000000000000000 --- a/changelogs/unreleased/44649-reference-parsing-conflicting-with-auto-linking.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix autolinking URLs containing ampersands -merge_request: 18045 -author: -type: fixed diff --git a/changelogs/unreleased/44717-no-resolve-issue.yml b/changelogs/unreleased/44717-no-resolve-issue.yml deleted file mode 100644 index ce23f4e6e9fa50ab45278222342045241b0db5fe..0000000000000000000000000000000000000000 --- a/changelogs/unreleased/44717-no-resolve-issue.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Don't show Jump to Discussion button on Issues -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/45070-prometheus-integration-via-kubernetes-is-broken.yml b/changelogs/unreleased/45070-prometheus-integration-via-kubernetes-is-broken.yml deleted file mode 100644 index 046785deb3fa6bbce1d34b4ca9a0c1958746b863..0000000000000000000000000000000000000000 --- a/changelogs/unreleased/45070-prometheus-integration-via-kubernetes-is-broken.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Work around Prometheus Helm chart name changes to fix integration -merge_request: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18206/ -author: joshlambert -type: fixed diff --git a/changelogs/unreleased/ac-fix-use_file-race.yml b/changelogs/unreleased/ac-fix-use_file-race.yml deleted file mode 100644 index f1315d5d50e9ba77393c23e1e1a64902f05026ba..0000000000000000000000000000000000000000 --- a/changelogs/unreleased/ac-fix-use_file-race.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix data race between ObjectStorage background_upload and Pages publishing -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/dm-refs-contains-sha-encoding.yml b/changelogs/unreleased/dm-refs-contains-sha-encoding.yml deleted file mode 100644 index cdd9ead5a65e82fb2136eab295226316c3ead8d8..0000000000000000000000000000000000000000 --- a/changelogs/unreleased/dm-refs-contains-sha-encoding.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix listing commit branch/tags that contain special characters -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/fix-gb-fix-background-pipeline-stages-migration.yml b/changelogs/unreleased/fix-gb-fix-background-pipeline-stages-migration.yml deleted file mode 100644 index 63948f0c1963b479cd4b4353630ee22f72a719a2..0000000000000000000000000000000000000000 --- a/changelogs/unreleased/fix-gb-fix-background-pipeline-stages-migration.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix exceptions raised when migrating pipeline stages in the background -merge_request: 18076 -author: -type: fixed diff --git a/changelogs/unreleased/issue_44551.yml b/changelogs/unreleased/issue_44551.yml deleted file mode 100644 index d5265667b007cfb4cb053d57ac7f6cb7002824fe..0000000000000000000000000000000000000000 --- a/changelogs/unreleased/issue_44551.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix 404 in group boards when moving issue between lists -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/jivl-change-copy-text-promote-milestones-labels.yml b/changelogs/unreleased/jivl-change-copy-text-promote-milestones-labels.yml deleted file mode 100644 index fb3095552d328fb4d30382dbe9696f6e6c276d3b..0000000000000000000000000000000000000000 --- a/changelogs/unreleased/jivl-change-copy-text-promote-milestones-labels.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Correct copy text for the promote milestone and label modals -merge_request: 17726 -author: -type: fixed diff --git a/changelogs/unreleased/sh-cleanup-pages-worker.yml b/changelogs/unreleased/sh-cleanup-pages-worker.yml deleted file mode 100644 index c26e1342dd28fa242fae25d14f9b1f06b50f0017..0000000000000000000000000000000000000000 --- a/changelogs/unreleased/sh-cleanup-pages-worker.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Free open file descriptors and libgit2 buffers in UpdatePagesService -merge_request: -author: -type: performance