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 Bot <gitlab-bot@gitlab.com>2020-11-04 00:19:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-04 00:19:46 +0300
commiteaa194f15e614301d6a513b493bf7b17af65c58d (patch)
treef6768ad66310a125a7c293f0e9bcb9ed9d493a8b
parent29f611b3aaefbab2c33c6c60d5902ad8677224b8 (diff)
Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.3
-rw-r--r--CHANGELOG.md13
-rw-r--r--GITALY_SERVER_VERSION2
-rw-r--r--changelogs/unreleased/271391-downgrade-vue-router.yml5
-rw-r--r--changelogs/unreleased/auto-deploy-1-0-7.yml5
-rw-r--r--changelogs/unreleased/diff-file-header-clipboard-btn-overflow.yml5
-rw-r--r--changelogs/unreleased/sh-pgbouncer-bpass-config.yml5
6 files changed, 14 insertions, 21 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c118d23fad..807db37bd47 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,19 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 13.5.3 (2020-11-03)
+
+### Fixed (3 changes)
+
+- Fix IDE issues with special characters. !46398
+- Ensure that copy to clipboard button is visible. !46466
+- Auto Deploy: fixes issues for fetching other charts from stable repo. !46531
+
+### Added (1 change)
+
+- Add environment variables to override backup/restore DB settings. !45855
+
+
## 13.5.2 (2020-11-02)
### Security (9 changes)
diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION
index a7a4a53384c..cd2c0e088c7 100644
--- a/GITALY_SERVER_VERSION
+++ b/GITALY_SERVER_VERSION
@@ -1 +1 @@
-13.5.2 \ No newline at end of file
+13.5.3 \ No newline at end of file
diff --git a/changelogs/unreleased/271391-downgrade-vue-router.yml b/changelogs/unreleased/271391-downgrade-vue-router.yml
deleted file mode 100644
index 37e371980cd..00000000000
--- a/changelogs/unreleased/271391-downgrade-vue-router.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix IDE issues with special characters
-merge_request: 46398
-author:
-type: fixed
diff --git a/changelogs/unreleased/auto-deploy-1-0-7.yml b/changelogs/unreleased/auto-deploy-1-0-7.yml
deleted file mode 100644
index 6bac06115ae..00000000000
--- a/changelogs/unreleased/auto-deploy-1-0-7.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: 'Auto Deploy: fixes issues for fetching other charts from stable repo'
-merge_request: 46531
-author:
-type: fixed
diff --git a/changelogs/unreleased/diff-file-header-clipboard-btn-overflow.yml b/changelogs/unreleased/diff-file-header-clipboard-btn-overflow.yml
deleted file mode 100644
index 9dfcd6201c8..00000000000
--- a/changelogs/unreleased/diff-file-header-clipboard-btn-overflow.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Ensure that copy to clipboard button is visible
-merge_request: 46466
-author:
-type: fixed
diff --git a/changelogs/unreleased/sh-pgbouncer-bpass-config.yml b/changelogs/unreleased/sh-pgbouncer-bpass-config.yml
deleted file mode 100644
index 5ca15b33163..00000000000
--- a/changelogs/unreleased/sh-pgbouncer-bpass-config.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add environment variables to override backup/restore DB settings
-merge_request: 45855
-author:
-type: added