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
2 files
+ 31
10
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -196,6 +196,7 @@ features:
- name: "Auto DevOps support for RBAC"
available_in: [core, starter, premium, ultimate] # required
documentation_link: 'https://docs.gitlab.com/ee/topics/autodevops/' # required
image_url: '/images/11_4/autodevops-rbac.png'
reporter: danielgruesso
team: configure
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/44597' # required
@@ -209,7 +210,7 @@ features:
- name: "Support PostgreSQL DB migration and initialization for Auto DevOps"
available_in: [core, starter, premium, ultimate] # required
documentation_link: 'https://docs.gitlab.com/ee/topics/autodevops/#auto-deploy' # required
image_url: '/images/X_Y/feature-a.png' # required
image_url: '/images/11_4/db-migrations.png' # required
reporter: danielgruesso
team: configure
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/48004' # required
@@ -389,7 +390,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 +416,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)!
@@ -494,9 +495,24 @@ features:
This will not only save you time but will also result in a cleaner view of Auto DevOps pipeline,
showing you only the relevant jobs for your project.
- name: "Interactive Runbooks with Nurtch and JupyterHub"
available_in: [core, starter, premium, ultimate] # required
documentation_link: 'https://docs.gitlab.com/ee/user/project/clusters/#installing-applications/'
image_url: '/images/11_4/nurtch.png'
reporter: danielgruesso
team: configure
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/45912'
description: | # supports markdown
Interactive runbooks provide a powerful way for operators to interact with various systems to carry out
common tasks such as diagnosing, deploying, and measuring infrastructure components.
The JupyterHub app offered via GitLab's Kubernetes integration now ships with Nurtch's
[Rubix library](https://github.com/amit1rrr/rubix), providing a simple way to create devops
runbooks. A sample runbook is provided, showcasing common operations.
- 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
@@ -571,7 +587,7 @@ features:
For more information on upgrading Prometheus to 2.4.2, please review our [update documentation](https://docs.gitlab.com/omnibus/update/gitlab_11_changes.html#11-4).
- name: "Geo UX improvements in Admin Area"
- name: "Geo UX improvements in admin area"
available_in: [premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/administration/geo/replication/configuration.html'
image_url: '/images/11_4/geo_admin_area_improvements.png'
@@ -598,8 +614,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]
@@ -608,7 +629,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