From 09c542b5bd1ee93a960aeb9c50b5f198a7b27874 Mon Sep 17 00:00:00 2001 From: flemming-it Date: Thu, 28 May 2026 11:48:25 +0200 Subject: [PATCH] chore(module): schema_version 2 + explicit provider MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Brings module.yaml in line with F∆I 0.12.0's capability naming convention. The legacy schema_version 1 (with implicit provider) still loads in 0.12.0 via the grace-period default, but this bump makes the publisher identity explicit and unblocks storage-layout migration via 'fai migrate'. See fai/platform docs/reference/capability-namespaces.yaml + docs/operations/migration-to-0.12.md. Signed-off-by: flemming-it --- module.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module.yaml b/module.yaml index ecda0f8..929160f 100644 --- a/module.yaml +++ b/module.yaml @@ -1,4 +1,5 @@ -schema_version: 1 +schema_version: 2 +provider: fai name: text-summarize version: 0.1.0