[saved objects] Updates import docs to make it clearer which versions are supported. (#119879)

This commit is contained in:
Luke Elmers 2021-11-29 12:27:42 -07:00 committed by GitHub
parent 9f47e386c9
commit ab47ac64ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,13 @@ Saved objects can only be imported into the same version, a newer minor on the s
|=======
| Exporting version | Importing version | Compatible?
| 6.7.0 | 6.8.1 | Yes
| 6.8.1 | 7.3.0 | Yes
| 7.3.0 | 7.11.1 | Yes
| 7.11.1 | 7.6.0 | No
| 6.8.1 | 8.0.0 | No
| 6.7.x | 6.8.x | Yes
| 6.x.x | 7.x.x | Yes
| 7.x.x | 8.x.x | Yes
| 7.1.x | 7.15.x | Yes
| 7.x.x | 6.x.x | No
| 7.15.x | 7.1.x | No
| 6.x.x | 8.x.x | No
|=======
[[saved-objects-api-import-request]]