From cb83e95e630e4a5a1f580a3cf5a8239a94cea207 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Tue, 1 Mar 2016 13:46:23 +0100 Subject: [PATCH] Clarify that we don't maintain compatibility for stored data Change-Id: I28419293f5070cea5cddc1eb36753ac0fe2f669e --- doc/source/http-api.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/http-api.rst b/doc/source/http-api.rst index 3199cec6f..fc7ec98e0 100644 --- a/doc/source/http-api.rst +++ b/doc/source/http-api.rst @@ -88,6 +88,11 @@ Response: Response body: JSON dictionary with introspection data +.. note:: + We do not provide any backward compatibility guarantees regarding the + format and contents of the stored data. Notably, it depends on the ramdisk + used and plugins enabled both in the ramdisk and in inspector itself. + Introspection Rules ~~~~~~~~~~~~~~~~~~~