diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-07-20 10:43:05 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-07-20 10:43:05 +0000 |
commit | 6d2769114322a5a14d0abb3be832166f41f70a5e (patch) | |
tree | f8dd725b1953d2f7985f096e8efe2cbf95720b66 | |
parent | 6beb7e26cc3058525847f675d46e847e8041fda4 (diff) | |
download | gitlab-ce-6d2769114322a5a14d0abb3be832166f41f70a5e.tar.gz |
Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.6
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-rw-r--r-- | GITALY_SERVER_VERSION | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 589115f5085..96f259848a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 14.0.6 (2021-07-20) + +### Fixed (4 changes) + +- [Fix validation method regarding MIME type keys](gitlab-org/gitlab@2cc6d89cc77368b9472c8ec22e97bb3481409fb3) ([merge request](gitlab-org/gitlab!66403)) +- [Geo: Fix snippet verification by replicating the HEAD ref](gitlab-org/gitlab@4dbf36af8553775603c170784ad8bfcdc436a669) ([merge request](gitlab-org/gitlab!66403)) **GitLab Enterprise Edition** +- [Fix LFS objects not downloading with Bitbucket](gitlab-org/gitlab@161776f9a4975dfeb2760b06e83160def902c61f) ([merge request](gitlab-org/gitlab!66403)) +- [Replace Excon with Faraday for requesting object storage](gitlab-org/gitlab@a223d526d5b97f248c8810ef0b968d2c3b0323e0) ([merge request](gitlab-org/gitlab!66403)) + ## 14.0.5 (2021-07-08) ### Fixed (4 changes) diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION index 6dbeddf9e31..85f5c201fcb 100644 --- a/GITALY_SERVER_VERSION +++ b/GITALY_SERVER_VERSION @@ -1 +1 @@ -14.0.5
\ No newline at end of file +14.0.6
\ No newline at end of file |