From 19e47acc1beca90f839b45c2fb84a34810a4028c Mon Sep 17 00:00:00 2001 From: Suzanne Selhorn <sselhorn@gitlab.com> Date: Wed, 16 Aug 2023 01:49:46 +0000 Subject: [PATCH] Adding All to tiers Because we changed the way we do the markdown. Related to: https://gitlab.com/gitlab-org/gitlab-docs/-/issues/1690 --- .gitlab/ci/docs.gitlab-ci.yml | 2 +- doc/administration/logs/index.md | 2 +- doc/security/ssh_keys_restrictions.md | 2 +- doc/user/application_security/index.md | 2 +- doc/user/packages/package_registry/supported_functionality.md | 2 +- doc/user/project/repository/branches/default.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab/ci/docs.gitlab-ci.yml b/.gitlab/ci/docs.gitlab-ci.yml index 6ad916d919a17..6aad4de64bdfc 100644 --- a/.gitlab/ci/docs.gitlab-ci.yml +++ b/.gitlab/ci/docs.gitlab-ci.yml @@ -42,7 +42,7 @@ review-docs-cleanup: docs-lint links: extends: - .docs:rules:docs-lint - image: ${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-docs/lint-html:alpine-3.18-ruby-3.2.2-4207821e + image: ${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-docs/lint-html:alpine-3.18-ruby-3.2.2-6a53d93b stage: lint needs: [] script: diff --git a/doc/administration/logs/index.md b/doc/administration/logs/index.md index 60d4ee223eef7..4b634ff2f0984 100644 --- a/doc/administration/logs/index.md +++ b/doc/administration/logs/index.md @@ -467,7 +467,7 @@ only. For example: } ``` -## `audit_json.log` **(FREE)** +## `audit_json.log` **(FREE ALL)** NOTE: GitLab Free tracks a small number of different audit events. diff --git a/doc/security/ssh_keys_restrictions.md b/doc/security/ssh_keys_restrictions.md index 1e4a4226138cd..87cbf12471fcf 100644 --- a/doc/security/ssh_keys_restrictions.md +++ b/doc/security/ssh_keys_restrictions.md @@ -49,7 +49,7 @@ By default, the GitLab.com and self-managed settings for the - ECDSA_SK SSH keys are allowed (GitLab 14.8 and later). - ED25519_SK SSH keys are allowed (GitLab 14.8 and later). -## Block banned or compromised keys **(FREE)** +## Block banned or compromised keys **(FREE ALL)** > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/24614) in GitLab 15.1 [with a flag](../administration/feature_flags.md) named `ssh_banned_key`. Enabled by default. > - Generally available in GitLab 15.2. [Feature flag `ssh_banned_key`](https://gitlab.com/gitlab-org/gitlab/-/issues/363410) removed. diff --git a/doc/user/application_security/index.md b/doc/user/application_security/index.md index 25b0c175d6a9a..cc52fc6aaa631 100644 --- a/doc/user/application_security/index.md +++ b/doc/user/application_security/index.md @@ -223,7 +223,7 @@ We do not recommend changing the job [`allow_failure` setting](../../ci/yaml/ind The artifact generated by the secure analyzer contains all findings it discovers on the target branch, regardless of whether they were previously found, dismissed, or completely new (it puts in everything that it finds). -## View security scan information in merge requests **(FREE)** +## View security scan information in merge requests **(FREE ALL)** > - [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/4393) in GitLab Free 13.5. > - Made [available in all tiers](https://gitlab.com/gitlab-org/gitlab/-/issues/273205) in 13.6. diff --git a/doc/user/packages/package_registry/supported_functionality.md b/doc/user/packages/package_registry/supported_functionality.md index 9ee8b2cd1b6f1..13e92f3bbffa5 100644 --- a/doc/user/packages/package_registry/supported_functionality.md +++ b/doc/user/packages/package_registry/supported_functionality.md @@ -30,7 +30,7 @@ Packages can be published to your project, group, or instance. | [Go](../go_proxy/index.md) | Y | N | N | | [Ruby gems](../rubygems_registry/index.md) | Y | N | N | -## Pulling packages **(FREE)** +## Pulling packages **(FREE ALL)** Packages can be pulled from your project, group, or instance. diff --git a/doc/user/project/repository/branches/default.md b/doc/user/project/repository/branches/default.md index aac3518d83e4d..4913e5609629d 100644 --- a/doc/user/project/repository/branches/default.md +++ b/doc/user/project/repository/branches/default.md @@ -94,7 +94,7 @@ Users with the Owner role of groups and subgroups can configure the default bran Projects created in this group after you change the setting use the custom branch name, unless a subgroup configuration overrides it. -## Protect initial default branches **(FREE)** +## Protect initial default branches **(FREE ALL)** > Full protection after initial push [introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/118729) in GitLab 16.0. -- GitLab