Skip to content
Snippets Groups Projects

Release post - GitLab 11.4

Merged James Ramsay (ex-GitLab) requested to merge release-11-4 into master
Compare and Show latest version
1 file
+ 13
8
Compare changes
  • Side-by-side
  • Inline
@@ -389,7 +389,7 @@ features:
moving all sections into new, individual Settings sub-pages. This provides
Admins a time-saving shortcut to access any detail to manage.
- name: "Explore project by most stars"
- name: "Explore projects by popularity"
available_in: [core, starter, premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/user/search/#projects'
image_url: '/images/11_4/explore-projects-by-stars.png'
@@ -415,9 +415,9 @@ features:
We recently introduced a new code language bar on the Project overview page,
providing a quick overview about programming languages involved.
With GitLab 11.4, we introduce a more absolute measure by showing a new
percentage value for each relevant code language shown. This provides a
more quantative touch point of your project technology stack.
With GitLab 11.4, we introduce an additional absolute measure by showing
a new percentage value for each relevant code language shown. This provides
a more quantative touch point of your project's technology stack.
Thank you for this contribution, [Johann Hubert Sonntagbauer](https://gitlab.com/johann.sonntagbauer)!
@@ -511,7 +511,7 @@ features:
- name: "Add manual entries for License Management"
available_in: [ultimate] # required
documentation_link: '' # https://gitlab.com/gitlab-org/gitlab-ee/issues/7971
documentation_link: 'https://docs.gitlab.com/ee/user/project/merge_requests/license_management.html#manual-license-management'
image_url: '/images/11_4/license_management.png'
reporter: bikebilly
team: secure
@@ -613,8 +613,13 @@ features:
reporter: akaemmerle
team: geo
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ee/issues/7541'
description: | # supports markdown
*to add*
description: |
Making Geo as easy to use as possible is one of our constant goals to support widely distributed
teams using GitLab. In [11.3](https://about.gitlab.com/2018/09/22/gitlab-11-3-released/#geo-improvements)
we added initial support for proxying SSH `git push` from secondary to primary nodes.
With this release, we further improve the performance and usability of this feature, allowing
to clone and push to projects in a Geo scenario without having to update the remote URL manually.
- name: "Geo improvements"
available_in: [premium, ultimate]
@@ -623,7 +628,7 @@ features:
reporter: akaemmerle
issueboard_url: 'https://gitlab.com/groups/gitlab-org/-/boards/796982?scope=all&utf8=✓&state=opened&label_name[]=Geo&milestone_title=11.4'
description: |
We continually focus on improving our [Geo](/features/gitlab-geo/) feature for distributed teams. Some of the noteworthy improvements in GitLab 11.4 include:
We continually focus on improving our [Geo](/features/gitlab-geo/) feature for distributed teams. Some of the additional noteworthy improvements in GitLab 11.4 include:
- [Major performance improvements](https://gitlab.com/groups/gitlab-org/-/issues?scope=all&utf8=✓&state=closed&label_name%5B%5D=Geo%20Performance&milestone_title=11.4)
- [Include keep-around references in checksum calculation](https://gitlab.com/gitlab-org/gitlab-ee/issues/5196)
Loading