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
+ 60
65
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -122,7 +122,7 @@ features:
Voluptate eveniet, adipisci earum sed harum nostrum
itaque beatae, repellat sunt unde.
- name: "Set your status message within the user menu"
- name: "Set and show your status message within the user menu"
available_in: [core, starter, premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/user/profile/#current-status'
image_url: '/images/11_4/user-menu-status.png'
@@ -131,15 +131,15 @@ features:
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/49075'
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
we introduced personal status messages for the first time, allowing 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.
With this release, we make setting your status even more simple and frictionless.
A new "Set status" item in your user menu provides a fresh modal that allows
you to set and clear your status right within context.
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.
In addition, your set status is also shown in your user menu, on top 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
@@ -437,14 +437,14 @@ features:
reporter: akaemmerle
team: manage
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/51457'
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.
description: |
We recently introduced a new code language bar on the Project overview page
that provides a fast overview about programming languages involved.
With GitLab 11.4, we introduce a more absolute measure by showing an
additional percentage value for each relevant code language shown. This
provides a more quantative touch point of your project technology stack.
Thank you for this contribution, [Johann Hubert Sonntagbauer](https://gitlab.com/johann.sonntagbauer)
- name: "Download two-factor authentication codes as file"
@@ -454,13 +454,12 @@ features:
reporter: akaemmerle
team: manage
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/47963'
description: | # supports markdown
Lorem ipsum [dolor sit amet](#link), consectetur adipisicing elit.
Perferendis nisi vitae quod ipsum saepe cumque quia `veritatis`.
description: |
Two-factor authentification is a de facto standard for any relevant web-based application,
at GitLab we take this serious. Whenever you set up a two-factor authentication initially,
we provide limited recovery codes that allow you to regain access to your account as a fallback.
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Voluptate eveniet, adipisci earum sed harum nostrum
itaque beatae, repellat sunt unde.
With this release, we now support to download recovery codes via a new "Download codes" button.
Thank you for this contribution, [Johann Hubert Sonntagbauer](https://gitlab.com/johann.sonntagbauer)
@@ -536,7 +535,7 @@ features:
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"
- name: "Git protocol v2"
available_in: [core, starter, premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/administration/git_protocol.html' # required
reporter: jramsay
@@ -555,20 +554,33 @@ features:
references in the repository. For example, fetching updates for a
single branch (e.g. `git fetch origin master`) would also retrieve a
complete list of all references. In the case of large projects, this
could be over 100,000 refs and 10s of megabytes of data. Try it
yourself by running:
```
# Original Git wire protocol
GIT_TRACE_PACKET=1 git -c protocol.version=0 ls-remote https://gitlab.com/gitlab-org/gitlab-ce.git master
# New Git wire protocol v2
GIT_TRACE_PACKET=1 git -c protocol.version=2 ls-remote https://gitlab.com/gitlab-org/gitlab-ce.git master
```
could be over 100,000 refs and 10s of megabytes of data.
Git protocol v2 is supported from Git v2.18.0 and is opt-in. To enable
globally run `git config --global protocol.version=2`. Git protocol v2
over SSH is not yet enabled on GitLab.com and must be enabled manually
over SSH is not yet enabled on GitLab.com and must be enabled manually.
- name: "Prometheus 2.0 upgrade for Omnibus GitLab"
available_in: [core, starter, premium, ultimate]
gitlab_com: false
documentation_link: 'https://docs.gitlab.com/omnibus/update/gitlab_11_changes.html#11-4' # required
reporter: joshlambert
team: monitor
issue_url: 'https://gitlab.com/gitlab-org/omnibus-gitlab/issues/2940'
description: |
Omnibus GitLab comes out of the box with Prometheus, allowing [easy observability of deployed instances](https://docs.gitlab.com/ee/administration/monitoring/prometheus/).
The Prometheus team has released a major new version, the 2.x series, which offers a
[number of improvements](https://prometheus.io/blog/2017/11/08/announcing-prometheus-2-0/).
These include improved performance and a more efficient time-series database format. Unfortunately
because of the architectural changes to the database, it is not backwards compatible with the old 1.x format.
With GitLab 11.4, Prometheus 2.4.2 is now available in the Omnibus package so users can take advantage its benefits.
* New installations of 11.4 and above will start with Prometheus 2.
* Existing installations will not be automatically upgraded. We have added a new command, `gitlab-ctl prometheus-upgrade`, which can
be utilized to [upgrade Prometheus and optionally migrate data](https://docs.gitlab.com/omnibus/update/gitlab_11_changes.html#11-4). Prometheus will be stopped during data migration.
* Users will need to move to Prometheus 2.0, before being able to [upgrade to GitLab 12.0](#deprecations).
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 improvements"
available_in: [premium, ultimate]
@@ -616,7 +628,7 @@ features:
- GitLab 11.4 includes [Mattermost 5.3](https://mattermost.com/blog/mattermost-5-3-enhanced-search-on-desktop-and-mobile-plugin-hackathon-highlights-and-more/),
an [open source Slack-alternative](https://mattermost.com/) whose newest release includes enhanced search on desktop and mobile, plus much more.
It includes [security updates](https://about.mattermost.com/security-updates/) and upgrading is recommended.
- `git` has been updated to 2.18.1, `redis` to 3.2.12, `libpng` to 1.6.35
- `git` has been updated to 2.18.1, `redis` to 3.2.12, `libpng` to 1.6.35.
- `gnupg` has been updated to 2.2.10, `gpgme` to 1.10.0, `libgcrypt` to 1.8.3, `npth` to 1.6, `libgpg-error` to 1.32, and `libassuan` to 2.5.1.
- Certificates in the `trusted_certs` directory are now set to `0644` permissions instead of `0755`.
Loading