diff options
author | GitLab Release Tools Bot <robert+release-tools@gitlab.com> | 2018-10-03 12:27:40 +0000 |
---|---|---|
committer | GitLab Release Tools Bot <robert+release-tools@gitlab.com> | 2018-10-03 12:27:40 +0000 |
commit | 36898558600ff3e43c918eb3d96066934499b632 (patch) | |
tree | fdb4ffd1dd31a6cd210065d9b8f538ca4485fca2 | |
parent | 9117e14484d49bb06863addc7a8f8f7f2c8723ae (diff) | |
download | gitlab-ce-36898558600ff3e43c918eb3d96066934499b632.tar.gz |
Update CHANGELOG.md for 11.3.2
[ci skip]
6 files changed, 14 insertions, 25 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ab8599d99..be204a76645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 11.3.2 (2018-10-03) + +### Fixed (4 changes) + +- Fix NULL pipeline import problem and pipeline user mapping issue. !21875 +- Fix migration to avoid an exception during upgrade. !22055 +- Fixes admin runners table not wrapping content. +- Fix Error 500 when forking projects with Gravatar disabled. + +### Other (1 change) + +- Removes the 'required' attribute from the 'project name' field. !21770 + + ## 11.3.1 (2018-09-26) ### Security (6 changes) diff --git a/changelogs/unreleased/51522-add-new-project-via-import-by-url-auto-populates-slug-but-not-project-name.yml b/changelogs/unreleased/51522-add-new-project-via-import-by-url-auto-populates-slug-but-not-project-name.yml deleted file mode 100644 index 06b7c9c7b34..00000000000 --- a/changelogs/unreleased/51522-add-new-project-via-import-by-url-auto-populates-slug-but-not-project-name.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Removes the 'required' attribute from the 'project name' field -merge_request: 21770 -author: -type: other diff --git a/changelogs/unreleased/51549-runners-table.yml b/changelogs/unreleased/51549-runners-table.yml deleted file mode 100644 index fe36bfc1b30..00000000000 --- a/changelogs/unreleased/51549-runners-table.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fixes admin runners table not wrapping content -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/51747-gitlab-com-unable-to-import-a-project-that-was-just-exported.yml b/changelogs/unreleased/51747-gitlab-com-unable-to-import-a-project-that-was-just-exported.yml deleted file mode 100644 index 29f7fd872bc..00000000000 --- a/changelogs/unreleased/51747-gitlab-com-unable-to-import-a-project-that-was-just-exported.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix NULL pipeline import problem and pipeline user mapping issue -merge_request: 21875 -author: -type: fixed diff --git a/changelogs/unreleased/51782-fix_rename_login_namespace_migration.yml b/changelogs/unreleased/51782-fix_rename_login_namespace_migration.yml deleted file mode 100644 index 692edb5ded4..00000000000 --- a/changelogs/unreleased/51782-fix_rename_login_namespace_migration.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix migration to avoid an exception during upgrade -merge_request: 22055 -author: -type: fixed diff --git a/changelogs/unreleased/sh-fix-forks-with-no-gravatar.yml b/changelogs/unreleased/sh-fix-forks-with-no-gravatar.yml deleted file mode 100644 index f18e6207b87..00000000000 --- a/changelogs/unreleased/sh-fix-forks-with-no-gravatar.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix Error 500 when forking projects with Gravatar disabled -merge_request: -author: -type: fixed |