From 8ce29e575e294d4c04c170bea39b6021fccbb272 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 May 2026 07:12:53 +0000 Subject: [PATCH] chore: sync registry manifests to latest plugin releases (2026-05-14) --- plugins/audit-chain/manifest.json | 139 ++++++++++-------- plugins/audit/manifest.json | 56 ++++++- plugins/crm/manifest.json | 54 ++++++- plugins/discord/manifest.json | 39 +++-- plugins/eventbus/manifest.json | 133 +++++++++-------- plugins/gitlab/manifest.json | 47 ++++-- plugins/payments/manifest.json | 35 +++-- plugins/slack/manifest.json | 39 +++-- .../manifest.json | 86 ++++++++++- .../workflow-plugin-migrations/manifest.json | 86 ++++++++++- 10 files changed, 520 insertions(+), 194 deletions(-) diff --git a/plugins/audit-chain/manifest.json b/plugins/audit-chain/manifest.json index f32232c..0ce4427 100644 --- a/plugins/audit-chain/manifest.json +++ b/plugins/audit-chain/manifest.json @@ -1,67 +1,78 @@ { - "name": "workflow-plugin-audit-chain", - "version": "0.1.0", - "description": "Tamper-evident hash-chained audit logging with periodic Merkle root anchoring (OpenTimestamps/Bitcoin, git, Sigstore)", - "author": "GoCodeAlone", - "license": "MIT", - "type": "external", - "tier": "community", - "private": false, - "minEngineVersion": "0.20.0", - "keywords": [ - "audit", - "hash-chain", - "merkle", - "opentimestamps", - "tamper-evident" + "name": "workflow-plugin-audit-chain", + "version": "0.2.3", + "description": "Tamper-evident hash-chained audit logging with periodic Merkle root anchoring (OpenTimestamps/Bitcoin, git, Sigstore)", + "author": "GoCodeAlone", + "license": "MIT", + "type": "external", + "tier": "community", + "private": false, + "minEngineVersion": "0.20.0", + "keywords": [ + "audit", + "hash-chain", + "merkle", + "opentimestamps", + "tamper-evident" + ], + "homepage": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain", + "repository": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain", + "capabilities": { + "moduleTypes": [ + "audit.ledger", + "audit.anchor_provider.opentimestamps", + "audit.anchor_provider.git", + "audit.anchor_provider.sigstore" ], - "homepage": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain", - "repository": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain", - "capabilities": { - "moduleTypes": [ - "audit.ledger", - "audit.anchor_provider.opentimestamps", - "audit.anchor_provider.git", - "audit.anchor_provider.sigstore" - ], - "stepTypes": [ - "step.audit.append", - "step.audit.verify", - "step.audit.merkle_root", - "step.audit.anchor", - "step.audit.poll_anchor_confirmation", - "step.audit.proof", - "step.audit.public_receipt" - ], - "triggerTypes": [ - "trigger.audit.entry_appended" - ] - }, - "downloads": [ - { - "os": "linux", - "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain/releases/download/v0.1.0/workflow-plugin-audit-chain-linux-amd64.tar.gz" - }, - { - "os": "linux", - "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain/releases/download/v0.1.0/workflow-plugin-audit-chain-linux-arm64.tar.gz" - }, - { - "os": "darwin", - "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain/releases/download/v0.1.0/workflow-plugin-audit-chain-darwin-amd64.tar.gz" - }, - { - "os": "darwin", - "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain/releases/download/v0.1.0/workflow-plugin-audit-chain-darwin-arm64.tar.gz" - }, - { - "os": "windows", - "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain/releases/download/v0.1.0/workflow-plugin-audit-chain-windows-amd64.tar.gz" - } + "stepTypes": [ + "step.audit.append", + "step.audit.verify", + "step.audit.merkle_root", + "step.audit.anchor", + "step.audit.poll_anchor_confirmation", + "step.audit.proof", + "step.audit.public_receipt" + ], + "triggerTypes": [ + "trigger.audit.entry_appended" ] -} \ No newline at end of file + }, + "downloads": [ + { + "arch": "amd64", + "os": "darwin", + "sha256": "7d68fb5e2616ad4d67fcb4a9da5e949d9c9d7e16315c6564fcf1670b6f9d81fe", + "url": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain/releases/download/v0.2.3/workflow-plugin-audit-chain-darwin-amd64.tar.gz" + }, + { + "arch": "arm64", + "os": "darwin", + "sha256": "908af8d76e58a1e4eb80ec3631d23bafcbe5cd7da45351b439a4ede7baab1a27", + "url": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain/releases/download/v0.2.3/workflow-plugin-audit-chain-darwin-arm64.tar.gz" + }, + { + "arch": "amd64", + "os": "linux", + "sha256": "ea0aa0ee729850aadf095d87ba7a243fa6b4653dc2ce6cff2a3d579aca70a73c", + "url": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain/releases/download/v0.2.3/workflow-plugin-audit-chain-linux-amd64.tar.gz" + }, + { + "arch": "arm64", + "os": "linux", + "sha256": "0af5d07510d484776cd5754fea37e264d006922d6a7f9027c5fe38f741464cfe", + "url": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain/releases/download/v0.2.3/workflow-plugin-audit-chain-linux-arm64.tar.gz" + }, + { + "arch": "amd64", + "os": "windows", + "sha256": "7781897be0a1d1fccbacd98295631c19c3d6b34ce56f0fdc7d612fe82b1cd626", + "url": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain/releases/download/v0.2.3/workflow-plugin-audit-chain-windows-amd64.tar.gz" + }, + { + "arch": "arm64", + "os": "windows", + "sha256": "2712be18379983926b279bb6458623acbe6028b897e68824b1273b9110e4b8e6", + "url": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain/releases/download/v0.2.3/workflow-plugin-audit-chain-windows-arm64.tar.gz" + } + ] +} diff --git a/plugins/audit/manifest.json b/plugins/audit/manifest.json index 9ac1aa5..221e876 100644 --- a/plugins/audit/manifest.json +++ b/plugins/audit/manifest.json @@ -1,6 +1,6 @@ { "name": "workflow-plugin-audit", - "version": "0.1.1", + "version": "0.1.2", "description": "Compliance audit logging with EventBus collection and S3/database sinks", "author": "GoCodeAlone", "license": "MIT", @@ -10,9 +10,20 @@ "minEngineVersion": "1.13.0", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-audit", "repository": "https://github.com/GoCodeAlone/workflow-plugin-audit", - "keywords": ["audit", "compliance", "logging", "eventbus", "s3", "governance"], + "keywords": [ + "audit", + "compliance", + "logging", + "eventbus", + "s3", + "governance" + ], "capabilities": { - "moduleTypes": ["audit.collector", "audit.sink.s3", "audit.sink.db"], + "moduleTypes": [ + "audit.collector", + "audit.sink.s3", + "audit.sink.db" + ], "stepTypes": [ "step.audit_query", "step.audit_export", @@ -20,5 +31,42 @@ ], "triggerTypes": [] }, - "downloads": [] + "downloads": [ + { + "arch": "amd64", + "os": "darwin", + "sha256": "e9ad2d38cd4a144900b616bde099ce1f08fcd2e9a7aecfc46083b4db12e78c9b", + "url": "https://github.com/GoCodeAlone/workflow-plugin-audit/releases/download/v0.1.2/workflow-plugin-audit-darwin-amd64.tar.gz" + }, + { + "arch": "arm64", + "os": "darwin", + "sha256": "c176ea3e9ad7613548130f60b8349b90322784310f1335b646413f3946904261", + "url": "https://github.com/GoCodeAlone/workflow-plugin-audit/releases/download/v0.1.2/workflow-plugin-audit-darwin-arm64.tar.gz" + }, + { + "arch": "amd64", + "os": "linux", + "sha256": "0e22669858038958cee34e75eaa4e543ab6e22dfe20cf4a17f132874e6fc154b", + "url": "https://github.com/GoCodeAlone/workflow-plugin-audit/releases/download/v0.1.2/workflow-plugin-audit-linux-amd64.tar.gz" + }, + { + "arch": "arm64", + "os": "linux", + "sha256": "ca8480dcf71178e96a08df8c368417f73070ad6bf8ef57175f600a862ca38741", + "url": "https://github.com/GoCodeAlone/workflow-plugin-audit/releases/download/v0.1.2/workflow-plugin-audit-linux-arm64.tar.gz" + }, + { + "arch": "amd64", + "os": "windows", + "sha256": "0b509f4b5eb5b6dd018937425db01cf957c1ad914853284f455f99e4ac05b50d", + "url": "https://github.com/GoCodeAlone/workflow-plugin-audit/releases/download/v0.1.2/workflow-plugin-audit-windows-amd64.tar.gz" + }, + { + "arch": "arm64", + "os": "windows", + "sha256": "f6c434209d4a8a01eda0b8823523bb97d58f00080e2cbcb22f76aa7064fef236", + "url": "https://github.com/GoCodeAlone/workflow-plugin-audit/releases/download/v0.1.2/workflow-plugin-audit-windows-arm64.tar.gz" + } + ] } diff --git a/plugins/crm/manifest.json b/plugins/crm/manifest.json index 90a8884..990702b 100644 --- a/plugins/crm/manifest.json +++ b/plugins/crm/manifest.json @@ -1,6 +1,6 @@ { "name": "workflow-plugin-crm", - "version": "0.1.1", + "version": "0.1.2", "description": "Vendor-neutral CRM integration with Salesforce adapter", "author": "GoCodeAlone", "license": "MIT", @@ -10,9 +10,18 @@ "minEngineVersion": "1.13.0", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-crm", "repository": "https://github.com/GoCodeAlone/workflow-plugin-crm", - "keywords": ["crm", "salesforce", "contacts", "leads", "deals", "records"], + "keywords": [ + "crm", + "salesforce", + "contacts", + "leads", + "deals", + "records" + ], "capabilities": { - "moduleTypes": ["crm.provider"], + "moduleTypes": [ + "crm.provider" + ], "stepTypes": [ "step.crm_create_record", "step.crm_get_record", @@ -27,5 +36,42 @@ ], "triggerTypes": [] }, - "downloads": [] + "downloads": [ + { + "arch": "amd64", + "os": "darwin", + "sha256": "880c40774040374e361a210bda79cebba1e22bd2274da8c3f8767d11ba646854", + "url": "https://github.com/GoCodeAlone/workflow-plugin-crm/releases/download/v0.1.2/workflow-plugin-crm-darwin-amd64.tar.gz" + }, + { + "arch": "arm64", + "os": "darwin", + "sha256": "1d2936ac394405ff8d6f64106783ff0326026ed4d75ce69be2ffd5d8e0dc133a", + "url": "https://github.com/GoCodeAlone/workflow-plugin-crm/releases/download/v0.1.2/workflow-plugin-crm-darwin-arm64.tar.gz" + }, + { + "arch": "amd64", + "os": "linux", + "sha256": "3b86eb0743bba9b461ab0dad4a3bbbe67914104c2ae8271cab84d06c10745701", + "url": "https://github.com/GoCodeAlone/workflow-plugin-crm/releases/download/v0.1.2/workflow-plugin-crm-linux-amd64.tar.gz" + }, + { + "arch": "arm64", + "os": "linux", + "sha256": "8df3b46a814beaa65eaaec55ebb52d474454d8b2b8753c53df19b07c41309b89", + "url": "https://github.com/GoCodeAlone/workflow-plugin-crm/releases/download/v0.1.2/workflow-plugin-crm-linux-arm64.tar.gz" + }, + { + "arch": "amd64", + "os": "windows", + "sha256": "d5e897a2355d34dabc16623e49396fea12dbe12408d94361966cf7ae5b8fac88", + "url": "https://github.com/GoCodeAlone/workflow-plugin-crm/releases/download/v0.1.2/workflow-plugin-crm-windows-amd64.tar.gz" + }, + { + "arch": "arm64", + "os": "windows", + "sha256": "6c46f683c76808ff7af9f7c2f3a4d459dac783c281b1b3ab6ba20a8716e6f522", + "url": "https://github.com/GoCodeAlone/workflow-plugin-crm/releases/download/v0.1.2/workflow-plugin-crm-windows-arm64.tar.gz" + } + ] } diff --git a/plugins/discord/manifest.json b/plugins/discord/manifest.json index f662366..5c0a954 100644 --- a/plugins/discord/manifest.json +++ b/plugins/discord/manifest.json @@ -1,6 +1,6 @@ { "name": "discord", - "version": "0.1.1", + "version": "0.1.0", "author": "GoCodeAlone", "description": "Discord messaging, bot automation, and voice channel support. Provides a provider module, pipeline steps for sending/editing/deleting messages and managing voice, and a WebSocket Gateway event trigger.", "source": "github.com/GoCodeAlone/workflow-plugin-discord", @@ -10,9 +10,18 @@ "minEngineVersion": "0.1.0", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-discord", "repository": "https://github.com/GoCodeAlone/workflow-plugin-discord", - "keywords": ["discord", "messaging", "bot", "voice", "chat", "notifications"], + "keywords": [ + "discord", + "messaging", + "bot", + "voice", + "chat", + "notifications" + ], "capabilities": { - "moduleTypes": ["discord.provider"], + "moduleTypes": [ + "discord.provider" + ], "stepTypes": [ "step.discord_send_message", "step.discord_send_embed", @@ -25,29 +34,35 @@ "step.discord_voice_leave", "step.discord_voice_play" ], - "triggerTypes": ["trigger.discord"], + "triggerTypes": [ + "trigger.discord" + ], "workflowHandlers": [] }, "downloads": [ { - "os": "linux", "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-discord/releases/download/v0.1.1/workflow-plugin-discord-linux-amd64.tar.gz" + "os": "darwin", + "sha256": "9e2391cf3f706c1d1ddc12cc2b3bbfcbed7270093eb5e158a1204e4d5b363900", + "url": "https://github.com/GoCodeAlone/workflow-plugin-discord/releases/download/v0.1.0/workflow-plugin-discord-darwin-amd64.tar.gz" }, { - "os": "linux", "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-discord/releases/download/v0.1.1/workflow-plugin-discord-linux-arm64.tar.gz" + "os": "darwin", + "sha256": "31cc94004477e603b4f3390de02e23f8afebdf80b5af4e3240efc69340c1ba82", + "url": "https://github.com/GoCodeAlone/workflow-plugin-discord/releases/download/v0.1.0/workflow-plugin-discord-darwin-arm64.tar.gz" }, { - "os": "darwin", "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-discord/releases/download/v0.1.1/workflow-plugin-discord-darwin-amd64.tar.gz" + "os": "linux", + "sha256": "2a7b4fc46ecd72dc8cc2748b8bd9474755ab6d15d855c179e39c5853130e0481", + "url": "https://github.com/GoCodeAlone/workflow-plugin-discord/releases/download/v0.1.0/workflow-plugin-discord-linux-amd64.tar.gz" }, { - "os": "darwin", "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-discord/releases/download/v0.1.1/workflow-plugin-discord-darwin-arm64.tar.gz" + "os": "linux", + "sha256": "f63a11b2cdab8f2a27edfc37cf64355d8c998616f87aaa9a43228457287bfe5b", + "url": "https://github.com/GoCodeAlone/workflow-plugin-discord/releases/download/v0.1.0/workflow-plugin-discord-linux-arm64.tar.gz" } ] } diff --git a/plugins/eventbus/manifest.json b/plugins/eventbus/manifest.json index c161ffa..554e455 100644 --- a/plugins/eventbus/manifest.json +++ b/plugins/eventbus/manifest.json @@ -1,64 +1,75 @@ { - "name": "workflow-plugin-eventbus", - "version": "0.2.0", - "description": "Provisions durable event-bus clusters (NATS / Kafka / Kinesis) as IaC and exposes typed pipeline steps for publish / consume operations.", - "author": "GoCodeAlone", - "license": "MIT", - "type": "external", - "tier": "community", - "private": false, - "minEngineVersion": "0.20.0", - "keywords": [ - "eventbus", - "nats", - "kafka", - "kinesis", - "iac", - "infra", - "jetstream" + "name": "workflow-plugin-eventbus", + "version": "0.3.4", + "description": "Provisions durable event-bus clusters (NATS / Kafka / Kinesis) as IaC and exposes typed pipeline steps for publish / consume operations.", + "author": "GoCodeAlone", + "license": "MIT", + "type": "external", + "tier": "community", + "private": false, + "minEngineVersion": "0.20.0", + "keywords": [ + "eventbus", + "nats", + "kafka", + "kinesis", + "iac", + "infra", + "jetstream" + ], + "homepage": "https://github.com/GoCodeAlone/workflow-plugin-eventbus", + "repository": "https://github.com/GoCodeAlone/workflow-plugin-eventbus", + "capabilities": { + "moduleTypes": [ + "eventbus.broker", + "eventbus.stream", + "eventbus.consumer" ], - "homepage": "https://github.com/GoCodeAlone/workflow-plugin-eventbus", - "repository": "https://github.com/GoCodeAlone/workflow-plugin-eventbus", - "capabilities": { - "moduleTypes": [ - "eventbus.broker", - "eventbus.stream", - "eventbus.consumer" - ], - "stepTypes": [ - "step.eventbus.publish", - "step.eventbus.consume", - "step.eventbus.ack" - ], - "triggerTypes": [ - "trigger.eventbus.subscribe" - ] - }, - "downloads": [ - { - "os": "linux", - "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-eventbus/releases/download/v0.2.0/workflow-plugin-eventbus-linux-amd64.tar.gz" - }, - { - "os": "linux", - "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-eventbus/releases/download/v0.2.0/workflow-plugin-eventbus-linux-arm64.tar.gz" - }, - { - "os": "darwin", - "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-eventbus/releases/download/v0.2.0/workflow-plugin-eventbus-darwin-amd64.tar.gz" - }, - { - "os": "darwin", - "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-eventbus/releases/download/v0.2.0/workflow-plugin-eventbus-darwin-arm64.tar.gz" - }, - { - "os": "windows", - "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-eventbus/releases/download/v0.2.0/workflow-plugin-eventbus-windows-amd64.tar.gz" - } + "stepTypes": [ + "step.eventbus.publish", + "step.eventbus.consume", + "step.eventbus.ack" + ], + "triggerTypes": [ + "trigger.eventbus.subscribe" ] -} \ No newline at end of file + }, + "downloads": [ + { + "arch": "amd64", + "os": "darwin", + "sha256": "c3694f42d725f2709aa1fde569d0e4707fd16bf04b13d12fb3ff1edd524eefde", + "url": "https://github.com/GoCodeAlone/workflow-plugin-eventbus/releases/download/v0.3.4/workflow-plugin-eventbus-darwin-amd64.tar.gz" + }, + { + "arch": "arm64", + "os": "darwin", + "sha256": "41fa258152e4eec9584772ec48a7cb317692e7b32bb10198ff0e34aa3025da57", + "url": "https://github.com/GoCodeAlone/workflow-plugin-eventbus/releases/download/v0.3.4/workflow-plugin-eventbus-darwin-arm64.tar.gz" + }, + { + "arch": "amd64", + "os": "linux", + "sha256": "bda078a0dad85f5f7472cd184674fc27a1f804425c8889e48a2da21c59156fb9", + "url": "https://github.com/GoCodeAlone/workflow-plugin-eventbus/releases/download/v0.3.4/workflow-plugin-eventbus-linux-amd64.tar.gz" + }, + { + "arch": "arm64", + "os": "linux", + "sha256": "f706e5c9d76013a0c4e9c7ce6eb52e246be73196bf6f10d45185821219071bb1", + "url": "https://github.com/GoCodeAlone/workflow-plugin-eventbus/releases/download/v0.3.4/workflow-plugin-eventbus-linux-arm64.tar.gz" + }, + { + "arch": "amd64", + "os": "windows", + "sha256": "0e7d5aa00abadda61b85a0fe064495fea16aaebd5130b77dc169f9c4553e1831", + "url": "https://github.com/GoCodeAlone/workflow-plugin-eventbus/releases/download/v0.3.4/workflow-plugin-eventbus-windows-amd64.tar.gz" + }, + { + "arch": "arm64", + "os": "windows", + "sha256": "c0bcbe3298c939fd5aec3a2365ef2fbfa1bec5faf55f78a764b7fa9dc9804287", + "url": "https://github.com/GoCodeAlone/workflow-plugin-eventbus/releases/download/v0.3.4/workflow-plugin-eventbus-windows-arm64.tar.gz" + } + ] +} diff --git a/plugins/gitlab/manifest.json b/plugins/gitlab/manifest.json index 4bc5c1e..07cab1f 100644 --- a/plugins/gitlab/manifest.json +++ b/plugins/gitlab/manifest.json @@ -1,6 +1,6 @@ { "name": "gitlab", - "version": "1.0.1", + "version": "1.0.2", "author": "GoCodeAlone", "description": "GitLab integration — webhook handling and GitLab CI pipeline management", "source": "github.com/GoCodeAlone/workflow-plugin-gitlab", @@ -10,9 +10,20 @@ "minEngineVersion": "0.2.0", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-gitlab", "repository": "https://github.com/GoCodeAlone/workflow-plugin-gitlab", - "keywords": ["gitlab", "webhook", "git", "ci", "cd", "pipeline", "merge-request", "integration"], + "keywords": [ + "gitlab", + "webhook", + "git", + "ci", + "cd", + "pipeline", + "merge-request", + "integration" + ], "capabilities": { - "moduleTypes": ["git.webhook"], + "moduleTypes": [ + "git.webhook" + ], "stepTypes": [ "step.gitlab_trigger_pipeline", "step.gitlab_pipeline_status", @@ -28,24 +39,40 @@ }, "downloads": [ { - "os": "linux", "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.1/workflow-plugin-gitlab-linux-amd64.tar.gz" + "os": "darwin", + "sha256": "c6fe26ad4e9b727b08937956b39d5e5769bad80067922c5c6d70a1174b924d05", + "url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.2/workflow-plugin-gitlab-darwin-amd64.tar.gz" + }, + { + "arch": "arm64", + "os": "darwin", + "sha256": "6a5dde55ff7f25860cf987e1ddc0b20734aead090ca1a717ef13f825c3db6291", + "url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.2/workflow-plugin-gitlab-darwin-arm64.tar.gz" }, { + "arch": "amd64", "os": "linux", + "sha256": "b562e912ba953cb668057aa3565f18eadb23c0eec40276605872029856ec7e41", + "url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.2/workflow-plugin-gitlab-linux-amd64.tar.gz" + }, + { "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.1/workflow-plugin-gitlab-linux-arm64.tar.gz" + "os": "linux", + "sha256": "60a88cb16ebb90fc57b3e43575fa907a6f5890e47e92403b47abeea7a7860c74", + "url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.2/workflow-plugin-gitlab-linux-arm64.tar.gz" }, { - "os": "darwin", "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.1/workflow-plugin-gitlab-darwin-amd64.tar.gz" + "os": "windows", + "sha256": "5b27a39fb1bbc82d7ace0ac0fa45f8b6b90cd5599f7f3a6f842b42b5a02c1ca3", + "url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.2/workflow-plugin-gitlab-windows-amd64.tar.gz" }, { - "os": "darwin", "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.1/workflow-plugin-gitlab-darwin-arm64.tar.gz" + "os": "windows", + "sha256": "652b966469f418a0fac37ca77e455fc320682b1e0f8f1979063f617ad3490600", + "url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.2/workflow-plugin-gitlab-windows-arm64.tar.gz" } ] } diff --git a/plugins/payments/manifest.json b/plugins/payments/manifest.json index 186869b..b20066e 100644 --- a/plugins/payments/manifest.json +++ b/plugins/payments/manifest.json @@ -1,6 +1,6 @@ { "name": "workflow-plugin-payments", - "version": "0.3.1", + "version": "0.4.5", "description": "Multi-provider payment processing plugin (Stripe, PayPal)", "author": "GoCodeAlone", "license": "Apache-2.0", @@ -10,9 +10,18 @@ "minEngineVersion": "0.3.12", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-payments", "repository": "https://github.com/GoCodeAlone/workflow-plugin-payments", - "keywords": ["payment", "stripe", "paypal", "billing", "subscription", "marketplace"], + "keywords": [ + "payment", + "stripe", + "paypal", + "billing", + "subscription", + "marketplace" + ], "capabilities": { - "moduleTypes": ["payments.provider"], + "moduleTypes": [ + "payments.provider" + ], "stepTypes": [ "step.payment_charge", "step.payment_capture", @@ -46,24 +55,28 @@ }, "downloads": [ { - "os": "linux", "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-payments/releases/download/v0.3.1/workflow-plugin-payments-linux-amd64.tar.gz" + "os": "darwin", + "sha256": "76047dc7068990d78d6f2b329c3f29e337c00cb27d03949335083fce43777510", + "url": "https://github.com/GoCodeAlone/workflow-plugin-payments/releases/download/v0.4.5/workflow-plugin-payments-darwin-amd64.tar.gz" }, { - "os": "linux", "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-payments/releases/download/v0.3.1/workflow-plugin-payments-linux-arm64.tar.gz" + "os": "darwin", + "sha256": "658ee8f7ea09afd54892fd5bec7ac3f542cffbc4280ef398ec8e65395c935bc2", + "url": "https://github.com/GoCodeAlone/workflow-plugin-payments/releases/download/v0.4.5/workflow-plugin-payments-darwin-arm64.tar.gz" }, { - "os": "darwin", "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-payments/releases/download/v0.3.1/workflow-plugin-payments-darwin-amd64.tar.gz" + "os": "linux", + "sha256": "0f5851c87f5e14289cb7373497750ecbe848abc1be9c46dfd83aec39764fa816", + "url": "https://github.com/GoCodeAlone/workflow-plugin-payments/releases/download/v0.4.5/workflow-plugin-payments-linux-amd64.tar.gz" }, { - "os": "darwin", "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-payments/releases/download/v0.3.1/workflow-plugin-payments-darwin-arm64.tar.gz" + "os": "linux", + "sha256": "0e147fed6e584e2713e05e834968b2f66d45cd8ce518e72b41e3cbde57317f62", + "url": "https://github.com/GoCodeAlone/workflow-plugin-payments/releases/download/v0.4.5/workflow-plugin-payments-linux-arm64.tar.gz" } ] } diff --git a/plugins/slack/manifest.json b/plugins/slack/manifest.json index 4b9c2dd..087708a 100644 --- a/plugins/slack/manifest.json +++ b/plugins/slack/manifest.json @@ -1,6 +1,6 @@ { "name": "slack", - "version": "0.1.1", + "version": "0.1.0", "author": "GoCodeAlone", "description": "Slack messaging and workspace automation. Provides a provider module backed by the Slack Web API and Socket Mode, pipeline steps for messages/blocks/reactions/files, and a Socket Mode event trigger.", "source": "github.com/GoCodeAlone/workflow-plugin-slack", @@ -10,9 +10,18 @@ "minEngineVersion": "0.1.0", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-slack", "repository": "https://github.com/GoCodeAlone/workflow-plugin-slack", - "keywords": ["slack", "messaging", "chat", "notifications", "bot", "webhook"], + "keywords": [ + "slack", + "messaging", + "chat", + "notifications", + "bot", + "webhook" + ], "capabilities": { - "moduleTypes": ["slack.provider"], + "moduleTypes": [ + "slack.provider" + ], "stepTypes": [ "step.slack_send_message", "step.slack_send_blocks", @@ -23,29 +32,35 @@ "step.slack_send_thread_reply", "step.slack_set_topic" ], - "triggerTypes": ["trigger.slack"], + "triggerTypes": [ + "trigger.slack" + ], "workflowHandlers": [] }, "downloads": [ { - "os": "linux", "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-slack/releases/download/v0.1.1/workflow-plugin-slack-linux-amd64.tar.gz" + "os": "darwin", + "sha256": "ed82f85b63fcb48094b83f6016c329b339d8d396f733e382af6029faef30011c", + "url": "https://github.com/GoCodeAlone/workflow-plugin-slack/releases/download/v0.1.0/workflow-plugin-slack-darwin-amd64.tar.gz" }, { - "os": "linux", "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-slack/releases/download/v0.1.1/workflow-plugin-slack-linux-arm64.tar.gz" + "os": "darwin", + "sha256": "11ea36ec08556b55feb302f396d985c57b66535131c108a9f48a402c24a51334", + "url": "https://github.com/GoCodeAlone/workflow-plugin-slack/releases/download/v0.1.0/workflow-plugin-slack-darwin-arm64.tar.gz" }, { - "os": "darwin", "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-slack/releases/download/v0.1.1/workflow-plugin-slack-darwin-amd64.tar.gz" + "os": "linux", + "sha256": "17ad59f096f8728fc5347e4578cbc1a60a691548b75f55179a365197ffe47bdc", + "url": "https://github.com/GoCodeAlone/workflow-plugin-slack/releases/download/v0.1.0/workflow-plugin-slack-linux-amd64.tar.gz" }, { - "os": "darwin", "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-slack/releases/download/v0.1.1/workflow-plugin-slack-darwin-arm64.tar.gz" + "os": "linux", + "sha256": "78843ca8fd84a0ce0f4b8a2dbbf260fc944965e84308e01c9417cdf72bfdcb09", + "url": "https://github.com/GoCodeAlone/workflow-plugin-slack/releases/download/v0.1.0/workflow-plugin-slack-linux-arm64.tar.gz" } ] } diff --git a/plugins/workflow-plugin-atlas-migrate/manifest.json b/plugins/workflow-plugin-atlas-migrate/manifest.json index 5d60644..fd68864 100644 --- a/plugins/workflow-plugin-atlas-migrate/manifest.json +++ b/plugins/workflow-plugin-atlas-migrate/manifest.json @@ -1,6 +1,6 @@ { "name": "workflow-plugin-atlas-migrate", - "version": "0.2.0", + "version": "0.3.7", "description": "Atlas migration driver plugin for the workflow engine: ariga.io/atlas v1 backed Up/Down/Status/Goto with SQL-backed revision tracking and auto-generated atlas.sum", "author": "GoCodeAlone", "license": "Apache-2.0", @@ -8,7 +8,13 @@ "tier": "community", "private": false, "minEngineVersion": "0.18.0", - "keywords": ["migrations", "database", "postgres", "atlas", "ariga"], + "keywords": [ + "migrations", + "database", + "postgres", + "atlas", + "ariga" + ], "homepage": "https://github.com/GoCodeAlone/workflow-plugin-migrations", "repository": "https://github.com/GoCodeAlone/workflow-plugin-migrations", "capabilities": { @@ -25,24 +31,88 @@ }, "downloads": [ { + "arch": "amd64", + "os": "darwin", + "sha256": "2cc72eac38c1e4ffee166021dccdb1e3eb536111645c912cef3c7b804c27c256", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-migrate-darwin-amd64.tar.gz" + }, + { + "arch": "amd64", + "os": "darwin", + "sha256": "0efa146b14eea8403560f02e352aa57c3248986584b3e3ac29309e7c409f683c", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-plugin-atlas-migrate-darwin-amd64.tar.gz" + }, + { + "arch": "amd64", + "os": "darwin", + "sha256": "19a20faf555f8060d12907a290b9dba95eeac52b0a7b1c18e22bd2cbcaedee72", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-plugin-migrations-darwin-amd64.tar.gz" + }, + { + "arch": "arm64", + "os": "darwin", + "sha256": "c7c7c78cad07a3a8fa01c1d48b4a1381e958e68301fff2b1504c5aaeaf2dc44c", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-migrate-darwin-arm64.tar.gz" + }, + { + "arch": "arm64", + "os": "darwin", + "sha256": "3a8ea1b592ed8d4f795231746132b4f248980d17c81c28fa59b884d44a78a7ad", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-plugin-atlas-migrate-darwin-arm64.tar.gz" + }, + { + "arch": "arm64", + "os": "darwin", + "sha256": "8e143a18a607620ef6e7939a19da98ed2aeab4f41f69bcf7658689565f4cd69c", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-plugin-migrations-darwin-arm64.tar.gz" + }, + { + "arch": "amd64", "os": "linux", + "sha256": "0f33d21bd6cb659ae084a5a10b1b1aec7a9d5f97e34ccfd11f44bc48ab1d38e6", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-migrate-linux-amd64.tar.gz" + }, + { "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.2.0/workflow-plugin-atlas-migrate-linux-amd64.tar.gz" + "os": "linux", + "sha256": "9ea44aeb0a777dd473acc75ce7c27bfff0682e64500d64d458d9bb5e22cfef70", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-plugin-atlas-migrate-linux-amd64.tar.gz" }, { + "arch": "amd64", "os": "linux", + "sha256": "5c703945775eeecdb590b1ad093eee012f4c6ceaa8449e6936c135fe477f12b3", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-plugin-migrations-linux-amd64.tar.gz" + }, + { "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.2.0/workflow-plugin-atlas-migrate-linux-arm64.tar.gz" + "os": "linux", + "sha256": "7a91fc47714a18aff2103a5b19083a2444b0c9c403fe1d6fcce00e1f361620e1", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-migrate-linux-arm64.tar.gz" + }, + { + "arch": "arm64", + "os": "linux", + "sha256": "7158283c59ed0d00b7072fb345e68729cf8907290cae2e7ecdbcea58479521a5", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-plugin-atlas-migrate-linux-arm64.tar.gz" + }, + { + "arch": "arm64", + "os": "linux", + "sha256": "c93d0b9e38d7473cdca18272d5ec75e63dfa50fccf9c099d03cd40046c5ae555", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-plugin-migrations-linux-arm64.tar.gz" }, { - "os": "darwin", "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.2.0/workflow-plugin-atlas-migrate-darwin-amd64.tar.gz" + "os": "windows", + "sha256": "466f8759bd927c07cf2b35b7c6c79dedb43ba6f413fde5ddfbf668c018e868bd", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-plugin-migrations-windows-amd64.tar.gz" }, { - "os": "darwin", "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.2.0/workflow-plugin-atlas-migrate-darwin-arm64.tar.gz" + "os": "windows", + "sha256": "bf56cef6db2a8579efcb7de9c0356e5f77cd18994734f1d68deae323e4c274d3", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-plugin-migrations-windows-arm64.tar.gz" } ] } diff --git a/plugins/workflow-plugin-migrations/manifest.json b/plugins/workflow-plugin-migrations/manifest.json index f5b5ed0..9692527 100644 --- a/plugins/workflow-plugin-migrations/manifest.json +++ b/plugins/workflow-plugin-migrations/manifest.json @@ -1,6 +1,6 @@ { "name": "workflow-plugin-migrations", - "version": "0.2.0", + "version": "0.3.7", "description": "Database migration plugin for the workflow engine: golang-migrate + goose drivers, pre-deploy runner, wfctl migrate CLI, static lint tool, and tenant-ensure schema setup", "author": "GoCodeAlone", "license": "Apache-2.0", @@ -8,7 +8,13 @@ "tier": "community", "private": false, "minEngineVersion": "0.18.0", - "keywords": ["migrations", "database", "postgres", "golang-migrate", "goose"], + "keywords": [ + "migrations", + "database", + "postgres", + "golang-migrate", + "goose" + ], "homepage": "https://github.com/GoCodeAlone/workflow-plugin-migrations", "repository": "https://github.com/GoCodeAlone/workflow-plugin-migrations", "capabilities": { @@ -30,24 +36,88 @@ }, "downloads": [ { + "arch": "amd64", + "os": "darwin", + "sha256": "2cc72eac38c1e4ffee166021dccdb1e3eb536111645c912cef3c7b804c27c256", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-migrate-darwin-amd64.tar.gz" + }, + { + "arch": "amd64", + "os": "darwin", + "sha256": "0efa146b14eea8403560f02e352aa57c3248986584b3e3ac29309e7c409f683c", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-plugin-atlas-migrate-darwin-amd64.tar.gz" + }, + { + "arch": "amd64", + "os": "darwin", + "sha256": "19a20faf555f8060d12907a290b9dba95eeac52b0a7b1c18e22bd2cbcaedee72", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-plugin-migrations-darwin-amd64.tar.gz" + }, + { + "arch": "arm64", + "os": "darwin", + "sha256": "c7c7c78cad07a3a8fa01c1d48b4a1381e958e68301fff2b1504c5aaeaf2dc44c", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-migrate-darwin-arm64.tar.gz" + }, + { + "arch": "arm64", + "os": "darwin", + "sha256": "3a8ea1b592ed8d4f795231746132b4f248980d17c81c28fa59b884d44a78a7ad", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-plugin-atlas-migrate-darwin-arm64.tar.gz" + }, + { + "arch": "arm64", + "os": "darwin", + "sha256": "8e143a18a607620ef6e7939a19da98ed2aeab4f41f69bcf7658689565f4cd69c", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-plugin-migrations-darwin-arm64.tar.gz" + }, + { + "arch": "amd64", "os": "linux", + "sha256": "0f33d21bd6cb659ae084a5a10b1b1aec7a9d5f97e34ccfd11f44bc48ab1d38e6", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-migrate-linux-amd64.tar.gz" + }, + { "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.2.0/workflow-plugin-migrations-linux-amd64.tar.gz" + "os": "linux", + "sha256": "9ea44aeb0a777dd473acc75ce7c27bfff0682e64500d64d458d9bb5e22cfef70", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-plugin-atlas-migrate-linux-amd64.tar.gz" }, { + "arch": "amd64", "os": "linux", + "sha256": "5c703945775eeecdb590b1ad093eee012f4c6ceaa8449e6936c135fe477f12b3", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-plugin-migrations-linux-amd64.tar.gz" + }, + { "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.2.0/workflow-plugin-migrations-linux-arm64.tar.gz" + "os": "linux", + "sha256": "7a91fc47714a18aff2103a5b19083a2444b0c9c403fe1d6fcce00e1f361620e1", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-migrate-linux-arm64.tar.gz" + }, + { + "arch": "arm64", + "os": "linux", + "sha256": "7158283c59ed0d00b7072fb345e68729cf8907290cae2e7ecdbcea58479521a5", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-plugin-atlas-migrate-linux-arm64.tar.gz" + }, + { + "arch": "arm64", + "os": "linux", + "sha256": "c93d0b9e38d7473cdca18272d5ec75e63dfa50fccf9c099d03cd40046c5ae555", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-plugin-migrations-linux-arm64.tar.gz" }, { - "os": "darwin", "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.2.0/workflow-plugin-migrations-darwin-amd64.tar.gz" + "os": "windows", + "sha256": "466f8759bd927c07cf2b35b7c6c79dedb43ba6f413fde5ddfbf668c018e868bd", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-plugin-migrations-windows-amd64.tar.gz" }, { - "os": "darwin", "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.2.0/workflow-plugin-migrations-darwin-arm64.tar.gz" + "os": "windows", + "sha256": "bf56cef6db2a8579efcb7de9c0356e5f77cd18994734f1d68deae323e4c274d3", + "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.7/workflow-plugin-migrations-windows-arm64.tar.gz" } ] }