From 5808da33daa11b75077f2d10b4e8d8cf48fd2ce4 Mon Sep 17 00:00:00 2001 From: Pavel Okhlopkov Date: Thu, 2 Apr 2026 14:56:13 +0300 Subject: [PATCH] bump readme Signed-off-by: Pavel Okhlopkov --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index a9cca51..04723fa 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,23 @@ SDK to easy compile your hooks as a binary and integrate with addon operator ## Usage +### Module-SDK version compatibility with Deckhouse +| Module-SDK version | Deckhouse version| +| --- | --- | +| v0.2.X | < v1.71.0 | +| v0.3.X | >=v1.71.0 | + +### Module-SDK features compatibility with Deckhouse +| Module-SDK version | Deckhouse version| +| --- | --- | +| Readiness Probe | >= v1.71.0 | +| Applications | Coming soon | +| Applications Settings check | Coming soon | +| Modules v2 | Coming soon | +| Modules v2 Settings check | Coming soon | +| Modules Settings check | Coming soon | + + ### One file example This file must be in 'hooks/' folder to build binary (see examples for correct layout)