Skip to content
Snippets Groups Projects

Release post - GitLab 11.4

Merged James Ramsay (ex-GitLab) requested to merge release-11-4 into master
All threads resolved!
Compare and Show latest version
2 files
+ 12
13
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -227,7 +227,7 @@ features:
secondary:
- name: "List of subscribed labels"
available_in: [core, starter, premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/user/project/labels.html'
documentation_link: 'https://docs.gitlab.com/ee/user/project/labels.html#searching-for-project-labels'
image_url: '/images/11_4/subscribed-labels.png'
reporter: victorwu
team: plan
@@ -526,23 +526,22 @@ 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: "Manually add entries in the License Management settings"
- name: "Add manual entries for License Management"
available_in: [ultimate] # required
documentation_link: '' # https://gitlab.com/gitlab-org/gitlab-ee/issues/7971
image_url: '/images/11_4/license_management.png'
reporter: bikebilly
team: secure
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ee/issues/5940'
description: | # supports markdown
Manually add entries in the License Management settings
License Management policy allows developers to define if they want to approve or blacklist
a specific license for their project. This can be done as soon as a new license is introduced,
directly in the merge request page. But sometimes project maintainers want to populate the
list beforehand, so that developers already know if their changes are aligned with the policy.
- name: "Add a manage licenses button in the report"
available_in: [ultimate] # required
documentation_link: '' # https://gitlab.com/gitlab-org/gitlab-ee/issues/7972
reporter: bikebilly
team: secure
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ee/issues/7120'
description: | # supports markdown
Add a manage licenses button in the report
In GitLab 11.4 we introduce the ability to add manual entries for License Management. Project
maintainers can prefill the policy in the **Settings > CI/CD > License Management** page by
choosing from a set of common licenses, or add a custom entry to that list.
- name: "Support for Git protocol v2"
available_in: [core, starter, premium, ultimate]
@@ -656,11 +655,11 @@ cta:
barometer:
reporter: pm1 # required
description: | # example (supports markdown)
To upgrade to GitLab 9.X from the latest 9.Y version, no downtime is required. To upgrade without downtime, please consult the [documentation on downtimeless upgrades](https://docs.gitlab.com/ee/update/README.html#upgrading-without-downtime).
To upgrade to GitLab 11.4 from the latest 11.3 version, no downtime is required. To upgrade without downtime, please consult the [documentation on downtimeless upgrades](https://docs.gitlab.com/ee/update/README.html#upgrading-without-downtime).
For this release we have migrations, post-deploy migrations, and to help with the larger migrations we have introduced background migrations.
GitLab.com migrations took approximately X minutes and post-deploy migrations amounted for a total of around Y minutes. Background migrations on the other hand are sidekiq jobs that will run synchronously, for this release these migrations took around Z days to complete, no side effects were expected nor present, these target older pipeline builds so newer executed pipelines are not affected.
GitLab.com migrations took approximately 34 minutes and post-deploy migrations amounted for a total of around two minutes. Background migrations on the other hand are sidekiq jobs that will run synchronously, for this release these migrations took around Z days to complete, no side effects were expected nor present, these target older pipeline builds so newer executed pipelines are not affected.
GitLab Geo users, please consult the documentation on [upgrading Geo](https://docs.gitlab.com/ee/administration/geo/replication/updating_the_geo_nodes.html).
Loading