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
+ 14
12
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -141,7 +141,7 @@ features:
ability within the `.gitlab-ci.yml` to use `only`/`except` rules for jobs
based on when modifications occur to a specific file or path (glob).
This will allow more control for users whose repos contain different
This will allow more control for users whose repositories contain different
kinds of assets or builds, ensuring only the appropriate steps are
executed for the kinds of changes that were committed, speeding up
overall pipeline execution.
@@ -427,11 +427,11 @@ features:
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.
a more quantitative view of your project's technology stack.
Thank you for this contribution, [Johann Hubert Sonntagbauer](https://gitlab.com/johann.sonntagbauer)!
- name: "Download two-factor authentication codes as file"
- name: "Download two-factor recovery codes"
available_in: [core, starter, premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/user/profile/account/two_factor_authentication.html'
image_url: '/images/11_4/2fa-codes-download.png'
@@ -439,13 +439,13 @@ features:
team: manage
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/47963'
description: |
Two-factor authentification is a de facto standard for signing up for any relevant web-based
Two-factor authentication is a de facto standard for signing up for any relevant web-based
application. At GitLab we understand and take this seriously. 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.
With this release, we now support download recovery codes via a new "Download codes" button
addition.
With this release, we now support download of recovery codes as a text
file using the new "Download codes" button.
Thank you for this contribution, [Luke Picciau](https://gitlab.com/Qwertie)!
@@ -632,7 +632,7 @@ features:
- [Include keep-around references in checksum calculation](https://gitlab.com/gitlab-org/gitlab-ee/issues/5196)
- [Migrating uploads to object storage does no longer leave behind local files](https://gitlab.com/gitlab-org/gitlab-ee/issues/7108)
- [Primary node repository verification now always gives the correct checksum](https://gitlab.com/gitlab-org/gitlab-ee/issues/7213)
- [Reliable Sidekiq queing ensures data integrity](https://gitlab.com/gitlab-org/gitlab-ee/issues/7279)
- [Reliable Sidekiq queueing ensures data integrity](https://gitlab.com/gitlab-org/gitlab-ee/issues/7279)
Read our fresh blog post on [how we built GitLab Geo](/2018/09/14/how-we-built-gitlab-geo/).
@@ -681,7 +681,7 @@ features:
reporter: joshlambert
team: distribution
description: |
- `redis` has been updated to 3.2.12, which is a critical security update that fixes multiple vulnerabilities. After upgrating to 11.4, run `gitlab-ctl restart redis` to ensure the new version is running.
- `redis` has been updated to 3.2.12, which is a critical security update that fixes multiple vulnerabilities. After upgrading to 11.4, run `gitlab-ctl restart redis` to ensure the new version is running.
- 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.
@@ -711,8 +711,12 @@ mvp:
fullname: "Luke Picciau"
gitlab: Qwertie
description: |
Luke added the ability to [download 2FA codes as a file](#download-two-factor-authentication-codes-as-file).
Luke added the ability to
[download 2FA recovery codes as a file](#download-two-factor-recovery-codes),
making them easier to backup. 2FA recovery codes are needed to access your
GitLab account if you lose access to your phone or one time password
secret.
Thank you, Luke for your contribution!
# COVER IMAGE LICENCE
Loading