diff --git a/CHANGELOG.md b/CHANGELOG.md index e7db98858e88f4e6a248c2bfc803510f6c88582b..29047c3ad65bb10e5464d74c2390a5fda495d700 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 10.7.3 (2018-05-02) + +### Fixed (8 changes) + +- Fixed wrong avatar URL when the avatar is on object storage. !18092 +- Fix errors on pushing to an empty repository. !18462 +- Update doorkeeper to 4.3.2 to fix GitLab OAuth authentication. !18543 +- Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suite. !18580 +- Fix redirection error for applications using OpenID. !18599 +- Fix commit trailer rendering when Gravatar is disabled. +- Fix file_store for artifacts and lfs when saving. +- Fix users not seeing labels from private groups when being a member of a child project. + + ## 10.7.2 (2018-04-25) ### Security (2 changes) diff --git a/changelogs/unreleased/44775-avatar-on-os-fails-with-cdn.yml b/changelogs/unreleased/44775-avatar-on-os-fails-with-cdn.yml deleted file mode 100644 index 80b5b4a8abe5f6ae2038a9bb0f8419de8d69e02d..0000000000000000000000000000000000000000 --- a/changelogs/unreleased/44775-avatar-on-os-fails-with-cdn.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fixed wrong avatar URL when the avatar is on object storage. -merge_request: 18092 -author: -type: fixed diff --git a/changelogs/unreleased/add-jwt-strategy-to-gitlab-suite.yml b/changelogs/unreleased/add-jwt-strategy-to-gitlab-suite.yml deleted file mode 100644 index 22a839cef56fb2d9ee58480f0abecc5c62d38539..0000000000000000000000000000000000000000 --- a/changelogs/unreleased/add-jwt-strategy-to-gitlab-suite.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suite -merge_request: 18580 -author: -type: fixed diff --git a/changelogs/unreleased/bvl-fix-maintainer-push-error.yml b/changelogs/unreleased/bvl-fix-maintainer-push-error.yml deleted file mode 100644 index 66ab8fbf884bc32614c97909f3ede597217455b0..0000000000000000000000000000000000000000 --- a/changelogs/unreleased/bvl-fix-maintainer-push-error.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix errors on pushing to an empty repository -merge_request: 18462 -author: -type: fixed diff --git a/changelogs/unreleased/bvl-fix-openid-redirect.yml b/changelogs/unreleased/bvl-fix-openid-redirect.yml deleted file mode 100644 index 83ee6d953e49f04bfda938180331fb3c9fcf6180..0000000000000000000000000000000000000000 --- a/changelogs/unreleased/bvl-fix-openid-redirect.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix redirection error for applications using OpenID -merge_request: 18599 -author: -type: fixed diff --git a/changelogs/unreleased/dm-commit-trailer-without-gravatar.yml b/changelogs/unreleased/dm-commit-trailer-without-gravatar.yml deleted file mode 100644 index 9f057c67122dd336e02b7b452eb61d728ed17992..0000000000000000000000000000000000000000 --- a/changelogs/unreleased/dm-commit-trailer-without-gravatar.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix commit trailer rendering when Gravatar is disabled -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/fix-file-store-artifacts-and-lfs.yml b/changelogs/unreleased/fix-file-store-artifacts-and-lfs.yml deleted file mode 100644 index 7e97f245e666b897ba874383ddf8a2ea76421cc5..0000000000000000000000000000000000000000 --- a/changelogs/unreleased/fix-file-store-artifacts-and-lfs.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix file_store for artifacts and lfs when saving -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/issue_45463.yml b/changelogs/unreleased/issue_45463.yml deleted file mode 100644 index a350568d04b9894f17e759fbca35de136991c188..0000000000000000000000000000000000000000 --- a/changelogs/unreleased/issue_45463.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix users not seeing labels from private groups when being a member of a child project -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/update-doorkeeper-changelog.yml b/changelogs/unreleased/update-doorkeeper-changelog.yml deleted file mode 100644 index b47bdf4a28da7e685432c78cff431a9462449b66..0000000000000000000000000000000000000000 --- a/changelogs/unreleased/update-doorkeeper-changelog.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Update doorkeeper to 4.3.2 to fix GitLab OAuth authentication -merge_request: 18543 -author: -type: fixed