diff --git a/manifests/trigger-command/trigger-command.json b/manifests/trigger-command/trigger-command.json index 67100a2..6413694 100644 --- a/manifests/trigger-command/trigger-command.json +++ b/manifests/trigger-command/trigger-command.json @@ -1,39 +1,39 @@ { "name": "trigger-command", "description": "A Spin trigger that executes the WASI main function of a component.", - "version": "0.4.0", + "version": "0.4.1", "spinCompatibility": ">=2.0", "license": "Apache-2.0", "packages": [ { "os": "macos", - "arch": "amd64", - "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.4.0/trigger-command-0.4.0-macos-amd64.tar.gz", - "sha256": "323542b6e5ccb32ca1f48ec18b953c2006d72da629369f73a8d844241b6d5086" + "arch": "aarch64", + "url": "https://github.com/spinframework/spin-trigger-command/releases/download/v0.4.1/trigger-command-0.4.1-macos-aarch64.tar.gz", + "sha256": "7facaebffba6f71fed8404f25adf1ef4f3795497f698e25e60bf2cf97446ebea" }, { "os": "linux", - "arch": "aarch64", - "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.4.0/trigger-command-0.4.0-linux-aarch64.tar.gz", - "sha256": "47c53274826536d35f5cc1e831a503e19172b85711315557f97a659890032fbf" + "arch": "amd64", + "url": "https://github.com/spinframework/spin-trigger-command/releases/download/v0.4.1/trigger-command-0.4.1-linux-amd64.tar.gz", + "sha256": "bb185483fe9c0a7b1fb3234d733a1bb1edee5e628523fae4ff3b8103ebe02b10" }, { - "os": "macos", - "arch": "aarch64", - "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.4.0/trigger-command-0.4.0-macos-aarch64.tar.gz", - "sha256": "85510c9b395f0b5e4fc235cac94cca67231bf8fe26e973dc15bc9e9cf656f404" + "os": "windows", + "arch": "amd64", + "url": "https://github.com/spinframework/spin-trigger-command/releases/download/v0.4.1/trigger-command-0.4.1-windows-amd64.tar.gz", + "sha256": "97d8ff5228361c5553b061c3ce82c4f7365446d9630df39abad100dc7e94f9ba" }, { - "os": "windows", + "os": "macos", "arch": "amd64", - "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.4.0/trigger-command-0.4.0-windows-amd64.tar.gz", - "sha256": "d3b0ca69f2a687174653c782586faf90a0d6cc1df26a34e7be16897a921c4a17" + "url": "https://github.com/spinframework/spin-trigger-command/releases/download/v0.4.1/trigger-command-0.4.1-macos-amd64.tar.gz", + "sha256": "b13b984f5fc4c68eb998d506fba1595a0b80139a5030f00c1cad0c52a2d675db" }, { "os": "linux", - "arch": "amd64", - "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.4.0/trigger-command-0.4.0-linux-amd64.tar.gz", - "sha256": "9fb23fad4f315b64d105950f12a4ad89d46ad4ab5df65c76df76c215a5fd2387" + "arch": "aarch64", + "url": "https://github.com/spinframework/spin-trigger-command/releases/download/v0.4.1/trigger-command-0.4.1-linux-aarch64.tar.gz", + "sha256": "394718db2db2c633ab56954ce6bb69d8d4c689cbb28019b1e31d05356e70f0e4" } ] } diff --git a/manifests/trigger-command/trigger-command@0.4.0.json b/manifests/trigger-command/trigger-command@0.4.0.json new file mode 100644 index 0000000..67100a2 --- /dev/null +++ b/manifests/trigger-command/trigger-command@0.4.0.json @@ -0,0 +1,39 @@ +{ + "name": "trigger-command", + "description": "A Spin trigger that executes the WASI main function of a component.", + "version": "0.4.0", + "spinCompatibility": ">=2.0", + "license": "Apache-2.0", + "packages": [ + { + "os": "macos", + "arch": "amd64", + "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.4.0/trigger-command-0.4.0-macos-amd64.tar.gz", + "sha256": "323542b6e5ccb32ca1f48ec18b953c2006d72da629369f73a8d844241b6d5086" + }, + { + "os": "linux", + "arch": "aarch64", + "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.4.0/trigger-command-0.4.0-linux-aarch64.tar.gz", + "sha256": "47c53274826536d35f5cc1e831a503e19172b85711315557f97a659890032fbf" + }, + { + "os": "macos", + "arch": "aarch64", + "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.4.0/trigger-command-0.4.0-macos-aarch64.tar.gz", + "sha256": "85510c9b395f0b5e4fc235cac94cca67231bf8fe26e973dc15bc9e9cf656f404" + }, + { + "os": "windows", + "arch": "amd64", + "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.4.0/trigger-command-0.4.0-windows-amd64.tar.gz", + "sha256": "d3b0ca69f2a687174653c782586faf90a0d6cc1df26a34e7be16897a921c4a17" + }, + { + "os": "linux", + "arch": "amd64", + "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.4.0/trigger-command-0.4.0-linux-amd64.tar.gz", + "sha256": "9fb23fad4f315b64d105950f12a4ad89d46ad4ab5df65c76df76c215a5fd2387" + } + ] +} diff --git a/manifests/trigger-mqtt/trigger-mqtt.json b/manifests/trigger-mqtt/trigger-mqtt.json index 250a353..08add77 100644 --- a/manifests/trigger-mqtt/trigger-mqtt.json +++ b/manifests/trigger-mqtt/trigger-mqtt.json @@ -1,39 +1,39 @@ { "name": "trigger-mqtt", "description": "A Spin trigger for MQTT events", - "version": "0.5.0", + "version": "0.5.1", "spinCompatibility": ">=2.0", "license": "MIT", "packages": [ { - "os": "linux", - "arch": "amd64", - "url": "https://github.com/spinframework/spin-trigger-mqtt/releases/download/v0.5.0/trigger-mqtt-0.5.0-linux-amd64.tar.gz", - "sha256": "e31fb01c100f9f67f7f7b38f0ba3b73444120e049786b8c6bb47ffee33dea14d" + "os": "macos", + "arch": "aarch64", + "url": "https://github.com/spinframework/spin-trigger-mqtt/releases/download/v0.5.1/trigger-mqtt-0.5.1-macos-aarch64.tar.gz", + "sha256": "8e0658bd23fbb1e4054932d24b90131ccd57d8c2db8d0f15df6ce779cc655f4a" }, { "os": "macos", "arch": "amd64", - "url": "https://github.com/spinframework/spin-trigger-mqtt/releases/download/v0.5.0/trigger-mqtt-0.5.0-macos-amd64.tar.gz", - "sha256": "0cc44b859d7e7eda9ba20213a6dda65f7c2df3188bacb8c28d557f73b2105a4c" + "url": "https://github.com/spinframework/spin-trigger-mqtt/releases/download/v0.5.1/trigger-mqtt-0.5.1-macos-amd64.tar.gz", + "sha256": "b6521750b4a1429f2342633002a241942b38f285bc73ad88f93c4f6a5ff999b2" }, { - "os": "macos", + "os": "linux", "arch": "aarch64", - "url": "https://github.com/spinframework/spin-trigger-mqtt/releases/download/v0.5.0/trigger-mqtt-0.5.0-macos-aarch64.tar.gz", - "sha256": "dc506dea4ce649d2f544e72490b275424a27561ef2bcdc4b16008e5ba459ce85" + "url": "https://github.com/spinframework/spin-trigger-mqtt/releases/download/v0.5.1/trigger-mqtt-0.5.1-linux-aarch64.tar.gz", + "sha256": "6bc49a53dc5c6211a762622cee886e0ac6a798e1e4037c7ba5edf76e1d02e673" }, { "os": "linux", - "arch": "aarch64", - "url": "https://github.com/spinframework/spin-trigger-mqtt/releases/download/v0.5.0/trigger-mqtt-0.5.0-linux-aarch64.tar.gz", - "sha256": "6532d597b53b8e8faf093a721d24668317ecdaf80536415f49207bb250d30489" + "arch": "amd64", + "url": "https://github.com/spinframework/spin-trigger-mqtt/releases/download/v0.5.1/trigger-mqtt-0.5.1-linux-amd64.tar.gz", + "sha256": "8091310acab29aad6e1c038d9155e7d7dbf58698051a5a4137e6a336d55c75a2" }, { "os": "windows", "arch": "amd64", - "url": "https://github.com/spinframework/spin-trigger-mqtt/releases/download/v0.5.0/trigger-mqtt-0.5.0-windows-amd64.tar.gz", - "sha256": "1ed646cb86da4311495bcf1e72045d5835322e1f5ba499fb45f1e92904c7306a" + "url": "https://github.com/spinframework/spin-trigger-mqtt/releases/download/v0.5.1/trigger-mqtt-0.5.1-windows-amd64.tar.gz", + "sha256": "af2a748f79ddda8be639802879f66fdbd450e2b6c73f8d9b552bb24975c51776" } ] } diff --git a/manifests/trigger-mqtt/trigger-mqtt@0.5.0.json b/manifests/trigger-mqtt/trigger-mqtt@0.5.0.json new file mode 100644 index 0000000..250a353 --- /dev/null +++ b/manifests/trigger-mqtt/trigger-mqtt@0.5.0.json @@ -0,0 +1,39 @@ +{ + "name": "trigger-mqtt", + "description": "A Spin trigger for MQTT events", + "version": "0.5.0", + "spinCompatibility": ">=2.0", + "license": "MIT", + "packages": [ + { + "os": "linux", + "arch": "amd64", + "url": "https://github.com/spinframework/spin-trigger-mqtt/releases/download/v0.5.0/trigger-mqtt-0.5.0-linux-amd64.tar.gz", + "sha256": "e31fb01c100f9f67f7f7b38f0ba3b73444120e049786b8c6bb47ffee33dea14d" + }, + { + "os": "macos", + "arch": "amd64", + "url": "https://github.com/spinframework/spin-trigger-mqtt/releases/download/v0.5.0/trigger-mqtt-0.5.0-macos-amd64.tar.gz", + "sha256": "0cc44b859d7e7eda9ba20213a6dda65f7c2df3188bacb8c28d557f73b2105a4c" + }, + { + "os": "macos", + "arch": "aarch64", + "url": "https://github.com/spinframework/spin-trigger-mqtt/releases/download/v0.5.0/trigger-mqtt-0.5.0-macos-aarch64.tar.gz", + "sha256": "dc506dea4ce649d2f544e72490b275424a27561ef2bcdc4b16008e5ba459ce85" + }, + { + "os": "linux", + "arch": "aarch64", + "url": "https://github.com/spinframework/spin-trigger-mqtt/releases/download/v0.5.0/trigger-mqtt-0.5.0-linux-aarch64.tar.gz", + "sha256": "6532d597b53b8e8faf093a721d24668317ecdaf80536415f49207bb250d30489" + }, + { + "os": "windows", + "arch": "amd64", + "url": "https://github.com/spinframework/spin-trigger-mqtt/releases/download/v0.5.0/trigger-mqtt-0.5.0-windows-amd64.tar.gz", + "sha256": "1ed646cb86da4311495bcf1e72045d5835322e1f5ba499fb45f1e92904c7306a" + } + ] +} diff --git a/manifests/trigger-sqs/trigger-sqs.json b/manifests/trigger-sqs/trigger-sqs.json index 5a11c4a..fca5402 100644 --- a/manifests/trigger-sqs/trigger-sqs.json +++ b/manifests/trigger-sqs/trigger-sqs.json @@ -1,39 +1,39 @@ { "name": "trigger-sqs", "description": "A Spin trigger for Amazon SQS events", - "version": "0.10.0", + "version": "0.10.1", "spinCompatibility": ">=2.2", "license": "Apache-2.0", "packages": [ { - "os": "macos", + "os": "windows", "arch": "amd64", - "url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.10.0/trigger-sqs-0.10.0-macos-amd64.tar.gz", - "sha256": "4188a3fe676c759d5c9c6cdbd822017cb60e99f5c8e9c603e459f1a496e5619b" + "url": "https://github.com/spinframework/spin-trigger-sqs/releases/download/v0.10.1/trigger-sqs-0.10.1-windows-amd64.tar.gz", + "sha256": "d0898c6bc7e29f3c8c999f2b147b1b7b7f3a9930fb2ab2b995422f99e19d77ee" }, { "os": "linux", "arch": "aarch64", - "url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.10.0/trigger-sqs-0.10.0-linux-aarch64.tar.gz", - "sha256": "e7c5a959232abcb6b0e95da37c9bf687dbdc24f05060d996b5751fa72d099649" + "url": "https://github.com/spinframework/spin-trigger-sqs/releases/download/v0.10.1/trigger-sqs-0.10.1-linux-aarch64.tar.gz", + "sha256": "2ece1ba4fd32e579822dc68c2ec7c4900cf7e1920d87eadea927422d5e974cc2" }, { - "os": "windows", - "arch": "amd64", - "url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.10.0/trigger-sqs-0.10.0-windows-amd64.tar.gz", - "sha256": "9fcaaabf11cf559444eb4bda4f8133e1400ab893ab1f36b62f5e070d4fae29b4" + "os": "macos", + "arch": "aarch64", + "url": "https://github.com/spinframework/spin-trigger-sqs/releases/download/v0.10.1/trigger-sqs-0.10.1-macos-aarch64.tar.gz", + "sha256": "e068dd33fa3021740eed652f3bcdd290dee3c3fe535a087c04cbd72ae2911daa" }, { - "os": "linux", + "os": "macos", "arch": "amd64", - "url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.10.0/trigger-sqs-0.10.0-linux-amd64.tar.gz", - "sha256": "0050215529a8b5b9d9ec00fd21e123ee8862a4201cb72ac2ea72fe810775bc0f" + "url": "https://github.com/spinframework/spin-trigger-sqs/releases/download/v0.10.1/trigger-sqs-0.10.1-macos-amd64.tar.gz", + "sha256": "e6106d3381a6db07011da773e09679c16af15b11d1627a11f247afacd28a656f" }, { - "os": "macos", - "arch": "aarch64", - "url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.10.0/trigger-sqs-0.10.0-macos-aarch64.tar.gz", - "sha256": "5de27faeecdbf120f2f54a078b0346227569071bb2a2a8eba95e6da4ad5d83a5" + "os": "linux", + "arch": "amd64", + "url": "https://github.com/spinframework/spin-trigger-sqs/releases/download/v0.10.1/trigger-sqs-0.10.1-linux-amd64.tar.gz", + "sha256": "d9de351d80f286bce480ba6af0d302e80427b39b3858b0a3bd10ed8a689f2378" } ] } diff --git a/manifests/trigger-sqs/trigger-sqs@0.10.0.json b/manifests/trigger-sqs/trigger-sqs@0.10.0.json new file mode 100644 index 0000000..5a11c4a --- /dev/null +++ b/manifests/trigger-sqs/trigger-sqs@0.10.0.json @@ -0,0 +1,39 @@ +{ + "name": "trigger-sqs", + "description": "A Spin trigger for Amazon SQS events", + "version": "0.10.0", + "spinCompatibility": ">=2.2", + "license": "Apache-2.0", + "packages": [ + { + "os": "macos", + "arch": "amd64", + "url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.10.0/trigger-sqs-0.10.0-macos-amd64.tar.gz", + "sha256": "4188a3fe676c759d5c9c6cdbd822017cb60e99f5c8e9c603e459f1a496e5619b" + }, + { + "os": "linux", + "arch": "aarch64", + "url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.10.0/trigger-sqs-0.10.0-linux-aarch64.tar.gz", + "sha256": "e7c5a959232abcb6b0e95da37c9bf687dbdc24f05060d996b5751fa72d099649" + }, + { + "os": "windows", + "arch": "amd64", + "url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.10.0/trigger-sqs-0.10.0-windows-amd64.tar.gz", + "sha256": "9fcaaabf11cf559444eb4bda4f8133e1400ab893ab1f36b62f5e070d4fae29b4" + }, + { + "os": "linux", + "arch": "amd64", + "url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.10.0/trigger-sqs-0.10.0-linux-amd64.tar.gz", + "sha256": "0050215529a8b5b9d9ec00fd21e123ee8862a4201cb72ac2ea72fe810775bc0f" + }, + { + "os": "macos", + "arch": "aarch64", + "url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.10.0/trigger-sqs-0.10.0-macos-aarch64.tar.gz", + "sha256": "5de27faeecdbf120f2f54a078b0346227569071bb2a2a8eba95e6da4ad5d83a5" + } + ] +}