diff options
author | Mayra Cabrera <mcabrera@gitlab.com> | 2018-05-02 16:36:13 -0500 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2018-05-02 16:36:13 -0500 |
commit | 8bf030722dee9904e9b29bfd14c0099be9179b92 (patch) | |
tree | fab2c06277947985296c1a44b5550d5fb65c2a4d | |
parent | 6b93fafb565ad340336506be1074fc7867c3da26 (diff) | |
download | gitlab-ce-8bf030722dee9904e9b29bfd14c0099be9179b92.tar.gz |
Update CHANGELOG.md for 10.7.3
[ci skip]
9 files changed, 14 insertions, 40 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e7db98858e8..29047c3ad65 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 80b5b4a8abe..00000000000 --- 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 22a839cef56..00000000000 --- 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 66ab8fbf884..00000000000 --- 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 83ee6d953e4..00000000000 --- 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 9f057c67122..00000000000 --- 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 7e97f245e66..00000000000 --- 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 a350568d04b..00000000000 --- 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 b47bdf4a28d..00000000000 --- 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 |