summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-06-04 15:16:49 +0000
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-06-04 15:16:49 +0000
commitce19df71ed004cd3b783ed57d79e3532a1781cb3 (patch)
tree3ad789c4e88ac190b634d07aa18461841ae7af4d
parent1d05bf08ffd8f822175c24ab69a500efc80af910 (diff)
downloadgitlab-ce-ce19df71ed004cd3b783ed57d79e3532a1781cb3.tar.gz
Update CHANGELOG.md for 13.0.5
[ci skip]
-rw-r--r--CHANGELOG.md14
-rw-r--r--changelogs/unreleased/219582-fix-ambiguous_string_concat_on_cleanup_projects_with_missing_names.yml5
-rw-r--r--changelogs/unreleased/fix-invalid-error-tracking-method.yml5
-rw-r--r--changelogs/unreleased/fj-fix-single-param-update.yml5
-rw-r--r--changelogs/unreleased/pl-alert-management-fix-multiple-issue-creation.yml5
-rw-r--r--changelogs/unreleased/update-workhorse-version-13-0-ee.yml5
6 files changed, 14 insertions, 25 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53920c6ecc7..ff38bca3ffa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,20 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 13.0.5 (2020-06-04)
+
+### Fixed (4 changes)
+
+- Fix NoMethodError by using the correct method to report exceptions to Sentry. !33260
+- Fix bug in snippets updating only file_name or content. !33375
+- Fix ambiguous string concatenation on CleanupProjectsWithMissingNamespace. !33497
+- Fix linking alerts to created issues for the Generic alerts intergration. !33647
+
+### Other (1 change)
+
+- Update GitLab Workhorse to v8.31.2. !33818
+
+
## 13.0.4 (2020-06-03)
### Security (1 change)
diff --git a/changelogs/unreleased/219582-fix-ambiguous_string_concat_on_cleanup_projects_with_missing_names.yml b/changelogs/unreleased/219582-fix-ambiguous_string_concat_on_cleanup_projects_with_missing_names.yml
deleted file mode 100644
index 4a4e268171e..00000000000
--- a/changelogs/unreleased/219582-fix-ambiguous_string_concat_on_cleanup_projects_with_missing_names.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix ambiguous string concatenation on CleanupProjectsWithMissingNamespace
-merge_request: 33497
-author:
-type: fixed
diff --git a/changelogs/unreleased/fix-invalid-error-tracking-method.yml b/changelogs/unreleased/fix-invalid-error-tracking-method.yml
deleted file mode 100644
index 90a49dcd8bd..00000000000
--- a/changelogs/unreleased/fix-invalid-error-tracking-method.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix NoMethodError by using the correct method to report exceptions to Sentry
-merge_request: 33260
-author:
-type: fixed
diff --git a/changelogs/unreleased/fj-fix-single-param-update.yml b/changelogs/unreleased/fj-fix-single-param-update.yml
deleted file mode 100644
index 8d5f9dd80d4..00000000000
--- a/changelogs/unreleased/fj-fix-single-param-update.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix bug in snippets updating only file_name or content
-merge_request: 33375
-author:
-type: fixed
diff --git a/changelogs/unreleased/pl-alert-management-fix-multiple-issue-creation.yml b/changelogs/unreleased/pl-alert-management-fix-multiple-issue-creation.yml
deleted file mode 100644
index a4837dd7df8..00000000000
--- a/changelogs/unreleased/pl-alert-management-fix-multiple-issue-creation.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix linking alerts to created issues for the Generic alerts intergration
-merge_request: 33647
-author:
-type: fixed
diff --git a/changelogs/unreleased/update-workhorse-version-13-0-ee.yml b/changelogs/unreleased/update-workhorse-version-13-0-ee.yml
deleted file mode 100644
index f48540627e3..00000000000
--- a/changelogs/unreleased/update-workhorse-version-13-0-ee.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Update GitLab Workhorse to v8.31.2
-merge_request: 33818
-author:
-type: other