Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-11-10 03:11:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-11-10 03:11:48 +0300
commitb8d3aa799c0013697fce3627f5675cc25ecc9c44 (patch)
tree8150e1df22cf4431dc7ead0502b79a444e91e84c /doc/update/deprecations.md
parente1b5604609766f635f5029382ea018c612aa3186 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/update/deprecations.md')
-rw-r--r--doc/update/deprecations.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/update/deprecations.md b/doc/update/deprecations.md
index 2e209b2787b..37c925b4e9d 100644
--- a/doc/update/deprecations.md
+++ b/doc/update/deprecations.md
@@ -66,6 +66,14 @@ We decided to remove the GitLab Serverless features as they never really resonat
Announced: 2021-09-22
+### Known host required for GitLab Runner SSH executor
+
+In [GitLab 14.3](https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3074), we added a configuration setting in the GitLab Runner `config.toml` file. This setting, [`[runners.ssh.disable_strict_host_key_checking]`](https://docs.gitlab.com/runner/executors/ssh.html#security), controls whether or not to use strict host key checking with the SSH executor.
+
+In GitLab 15.0 and later, the default value for this configuration option will change from `true` to `false`. This means that strict host key checking will be enforced when using the GitLab Runner SSH executor.
+
+Announced: 2021-11-22
+
### Legacy database configuration
The syntax of [GitLabs database](https://docs.gitlab.com/omnibus/settings/database.html)