PageRenderTime 95ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/source/posts/2017-08-14-gitlab-9-dot-4-dot-5-released.html.md

https://gitlab.com/nick.volynkin/www-gitlab-com
Markdown | 98 lines | 83 code | 15 blank | 0 comment | 0 complexity | 013299ccb9ea496f54802f806fb9f4d9 MD5 | raw file
  1. ---
  2. title: "GitLab Patch Release: 9.4.5"
  3. categories: release
  4. date: 2017-08-14
  5. author: James Edwards-Jones
  6. author_gitlab: jamedjo
  7. author_twitter: jamedjo
  8. description: "GitLab 9.4.5 patch release resolves a number of regressions and bugs in 9.4.4"
  9. ---
  10. Today we are releasing version 9.4.5 for GitLab Community Edition (CE) and Enterprise Edition (EE).
  11. This version resolves a number of regressions and bugs in
  12. [the 9.4.4 release](/2017/08/10/gitlab-9-dot-4-dot-4-released/) and
  13. prior versions.
  14. <!-- more -->
  15. It includes the following fixes:
  16. - **CE/EE:** Ensure language files are compiled before webpack to prevent broken Javascript ([!13122])
  17. - **CE/EE:** Fix deletion of deploy keys linked to other projects ([!13162])
  18. - **CE/EE:** Allow any logged in users to read_users_list even if it's restricted ([!13201])
  19. - **CE/EE:** Make Delete Merged Branches handle wildcard protected branches correctly ([!13251])
  20. - **CE/EE:** Fix an order of operations for CI connection error message in merge request widget ([!13252])
  21. - **CE/EE:** Fix pipeline_schedules pages when active schedule has an abnormal state ([!13286])
  22. - **CE/EE:** Add missing validation error for username change with container registry tags ([!13356])
  23. - **CE/EE:** Fix destroy of case-insensitive conflicting redirects ([!13357])
  24. - **CE/EE:** Project pending delete no longer return 500 error in admins projects view ([!13389])
  25. - **CE/EE:** Fix search box losing focus when typing ([!13221])
  26. - **CE/EE:** Use jQuery to control scroll behavior in job log for cross browser consistency ([!13203])
  27. - **CE/EE:** Use project_ref_path to create the link to a branch to fix links that 404 ([!13459])
  28. - **CE/EE:** Improve file upload/replace experience ([!12863])
  29. - **CE/EE:** Fix jump to next discussion button ([!13076])
  30. - **CE/EE:** Fixes new issue button for failed job returning 404 ([!13450])
  31. - **CE/EE:** Fix links to group milestones from issue and merge request sidebar ([!13199])
  32. - **CE/EE:** Fix Mattermost integration by handling cookie in OAuth2 flow ([!13305])
  33. - **CE/EE:** Change project FK migration to skip existing FKs ([!13235])
  34. - **CE/EE:** Fixed sign-in restrictions buttons not toggling active state ([!13270])
  35. - **EE:** Ensure artifacts are moved locally within the filesystem to prevent timeouts ([!2572])
  36. - **EE:** Fix rebase from fork when upstream has protected branches ([!2640])
  37. - **EE:** Present Related Issues add badge only when user can manage related issues ([!2583])
  38. - **EE:** Fix accessing individual files on Object Storage ([!2564])
  39. - **Omnibus:** Fix Mattermost setting teammate_name_display not working ([!1813])
  40. - **Omnibus:** Fix LDAP SSL config: Use ca_file, not ca_cert ([!1810])
  41. - **Omnibus:** Fix over-nesting of artifacts object store settings ([!1816])
  42. [!13130]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13130
  43. [!13122]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13122
  44. [!13162]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13162
  45. [!13201]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13201
  46. [!13251]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13251
  47. [!13252]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13252
  48. [!13286]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13286
  49. [!13356]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13356
  50. [!13357]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13357
  51. [!13389]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13389
  52. [!13221]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13221
  53. [!13203]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13203
  54. [!13459]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13459
  55. [!12863]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12863
  56. [!13076]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13076
  57. [!13450]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13450
  58. [!13199]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13199
  59. [!13305]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13305
  60. [!13235]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13235
  61. [!13270]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13270
  62. [!2572]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2572
  63. [!2640]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2640
  64. [!2583]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2583
  65. [!2564]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2564
  66. [!1813]: https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1813
  67. [!1810]: https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1810
  68. [!1816]: https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1816
  69. ## Upgrade barometer
  70. This version does not include any new migrations, and should not require any
  71. downtime.
  72. Please be aware that by default the Omnibus packages will stop, run migrations,
  73. and start again, no matter how big or small the upgrade is. This behavior
  74. can be changed by adding a [`/etc/gitlab/skip-auto-migrations`
  75. file](http://doc.gitlab.com/omnibus/update/README.html).
  76. ## Updating
  77. To update, check out our [update page](https://about.gitlab.com/update/).
  78. ## Enterprise Edition
  79. Interested in GitLab Enterprise Edition? Check out the [features exclusive to
  80. EE](https://about.gitlab.com/gitlab-ee/).
  81. Access to GitLab Enterprise Edition is granted by a [subscription](https://about.gitlab.com/products/).
  82. No time to upgrade GitLab yourself? Subscribers receive upgrade and installation
  83. services.