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>2021-01-26 12:23:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-26 12:23:49 +0300
commit7248f8bff5a90f3ff570c368310c361e1f4e9092 (patch)
tree040d248145e50da973f10b3782f66bfaa36d1b9c
parent8d2b79a717f182d904bdf50bb51a52c6a4fcbf40 (diff)
Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.1
-rw-r--r--CHANGELOG.md9
-rw-r--r--GITALY_SERVER_VERSION2
-rw-r--r--changelogs/unreleased/dblessing_fix_ldap_server_config.yml5
-rw-r--r--changelogs/unreleased/mc-backstage-cleanup-artifact-expiry-migration-problem.yml5
-rw-r--r--changelogs/unreleased/sh-fix-lfs-aws-specific-storage.yml5
5 files changed, 10 insertions, 16 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47c32d5b032..b1ca8236840 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 13.8.1 (2021-01-26)
+
+### Fixed (3 changes)
+
+- Cancel artifact expiry backfill background jobs. !51821
+- Fix LFS not working with S3 specific-storage settings. !52296
+- Fix missing setting LDAP servers. !52512
+
+
## 13.8.0 (2021-01-22)
### Security (4 changes, 1 of them is from the community)
diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION
index 0ca4bb2a38b..c90a2e8b7db 100644
--- a/GITALY_SERVER_VERSION
+++ b/GITALY_SERVER_VERSION
@@ -1 +1 @@
-13.8.0 \ No newline at end of file
+13.8.1 \ No newline at end of file
diff --git a/changelogs/unreleased/dblessing_fix_ldap_server_config.yml b/changelogs/unreleased/dblessing_fix_ldap_server_config.yml
deleted file mode 100644
index 619d83c98f6..00000000000
--- a/changelogs/unreleased/dblessing_fix_ldap_server_config.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix missing setting LDAP servers
-merge_request: 52512
-author:
-type: fixed
diff --git a/changelogs/unreleased/mc-backstage-cleanup-artifact-expiry-migration-problem.yml b/changelogs/unreleased/mc-backstage-cleanup-artifact-expiry-migration-problem.yml
deleted file mode 100644
index bbe9a5bebfe..00000000000
--- a/changelogs/unreleased/mc-backstage-cleanup-artifact-expiry-migration-problem.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Cancel artifact expiry backfill background jobs.
-merge_request: 51821
-author:
-type: fixed
diff --git a/changelogs/unreleased/sh-fix-lfs-aws-specific-storage.yml b/changelogs/unreleased/sh-fix-lfs-aws-specific-storage.yml
deleted file mode 100644
index 064755d9116..00000000000
--- a/changelogs/unreleased/sh-fix-lfs-aws-specific-storage.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix LFS not working with S3 specific-storage settings
-merge_request: 52296
-author:
-type: fixed