Prevent future convertToMultiNamespaceType migrations (#147369)

Addresses https://github.com/elastic/kibana/issues/147344
This commit is contained in:
Gerard Soldevila 2022-12-21 18:12:54 +01:00 committed by GitHub
parent b61066d82a
commit 57dad8fc07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 25 additions and 23 deletions

View file

@ -4,6 +4,9 @@
This guide describes the "Sharing saved objects" effort, and the breaking changes that plugin developers need to be aware of for the planned
8.0 release of {kib}. It also describes how developers can take advantage of this feature.
From 8.7.0, as a step towards _zero downtime upgrades_, plugins are no longer allowed to update existing single space saved object types to become shareable.
Note that new saved object types can still be defined as `'multiple'` or `'multiple-isolated'`.
[[sharing-saved-objects-overview]]
=== Overview