Release v0.1.6
This commit is contained in:
47
docs/module-package-catalog.example.json
Normal file
47
docs/module-package-catalog.example.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"catalog_version": "1",
|
||||
"channel": "stable",
|
||||
"sequence": 14,
|
||||
"generated_at": "2026-07-07T00:00:00Z",
|
||||
"expires_at": "2030-12-31T23:59:59Z",
|
||||
"modules": [
|
||||
{
|
||||
"module_id": "files",
|
||||
"name": "Files",
|
||||
"description": "Managed file spaces and campaign attachment integration.",
|
||||
"version": "0.1.4",
|
||||
"action": "install",
|
||||
"python_package": "govoplan-files",
|
||||
"python_ref": "govoplan-files @ git+ssh://git@git.add-ideas.de/add-ideas/govoplan-files.git@v0.1.4",
|
||||
"webui_package": "@govoplan/files-webui",
|
||||
"webui_ref": "git+ssh://git@git.add-ideas.de/add-ideas/govoplan-files.git#v0.1.4",
|
||||
"license_features": ["module.files"],
|
||||
"tags": ["official", "service-module"]
|
||||
},
|
||||
{
|
||||
"module_id": "mail",
|
||||
"name": "Mail",
|
||||
"description": "SMTP/IMAP profile management and read-only mailbox access.",
|
||||
"version": "0.1.4",
|
||||
"action": "install",
|
||||
"python_package": "govoplan-mail",
|
||||
"python_ref": "govoplan-mail @ git+ssh://git@git.add-ideas.de/add-ideas/govoplan-mail.git@v0.1.4",
|
||||
"webui_package": "@govoplan/mail-webui",
|
||||
"webui_ref": "git+ssh://git@git.add-ideas.de/add-ideas/govoplan-mail.git#v0.1.4",
|
||||
"license_features": ["module.mail"],
|
||||
"tags": ["official", "service-module"]
|
||||
}
|
||||
],
|
||||
"signatures": [
|
||||
{
|
||||
"algorithm": "ed25519",
|
||||
"key_id": "release-key-1",
|
||||
"value": "<base64 signature over this JSON object without signature or signatures fields>"
|
||||
},
|
||||
{
|
||||
"algorithm": "ed25519",
|
||||
"key_id": "release-key-2",
|
||||
"value": "<optional second signature for key rotation>"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user