/sites/uncategorized/source/releases/posts/2018-05-03-gitlab-10-7-3-released.html.md

https://gitlab.com/syedahmedz1/www-gitlab-com · Markdown · 60 lines · 43 code · 17 blank · 0 comment · 0 complexity · 43361a869431f31b54570c89ad926d47 MD5 · raw file

  1. ---
  2. title: "GitLab Patch Release: 10.7.3"
  3. categories: releases
  4. author: Filipa Lacerda
  5. author_gitlab: filipa
  6. author_twitter: FilipaLacerda
  7. description: "GitLab 10.7.3 patch release resolves a number of regressions and bugs in 10.7 release."
  8. tags: patch releases, releases
  9. ---
  10. Today we are releasing version 10.7.3 for GitLab Community Edition and Enterprise Edition.
  11. This version resolves a number of regressions and bugs in
  12. [this month's 10.7 release](/blog/2018/04/22/gitlab-10-7-released/) and
  13. prior versions.
  14. <!-- more -->
  15. ## GitLab Community Edition and Enterprise Edition
  16. Available in GitLab Libre, Starter, Premium, and Ultimate:
  17. - [Fixed wrong avatar URL when the avatar is on object storage.](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18092)
  18. - [Fix errors on pushing to an empty repository.](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18462)
  19. - [Update `doorkeeper` to 4.3.2 to fix GitLab OAuth authentication.](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18543)
  20. - [Ports `omniauth-jwt` gem onto GitLab OmniAuth Strategies suite.](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18580)
  21. - [Fix redirection error for applications using OpenID.](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/!18599)
  22. - [Fix commit trailer rendering when Gravatar is disabled.](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18586)
  23. - [Fix `file_store` for artifacts and lfs when saving.](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18624)
  24. - [Fix users not seeing labels from private groups when being a member of a child project.](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18544)
  25. Available in GitLab Starter, Premium, and Ultimate:
  26. - [Geo - Fix undefined method pending_delete for nil class.](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5470)
  27. - [Geo: Admin page will not crash with 500 because of InvalidSignatureTimeError.](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5495)
  28. - [Fix DB LB errors when escaping input.](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5481)
  29. ## Omnibus GitLab
  30. - [Add support for the -daemon-inplace-chroot command-line flag to GitLab Pages](https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/2483)
  31. ## Upgrade barometer
  32. This version does not include any new migrations, and should not require any
  33. downtime.
  34. Please be aware that by default the Omnibus packages will stop, run migrations,
  35. and start again, no matter how big or small the upgrade is. This behavior
  36. can be changed by adding a [`/etc/gitlab/skip-auto-migrations`](http://docs.gitlab.com/omnibus/update/README.html) file,
  37. which is only used for [updates](https://docs.gitlab.com/omnibus/update/README.html).
  38. ## Updating
  39. To update, check out our [update page](/update/).
  40. ## GitLab subscriptions
  41. Access to GitLab Starter, Premium, and Ultimate features is granted by a paid [subscription](/stages-devops-lifecycle/).
  42. Alternatively, [sign up for GitLab.com](/pricing/#gitlab-com)
  43. to use GitLab's own infrastructure.