chore(module): schema_version 2 + explicit provider
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 1s
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 1s
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 <sf@flemming.it>
This commit is contained in:
parent
a368bd75ed
commit
09c542b5bd
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
schema_version: 1
|
||||
schema_version: 2
|
||||
provider: fai
|
||||
name: text-summarize
|
||||
version: 0.1.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue