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
+ 12
8
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -431,9 +431,9 @@ features:
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'
documentation_link: 'https://docs.gitlab.com/ee/user/profile/account/two_factor_authentication.html#recovery-codes'
image_url: '/images/11_4/2fa-codes-download.png'
reporter: akaemmerle
team: manage
@@ -444,8 +444,8 @@ features:
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)!
@@ -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
@@ -765,5 +769,5 @@ deprecations:
description: |
With GitLab 11.4 (October 22, 2018) the bundled Prometheus 1.0 version is deprecated in Omnibus GitLab. Prometheus 2.0 is [now included](#prometheus-20-upgrade-for-omnibus-gitlab),
however the metrics format is incompatible with 1.0. Existing installations can upgrade to 2.0 and optionally migrate their data [using an included tool](https://docs.gitlab.com/omnibus/update/gitlab_11_changes.html#11-4).
With GitLab 12.0 any installation not yet running Prometheus 2.0 will be automatically upgraded. Metric data from Prometheus 1.0 will not be migrated, and will be lost.
Loading