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
4 files
+ 63
32
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -106,6 +106,22 @@ features:
and
[required approvals](https://gitlab.com/gitlab-org/gitlab-ee/issues/4418).
- name: "New user profile page overview"
available_in: [core, starter, premium, ultimate]
gitlab_com: false
documentation_link: 'https://docs.gitlab.com/ee/user/profile/#user-profile'
image_url: '/images/11_4/user-profile-redesign.png'
reporter: akaemmerle
team: manage
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/49801'
description: | # supports markdown
Lorem ipsum [dolor sit amet](#link), consectetur adipisicing elit.
Perferendis nisi vitae quod ipsum saepe cumque quia `veritatis`.
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Voluptate eveniet, adipisci earum sed harum nostrum
itaque beatae, repellat sunt unde.
- name: "Set your status message within the user menu"
available_in: [core, starter, premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/user/profile/#current-status'
@@ -113,13 +129,19 @@ features:
reporter: akaemmerle
team: manage
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/49075'
description: | # supports markdown
Lorem ipsum [dolor sit amet](#link), consectetur adipisicing elit.
Perferendis nisi vitae quod ipsum saepe cumque quia `veritatis`.
description: |
With [GitLab 11.2](https://about.gitlab.com/2018/08/22/gitlab-11-2-released/#personal-status-messages/)
we introduced personal status messages for the first time that allow to
share your current availability, mood or simply your favorite animal.
Add "Display your status message in user menu".
With this release, we make setting your status even more simple and frictionless.
A new "Set status" item in the user menu provides a modal that allows you to
set or clear your status right in context.
- name: "Move ability to use includes in .gitlab-ci.yml from Starter to Core"
In addition, your set status is now shown in the user menu as part of your full name and user
name, including set Emoji and message.
- name: "Move ability to use includes in `.gitlab-ci.yml` from Starter to Core"
available_in: [core, starter, premium, ultimate] # required
documentation_link: 'https://docs.gitlab.com/ee/ci/yaml/#include' # required
reporter: jlenny # required
@@ -127,7 +149,7 @@ features:
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/42861' # required
description: | # supports markdown
We are very happy to announce in this release that the usage of
includes within the `gitlab-ci.yml` has become a free feature. This
includes within the `.gitlab-ci.yml` has become a free feature. This
will help ensure templates and other shared resources are always
compatible between free and non-free users, and also unlocks the
ability for everyone to do best-practice development using reusable
@@ -294,7 +316,7 @@ features:
Thank you [Jan Beckmann](https://gitlab.com/kingjan1999) for the URL link contribution!
- name: "Highlight @mentions for yourself distinctly"
- name: "Highlight `@mentions` for yourself distinctly"
available_in: [core, starter, premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/user/project/issues/issues_functionalities.html#13-mentions'
image_url: '/images/11_4/highlight-yourself-distinct.png'
@@ -306,7 +328,7 @@ features:
many users are involved, making it difficult to quickly at a glance, see
comments that are directed at you.
With this release, @mentions for yourself (i.e. the current user), are highlighted
With this release, `@mentions` for yourself (i.e. the current user), are highlighted
in a different color, allowing you to easily see which comments involve you,
helping you focus on them quickly.
@@ -376,22 +398,6 @@ features:
You can close (and re-open) an epic via buttons on the epic, via quick actions
in an epic comment, and also via the API, exactly like issues.
- name: "New user profile page overview"
available_in: [core, starter, premium, ultimate]
gitlab_com: false
documentation_link: 'https://docs.gitlab.com/ee/user/profile/#user-profile'
image_url: '/images/11_4/user-profile-redesign.png'
reporter: akaemmerle
team: manage
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/49801'
description: | # supports markdown
Lorem ipsum [dolor sit amet](#link), consectetur adipisicing elit.
Perferendis nisi vitae quod ipsum saepe cumque quia `veritatis`.
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Voluptate eveniet, adipisci earum sed harum nostrum
itaque beatae, repellat sunt unde.
- name: "Improve Admin Area Settings structure"
available_in: [core, starter, premium, ultimate]
gitlab_com: false
@@ -427,8 +433,8 @@ features:
- name: "Display code language percentage on project overview"
available_in: [core, starter, premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/#amazing' # webpage or documentation - required
image_url: '/images/X_Y/feature-a.png' # optional - recommended
documentation_link: 'https://docs.gitlab.com/ee/user/project/repository/#repository-languages'
image_url: '/images/11_4/repo-code-language-percentage.png'
reporter: akaemmerle
team: manage
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/51457'
@@ -442,10 +448,10 @@ features:
Thank you for this contribution, [Johann Hubert Sonntagbauer](https://gitlab.com/johann.sonntagbauer)
- name: "Download two-factor authentication codes as files"
- name: "Download two-factor authentication codes as file"
available_in: [core, starter, premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/#amazing' # webpage or documentation - required
image_url: '/images/X_Y/feature-a.png' # optional - recommended
documentation_link: 'https://docs.gitlab.com/ee/user/profile/account/two_factor_authentication.html'
image_url: '/images/11_4/2fa-codes-download.png'
reporter: akaemmerle
team: manage
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/47963'
@@ -578,6 +584,27 @@ features:
You can also read about [how we built GitLab Geo](/2018/09/14/how-we-built-gitlab-geo/).
- name: GitLab Runner 11.4
available_in: [core, starter, premium, ultimate]
documentation_link: 'https://docs.gitlab.com/runner'
documentation_text: "Read through the documentation of GitLab Runner"
description: |
We're also releasing GitLab Runner 11.4 today! GitLab Runner is the open source project
that is used to run your CI/CD jobs and send the results back to GitLab.
##### Most interesting changes:
* [Support JSON logging](https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1020)
* [Add docker support for interactive web terminal](https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1008)
* [Add support docker machine web terminal support](https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1046)
* [Allow disabling docker entrypoint overwrite](https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/965)
* [Add metrics with concurrent and limit values](https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1019)
* [Add a gitlab_runner_jobs_total metric](https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1018)
* [Add a job duration histogram metric](https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1025)
* [Fix command and args assignment when creating containers with K8S executor](https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1010)
List of all changes can be found in GitLab Runner's [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-runner/blob/v11.4.0/CHANGELOG.md).
# Omnibus and performance (required)
- name: "Omnibus improvements"
Loading