summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <robert+release-tools@gitlab.com>2018-10-03 12:27:39 +0000
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2018-10-03 12:27:39 +0000
commite700324992b65778400e6544bb92d1ddc3f88373 (patch)
tree3d136bd5b5bf43941ed849e34d3cd3ee550de9de
parent6afcfb4e5c49985c191456f27d46422cffb0266c (diff)
downloadgitlab-ce-e700324992b65778400e6544bb92d1ddc3f88373.tar.gz
Update CHANGELOG.md for 11.3.2
[ci skip]
-rw-r--r--CHANGELOG.md14
-rw-r--r--changelogs/unreleased/51522-add-new-project-via-import-by-url-auto-populates-slug-but-not-project-name.yml5
-rw-r--r--changelogs/unreleased/51549-runners-table.yml5
-rw-r--r--changelogs/unreleased/51747-gitlab-com-unable-to-import-a-project-that-was-just-exported.yml5
-rw-r--r--changelogs/unreleased/51782-fix_rename_login_namespace_migration.yml5
-rw-r--r--changelogs/unreleased/sh-fix-forks-with-no-gravatar.yml5
6 files changed, 14 insertions, 25 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f28fc433e5c..ac8ec2eac51 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