mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Prevent future convertToMultiNamespaceType migrations (#147369)
Addresses https://github.com/elastic/kibana/issues/147344
This commit is contained in:
parent
b61066d82a
commit
57dad8fc07
7 changed files with 25 additions and 23 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue