Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2022-04-18 15:08:27 +00:00
parent 1a4b09cbe4
commit b6ab515480
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
- name: "Outdated indices of Advanced Search migrations"
announcement_milestone: "14.10"
announcement_date: "2021-04-22"
removal_milestone: "15.0"
removal_date: "2021-05-22"
breaking_change: true
body: |
As Advanced Search migrations usually require support multiple code paths for a long period of time, its important to clean those up when we safely can. We use GitLab major version upgrades as a safe time to remove backward compatibility for indices that have not been fully migrated. See the [upgrade documentation](https://docs.gitlab.com/ee/update/index.html#upgrading-to-a-new-major-version) for details.
stage: enablement
tiers: premium, ultimate
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/359133
documentation_url: https://docs.gitlab.com/ee/development/elasticsearch.html#deleting-advanced-search-migrations-in-a-major-version-upgrade

View File

@ -74,6 +74,18 @@ For more information about iteration cadences, you can refer to
**Planned removal milestone: 16.0 (2023-04-22)**
### Outdated indices of Advanced Search migrations
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.
As Advanced Search migrations usually require support multiple code paths for a long period of time, its important to clean those up when we safely can. We use GitLab major version upgrades as a safe time to remove backward compatibility for indices that have not been fully migrated. See the [upgrade documentation](https://docs.gitlab.com/ee/update/index.html#upgrading-to-a-new-major-version) for details.
**Planned removal milestone: 15.0 (2021-05-22)**
### Toggle notes confidentiality on APIs
WARNING: