summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-05-29 10:04:18 +0000
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-05-29 10:04:18 +0000
commit862563193872ed55ec500066d8438e6f036790b6 (patch)
treea42b2bcddc71f50b6fca3f13ec0a231739bc15e2
parent7b48479e8bffbf02c0cb832e5b344d3e5f87a822 (diff)
downloadgitlab-ce-862563193872ed55ec500066d8438e6f036790b6.tar.gz
Update CHANGELOG.md for 13.0.3
[ci skip]
-rw-r--r--CHANGELOG.md14
-rw-r--r--changelogs/unreleased/218312-change-variables-parameter-format.yml5
-rw-r--r--changelogs/unreleased/218557-geo-design-thumbnails-are-not-replicated.yml5
-rw-r--r--changelogs/unreleased/218745-single-issue-api-performance-regression-degraded-by-8000ms-after-u.yml5
-rw-r--r--changelogs/unreleased/219323-no-event-fired-at-clicking-close-issue-button-in-issue-page.yml5
-rw-r--r--changelogs/unreleased/allow-manual-incremental-rollout-jobs-to-fail.yml5
-rw-r--r--changelogs/unreleased/dmishunov-fix-project-snippet-redirect.yml5
-rw-r--r--changelogs/unreleased/patch-127.yml5
-rw-r--r--changelogs/unreleased/sh-fix-artifacts-download-404.yml5
9 files changed, 14 insertions, 40 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 69804921eb0..1356338f635 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.3 (2020-05-29)
+
+### Fixed (8 changes, 1 of them is from the community)
+
+- Fixed redirection to project snippets. !32530
+- Fix Geo replication for design thumbnails. !32703
+- Fix 404s downloading build artifacts. !32741
+- Fix Auto DevOps manual rollout jobs not being allowed to fail. !32865
+- Update deprecated routes in irker integration. !32923 (Marc Jeanmougin)
+- Change format of variables parameter in Prometheus proxy API for metrics dashboard. !33062
+- Fix issue and MR API performance regression when Markdown cache is stale. !33235
+- Fix close issue when user created the issue. !33294
+
+
## 13.0.2 (2020-05-28)
- No changes.
diff --git a/changelogs/unreleased/218312-change-variables-parameter-format.yml b/changelogs/unreleased/218312-change-variables-parameter-format.yml
deleted file mode 100644
index 352248bbfc5..00000000000
--- a/changelogs/unreleased/218312-change-variables-parameter-format.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Change format of variables parameter in Prometheus proxy API for metrics dashboard
-merge_request: 33062
-author:
-type: fixed
diff --git a/changelogs/unreleased/218557-geo-design-thumbnails-are-not-replicated.yml b/changelogs/unreleased/218557-geo-design-thumbnails-are-not-replicated.yml
deleted file mode 100644
index 73ebbb06630..00000000000
--- a/changelogs/unreleased/218557-geo-design-thumbnails-are-not-replicated.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix Geo replication for design thumbnails
-merge_request: 32703
-author:
-type: fixed
diff --git a/changelogs/unreleased/218745-single-issue-api-performance-regression-degraded-by-8000ms-after-u.yml b/changelogs/unreleased/218745-single-issue-api-performance-regression-degraded-by-8000ms-after-u.yml
deleted file mode 100644
index dafb281b779..00000000000
--- a/changelogs/unreleased/218745-single-issue-api-performance-regression-degraded-by-8000ms-after-u.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix issue and MR API performance regression when Markdown cache is stale
-merge_request: 33235
-author:
-type: fixed
diff --git a/changelogs/unreleased/219323-no-event-fired-at-clicking-close-issue-button-in-issue-page.yml b/changelogs/unreleased/219323-no-event-fired-at-clicking-close-issue-button-in-issue-page.yml
deleted file mode 100644
index 8bad64fdac4..00000000000
--- a/changelogs/unreleased/219323-no-event-fired-at-clicking-close-issue-button-in-issue-page.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix close issue when user created the issue
-merge_request: 33294
-author:
-type: fixed
diff --git a/changelogs/unreleased/allow-manual-incremental-rollout-jobs-to-fail.yml b/changelogs/unreleased/allow-manual-incremental-rollout-jobs-to-fail.yml
deleted file mode 100644
index 4cbea1cf756..00000000000
--- a/changelogs/unreleased/allow-manual-incremental-rollout-jobs-to-fail.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix Auto DevOps manual rollout jobs not being allowed to fail
-merge_request: 32865
-author:
-type: fixed
diff --git a/changelogs/unreleased/dmishunov-fix-project-snippet-redirect.yml b/changelogs/unreleased/dmishunov-fix-project-snippet-redirect.yml
deleted file mode 100644
index 58c089f2eb0..00000000000
--- a/changelogs/unreleased/dmishunov-fix-project-snippet-redirect.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fixed redirection to project snippets
-merge_request: 32530
-author:
-type: fixed
diff --git a/changelogs/unreleased/patch-127.yml b/changelogs/unreleased/patch-127.yml
deleted file mode 100644
index 57d48ac347d..00000000000
--- a/changelogs/unreleased/patch-127.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Update deprecated routes in irker integration
-merge_request: 32923
-author: Marc Jeanmougin
-type: fixed
diff --git a/changelogs/unreleased/sh-fix-artifacts-download-404.yml b/changelogs/unreleased/sh-fix-artifacts-download-404.yml
deleted file mode 100644
index 37615394344..00000000000
--- a/changelogs/unreleased/sh-fix-artifacts-download-404.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix 404s downloading build artifacts
-merge_request: 32741
-author:
-type: fixed