diff --git a/.gitlab/ci/docs.gitlab-ci.yml b/.gitlab/ci/docs.gitlab-ci.yml index 6ad916d919a176e66c52057f671488f82fd11495..6aad4de64bdfcac6755cc1110d40081730838d94 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 60d4ee223eef79920a1f455e9bf064c68d30a2f7..4b634ff2f09841e7257ddc7f6469c89c72bf3a9f 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 1e4a4226138cd9f0670562d6d4eb11b560379fd3..87cbf12471fcf2ef41cd6de465bbcaff2a9e37dd 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 25b0c175d6a9a11e25634853c0d8d06c955a61b8..cc52fc6aaa6313a1262535c72118596bd83004a5 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 9ee8b2cd1b6f12b43b40cb4fc9f3b9deed91d88b..13e92f3bbffa5ea73e573db9285fb54196d50f73 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 aac3518d83e4d6744fcb0425794eab19cf229bd1..4913e5609629de64d49d9a907a7a1b2751979174 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.