Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-05-29 13:04:19 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-05-29 13:04:19 +0300
commit589c0d68c188079dd5fd463e70d0c93631086998 (patch)
tree959ce56424e88a333bbc1f16d2c8da8c79c85651
parent8413d92bb7a4bf47baf25651be0c41ad085af335 (diff)
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/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/patch-127.yml5
6 files changed, 14 insertions, 25 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 42db479eeb1..f10b2518b5f 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.1 (2020-05-27)
### Security (12 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/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/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