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>2023-01-31 03:10:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-31 03:10:33 +0300
commit13ddda5208f9175e822af6d05a32600bc9cad091 (patch)
treed0dede48f80b34cfbf326d9539edc2e2addf4398 /doc
parentdd8c199e989482245c58ee49b5f7169bdd9073eb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r--doc/api/graphql/reference/index.md4
-rw-r--r--doc/update/deprecations.md14
-rw-r--r--doc/user/project/settings/import_export.md1
3 files changed, 19 insertions, 0 deletions
diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md
index d01e8e3e7c3..febd6936027 100644
--- a/doc/api/graphql/reference/index.md
+++ b/doc/api/graphql/reference/index.md
@@ -18603,6 +18603,10 @@ Returns [`SentryDetailedError`](#sentrydetailederror).
Project services.
+WARNING:
+**Deprecated** in 15.9.
+This will be renamed to `Project.integrations`.
+
Returns [`ServiceConnection`](#serviceconnection).
This field returns a [connection](#connections). It accepts the
diff --git a/doc/update/deprecations.md b/doc/update/deprecations.md
index 5b3679544c3..63c87abdf93 100644
--- a/doc/update/deprecations.md
+++ b/doc/update/deprecations.md
@@ -64,6 +64,20 @@ Due to limited customer usage, Browser Performance Testing is deprecated and wil
</div>
+<div class="deprecation removal-160 breaking-change">
+
+### CI/CD jobs will fail when no secret is returned from Hashicorp Vault
+
+Planned removal: GitLab <span class="removal-milestone">16.0</span> <span class="removal-date"></span>
+
+WARNING:
+This is a [breaking change](https://docs.gitlab.com/ee/development/deprecation_guidelines/).
+Review the details carefully before upgrading.
+
+When using the native HashiCorp Vault integration, CI/CD jobs will fail when no secret is returned from Vault. Make sure your configuration always return a secret, or update your pipeline to handle this change, before GitLab 16.0.
+
+</div>
+
<div class="deprecation removal-170 breaking-change">
### GitLab Runner platforms and setup instructions in GraphQL API
diff --git a/doc/user/project/settings/import_export.md b/doc/user/project/settings/import_export.md
index 868f90c7d42..14068a1093a 100644
--- a/doc/user/project/settings/import_export.md
+++ b/doc/user/project/settings/import_export.md
@@ -131,6 +131,7 @@ Items that are **not** exported include:
- Repository size limits
- Deploy keys allowed to push to protected branches
- Secure Files
+- [Activity logs for Git-related events](https://gitlab.com/gitlab-org/gitlab/-/issues/214700). For example, pushing and creating tags
## Import a project and its data