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
+ 42
30
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -113,12 +113,18 @@ 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`.
Add "Display your status message in user menu".
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.
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.
In addition, your current status is 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
@@ -408,10 +414,10 @@ features:
Voluptate eveniet, adipisci earum sed harum nostrum
itaque beatae, repellat sunt unde.
- name: "Explore project by filtering stars"
- name: "Explore project by most stars"
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/search/#projects'
image_url: '/images/11_4/explore-projects-by-stars.png'
reporter: akaemmerle
team: manage
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/47203'
@@ -423,27 +429,12 @@ features:
Voluptate eveniet, adipisci earum sed harum nostrum
itaque beatae, repellat sunt unde.
Thank you for this contribution, [jacopo beschi](https://gitlab.com/jacopo-beschi)
- name: "Redesign settings pages: Group settings"
available_in: [core, starter, premium, ultimate] # required
documentation_link: 'https://docs.gitlab.com/ee/#amazing' # webpage or documentation - required
image_url: '/images/X_Y/feature-a.png' # optional - recommended
reporter: akaemmerle
team: manage
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/49417'
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.
Thank you for this contribution, [Jacopo Beschi](https://gitlab.com/jacopo-beschi)!
- 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'
@@ -457,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'
@@ -593,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