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
path: root/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-15 15:21:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-15 15:21:12 +0300
commit8058e149d448705d5b344f2260d5630ed3eacc91 (patch)
tree9a8ffcffcf4c89126c060555a28186bdabd8ae51 /doc
parent2f76fb2817276c83ebc2cc3ac1e9cf033b60fcce (diff)
Add latest changes from gitlab-org/gitlab@14-9-stable-ee14-9-stable
Diffstat (limited to 'doc')
-rw-r--r--doc/update/deprecations.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/update/deprecations.md b/doc/update/deprecations.md
index 9453482cc67..687600d99f8 100644
--- a/doc/update/deprecations.md
+++ b/doc/update/deprecations.md
@@ -150,18 +150,6 @@ Any API calls attempting to change the rate limits for `user_email_lookup_limit`
## 14.8
-### Changes to the `CI_JOB_JWT`
-
-WARNING:
-This feature will be changed or removed in 15.0
-as a [breaking change](https://docs.gitlab.com/ee/development/contributing/#breaking-changes).
-Before updating GitLab, review the details carefully to determine if you need to make any
-changes to your code, settings, or workflow.
-
-The `CI_JOB_JWT` will be updated to support a wider variety of cloud providers. It will be changed to match [`CI_JOB_JWT_V2`](https://docs.gitlab.com/ee/ci/variables/predefined_variables.html), but this change may not be backwards compatible for all users, including Hashicorp Vault users. To maintain the current behavior, users can switch to using `CI_JOB_JWT_V1`, or update their configuration in GitLab 15.0 to use the improved `CI_JOB_JWT`.
-
-**Planned removal milestone: 15.0 (2022-05-22)**
-
### Configurable Gitaly `per_repository` election strategy
Configuring the `per_repository` Gitaly election strategy is [deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/352612).