@@ -19,11 +19,23 @@ feature list, the feature list is tailored to your subscription type:
- Features only available to self-managed installations are not shown on GitLab.com.
- Features only available on GitLab.com are not shown to self-managed installations.
The **What's new** feature cannot be disabled, but
[is planned](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/59011) for a future release.
## Self-managed installations
Due to our release post process, the content for **What's new** is not yet finalized
when a new version (`.0` release) is cut. The updated **What's new** is included
in the first patch release, such as `13.10.1`.
## Configure What's new variant
You can configure the What's new variant:
1. Navigate to **Admin Area > Settings > Preferences**, then expand **What's new**.
1. Choose one of the following options:
| Option | Description |
| ------ | ----------- |
| Enable What's new: All tiers | What's new presents new features from all tiers to help you keep track of all new features. |
| Enable What's new: Current tier only | What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier. |
| Disable What's new | What's new is disabled and can no longer be viewed. |
@@ -410,6 +410,7 @@ listed in the descriptions of the relevant settings.
| `user_oauth_applications` | boolean | no | Allow users to register any application to use GitLab as an OAuth provider. |
| `user_show_add_ssh_key_message` | boolean | no | When set to `false` disable the "You won't be able to pull or push project code via SSH" warning shown to users with no uploaded SSH key. |
| `version_check_enabled` | boolean | no | Let GitLab inform you when an update is available. |
| `whats_new_variant` | string | no | What's new variant, possible values: `all_tiers`, `current_tier`, and `disabled`. |
| `web_ide_clientside_preview_enabled` | boolean | no | Live Preview (allow live previews of JavaScript projects in the Web IDE using CodeSandbox Live Preview). |
| `wiki_page_max_content_bytes` | integer | no | Maximum wiki page content size in **bytes**. Default: 52428800 Bytes (50 MB). The minimum value is 1024 bytes. |
optional:raw_blob_request_limit,type: Integer,desc: "Maximum number of requests per minute for each raw path. Set to 0 for unlimited requests per minute."
optional:wiki_page_max_content_bytes,type: Integer,desc: "Maximum wiki page content size in bytes"
optional:require_admin_approval_after_user_signup,type: Boolean,desc: 'Require explicit admin approval for new signups'
optional:whats_new_variant,type: String,values: ApplicationSetting.whats_new_variants.keys,desc: "What's new variant, possible values: `all_tiers`, `current_tier`, and `disabled`."
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
...
...
@@ -11397,6 +11400,9 @@ msgstr ""
msgid "Disable Two-factor Authentication"
msgstr ""
msgid "Disable What's new"
msgstr ""
msgid "Disable for this project"
msgstr ""
...
...
@@ -12047,6 +12053,12 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
msgid "Enable What's new: All tiers"
msgstr ""
msgid "Enable What's new: Current tier only"
msgstr ""
msgid "Enable access to Grafana"
msgstr ""
...
...
@@ -35895,6 +35907,15 @@ msgstr ""
msgid "What's new"
msgstr ""
msgid "What's new is disabled and can no longer be viewed."
msgstr ""
msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
msgstr ""
msgid "What's new presents new features from all tiers to help you keep track of all new features."