Skip to content

Commit ffcfb4a

Browse files
committed
Release trigger plugins
Signed-off-by: Brian H <[email protected]>
1 parent 4860530 commit ffcfb4a

File tree

6 files changed

+234
-114
lines changed

6 files changed

+234
-114
lines changed
Lines changed: 39 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,40 @@
11
{
2-
"name": "trigger-command",
3-
"description": "A Spin trigger that executes the WASI main function of a component.",
4-
"version": "0.2.0",
5-
"spinCompatibility": ">=2.0",
6-
"license": "Apache-2.0",
7-
"packages": [
8-
{
9-
"os": "linux",
10-
"arch": "aarch64",
11-
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.0/trigger-command-0.2-linux-aarch64.tar.gz",
12-
"sha256": "6ed8a6eb3cafeac150b62a03ca46cc7e267352ccc267d4d3ef3f757fe653d9f8"
13-
},
14-
{
15-
"os": "linux",
16-
"arch": "amd64",
17-
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.0/trigger-command-0.2-linux-amd64.tar.gz",
18-
"sha256": "11bc757d82f273dd0d3848180935bb6cd7cbc824a73d401c33915d8ecd32a79a"
19-
},
20-
{
21-
"os": "windows",
22-
"arch": "amd64",
23-
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.0/trigger-command-0.2-windows-amd64.tar.gz",
24-
"sha256": "4b87700234811d36b18f9301a58c9868eb1d075e96c58588c4067c19bb251b6d"
25-
},
26-
{
27-
"os": "macos",
28-
"arch": "amd64",
29-
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.0/trigger-command-0.2-macos-amd64.tar.gz",
30-
"sha256": "9a8fe0aa055cfca33b35ef5461b9a7ee07d4ec1931e3f398a410e5e25b9b118a"
31-
},
32-
{
33-
"os": "macos",
34-
"arch": "aarch64",
35-
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.0/trigger-command-0.2-macos-aarch64.tar.gz",
36-
"sha256": "4fd835ef6e10138a33c44c0f9a849e3a0253e66b5e699730498ac221921c34d4"
37-
}
38-
]
39-
}
2+
"name": "trigger-command",
3+
"description": "A Spin trigger that executes the WASI main function of a component.",
4+
"version": "0.2.1",
5+
"spinCompatibility": ">=2.0",
6+
"license": "Apache-2.0",
7+
"packages": [
8+
{
9+
"os": "linux",
10+
"arch": "aarch64",
11+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.1/trigger-command-0.2.1-linux-aarch64.tar.gz",
12+
"sha256": "7dd8ccf698074d2e30e9b5f54036678c55465fe850b80e045f5b1489ed81e29c"
13+
},
14+
{
15+
"os": "linux",
16+
"arch": "amd64",
17+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.1/trigger-command-0.2.1-linux-amd64.tar.gz",
18+
"sha256": "d5b65b7c610ff4516ec9dd4aebf17007c4b2bc6696317a627a0b32b44868258e"
19+
},
20+
{
21+
"os": "windows",
22+
"arch": "amd64",
23+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.1/trigger-command-0.2.1-windows-amd64.tar.gz",
24+
"sha256": "c28c53053c07962701f8b5dcb7dfccd2e2a1c57decb36d2b2a1252f11065d861"
25+
},
26+
{
27+
"os": "macos",
28+
"arch": "amd64",
29+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.1/trigger-command-0.2.1-macos-amd64.tar.gz",
30+
"sha256": "44f27e045b2b2f8576701bc07efd3d9c405031d898b6da704156394f476d679a"
31+
},
32+
{
33+
"os": "macos",
34+
"arch": "aarch64",
35+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.1/trigger-command-0.2.1-macos-aarch64.tar.gz",
36+
"sha256": "0ff80da0fadc8ba7e0fbbeee5bf10e8387d1688853aa1bab0cb91036452b3250"
37+
}
38+
]
39+
}
40+
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"name": "trigger-command",
3+
"description": "A Spin trigger that executes the WASI main function of a component.",
4+
"version": "0.2.0",
5+
"spinCompatibility": ">=2.0",
6+
"license": "Apache-2.0",
7+
"packages": [
8+
{
9+
"os": "linux",
10+
"arch": "aarch64",
11+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.0/trigger-command-0.2-linux-aarch64.tar.gz",
12+
"sha256": "6ed8a6eb3cafeac150b62a03ca46cc7e267352ccc267d4d3ef3f757fe653d9f8"
13+
},
14+
{
15+
"os": "linux",
16+
"arch": "amd64",
17+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.0/trigger-command-0.2-linux-amd64.tar.gz",
18+
"sha256": "11bc757d82f273dd0d3848180935bb6cd7cbc824a73d401c33915d8ecd32a79a"
19+
},
20+
{
21+
"os": "windows",
22+
"arch": "amd64",
23+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.0/trigger-command-0.2-windows-amd64.tar.gz",
24+
"sha256": "4b87700234811d36b18f9301a58c9868eb1d075e96c58588c4067c19bb251b6d"
25+
},
26+
{
27+
"os": "macos",
28+
"arch": "amd64",
29+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.0/trigger-command-0.2-macos-amd64.tar.gz",
30+
"sha256": "9a8fe0aa055cfca33b35ef5461b9a7ee07d4ec1931e3f398a410e5e25b9b118a"
31+
},
32+
{
33+
"os": "macos",
34+
"arch": "aarch64",
35+
"url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.2.0/trigger-command-0.2-macos-aarch64.tar.gz",
36+
"sha256": "4fd835ef6e10138a33c44c0f9a849e3a0253e66b5e699730498ac221921c34d4"
37+
}
38+
]
39+
}
Lines changed: 39 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,40 @@
11
{
2-
"name": "trigger-mqtt",
3-
"description": "A Spin trigger for MQTT events",
4-
"version": "0.3.0",
5-
"spinCompatibility": ">=2.0",
6-
"license": "MIT",
7-
"packages": [
8-
{
9-
"os": "windows",
10-
"arch": "amd64",
11-
"url": "https://github.com/spinkube/spin-trigger-mqtt/releases/download/v0.3.0/trigger-mqtt-0.3.0-windows-amd64.tar.gz",
12-
"sha256": "a7d86cb3dd13ec4ee929bd260b804d7769d9ac02b2ce9779be96ae13d3ea0ed3"
13-
},
14-
{
15-
"os": "linux",
16-
"arch": "amd64",
17-
"url": "https://github.com/spinkube/spin-trigger-mqtt/releases/download/v0.3.0/trigger-mqtt-0.3.0-linux-amd64.tar.gz",
18-
"sha256": "c15f7f264c2c935e12137f064a1b7acdf33d19ca685a433f51a1c372020df75e"
19-
},
20-
{
21-
"os": "macos",
22-
"arch": "aarch64",
23-
"url": "https://github.com/spinkube/spin-trigger-mqtt/releases/download/v0.3.0/trigger-mqtt-0.3.0-macos-aarch64.tar.gz",
24-
"sha256": "f23e55f3a50da5f854161a9a09649665854170f28a92f609407552214f66373a"
25-
},
26-
{
27-
"os": "linux",
28-
"arch": "aarch64",
29-
"url": "https://github.com/spinkube/spin-trigger-mqtt/releases/download/v0.3.0/trigger-mqtt-0.3.0-linux-aarch64.tar.gz",
30-
"sha256": "f671775dd80d3b6e8146c6ece4e539286a4afb9eeb08dabced38dd11ea99dbb5"
31-
},
32-
{
33-
"os": "macos",
34-
"arch": "amd64",
35-
"url": "https://github.com/spinkube/spin-trigger-mqtt/releases/download/v0.3.0/trigger-mqtt-0.3.0-macos-amd64.tar.gz",
36-
"sha256": "4df9950755691c8c4cee9ccb0c38a5e0c0a7fa2fa07a25b86ecd56c8af52b0d1"
37-
}
38-
]
39-
}
2+
"name": "trigger-mqtt",
3+
"description": "A Spin trigger for MQTT events",
4+
"version": "0.3.1",
5+
"spinCompatibility": ">=2.0",
6+
"license": "MIT",
7+
"packages": [
8+
{
9+
"os": "windows",
10+
"arch": "amd64",
11+
"url": "https://github.com/spinkube/spin-trigger-mqtt/releases/download/v0.3.1/trigger-mqtt-0.3.1-windows-amd64.tar.gz",
12+
"sha256": "f1df9a08bdcd10252d2b799677c6be096d82383b7ef1aa0e13683eff4a070e21"
13+
},
14+
{
15+
"os": "linux",
16+
"arch": "amd64",
17+
"url": "https://github.com/spinkube/spin-trigger-mqtt/releases/download/v0.3.1/trigger-mqtt-0.3.1-linux-amd64.tar.gz",
18+
"sha256": "8b59566660db2535ceff703dbd212fb50384197f5a5b73acb37b0299c3d97fde"
19+
},
20+
{
21+
"os": "macos",
22+
"arch": "aarch64",
23+
"url": "https://github.com/spinkube/spin-trigger-mqtt/releases/download/v0.3.1/trigger-mqtt-0.3.1-macos-aarch64.tar.gz",
24+
"sha256": "06f96c95147752be3968be6e0be228e4c499b3a74d8ba48f34513ef1c6f547f1"
25+
},
26+
{
27+
"os": "linux",
28+
"arch": "aarch64",
29+
"url": "https://github.com/spinkube/spin-trigger-mqtt/releases/download/v0.3.1/trigger-mqtt-0.3.1-linux-aarch64.tar.gz",
30+
"sha256": "518b9ce2d9f30192269ff959a5e1343e0cd3deb23ee5c4622f53ec025764ab07"
31+
},
32+
{
33+
"os": "macos",
34+
"arch": "amd64",
35+
"url": "https://github.com/spinkube/spin-trigger-mqtt/releases/download/v0.3.1/trigger-mqtt-0.3.1-macos-amd64.tar.gz",
36+
"sha256": "3937e29308fc384980fd2601da76b8ff1be9aa5b00dbf25df56974f5c9480d0e"
37+
}
38+
]
39+
}
40+
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"name": "trigger-mqtt",
3+
"description": "A Spin trigger for MQTT events",
4+
"version": "0.3.0",
5+
"spinCompatibility": ">=2.0",
6+
"license": "MIT",
7+
"packages": [
8+
{
9+
"os": "windows",
10+
"arch": "amd64",
11+
"url": "https://github.com/spinkube/spin-trigger-mqtt/releases/download/v0.3.0/trigger-mqtt-0.3.0-windows-amd64.tar.gz",
12+
"sha256": "a7d86cb3dd13ec4ee929bd260b804d7769d9ac02b2ce9779be96ae13d3ea0ed3"
13+
},
14+
{
15+
"os": "linux",
16+
"arch": "amd64",
17+
"url": "https://github.com/spinkube/spin-trigger-mqtt/releases/download/v0.3.0/trigger-mqtt-0.3.0-linux-amd64.tar.gz",
18+
"sha256": "c15f7f264c2c935e12137f064a1b7acdf33d19ca685a433f51a1c372020df75e"
19+
},
20+
{
21+
"os": "macos",
22+
"arch": "aarch64",
23+
"url": "https://github.com/spinkube/spin-trigger-mqtt/releases/download/v0.3.0/trigger-mqtt-0.3.0-macos-aarch64.tar.gz",
24+
"sha256": "f23e55f3a50da5f854161a9a09649665854170f28a92f609407552214f66373a"
25+
},
26+
{
27+
"os": "linux",
28+
"arch": "aarch64",
29+
"url": "https://github.com/spinkube/spin-trigger-mqtt/releases/download/v0.3.0/trigger-mqtt-0.3.0-linux-aarch64.tar.gz",
30+
"sha256": "f671775dd80d3b6e8146c6ece4e539286a4afb9eeb08dabced38dd11ea99dbb5"
31+
},
32+
{
33+
"os": "macos",
34+
"arch": "amd64",
35+
"url": "https://github.com/spinkube/spin-trigger-mqtt/releases/download/v0.3.0/trigger-mqtt-0.3.0-macos-amd64.tar.gz",
36+
"sha256": "4df9950755691c8c4cee9ccb0c38a5e0c0a7fa2fa07a25b86ecd56c8af52b0d1"
37+
}
38+
]
39+
}
Lines changed: 39 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,40 @@
11
{
2-
"name": "trigger-sqs",
3-
"description": "A Spin trigger for Amazon SQS events",
4-
"version": "0.8.0",
5-
"spinCompatibility": ">=2.2",
6-
"license": "Apache-2.0",
7-
"packages": [
8-
{
9-
"os": "linux",
10-
"arch": "aarch64",
11-
"url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.8.0/trigger-sqs-0.8-linux-aarch64.tar.gz",
12-
"sha256": "b45f15767f1af37368ebd3492e0ec073fa6c3218317b8b2d33bec709ad710650"
13-
},
14-
{
15-
"os": "linux",
16-
"arch": "amd64",
17-
"url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.8.0/trigger-sqs-0.8-linux-amd64.tar.gz",
18-
"sha256": "335d35341661771ad27387ce7541f3acb017f4c79fd2f1e6d711248f99d9ab84"
19-
},
20-
{
21-
"os": "macos",
22-
"arch": "amd64",
23-
"url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.8.0/trigger-sqs-0.8-macos-amd64.tar.gz",
24-
"sha256": "bbb236bd78daf16246664a984fe5978d583e60b486afc16c6a0cb8aa4a6cb8e4"
25-
},
26-
{
27-
"os": "macos",
28-
"arch": "aarch64",
29-
"url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.8.0/trigger-sqs-0.8-macos-aarch64.tar.gz",
30-
"sha256": "bc2297d808193d0c8795430dc16f5268a7e7e2ecb57ffbbe614a7e91b335e896"
31-
},
32-
{
33-
"os": "windows",
34-
"arch": "amd64",
35-
"url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.8.0/trigger-sqs-0.8-windows-amd64.tar.gz",
36-
"sha256": "407d411d67d1d186a19b9d20fb4b2d4d99faa67a62f71e46d6500de8311a2974"
37-
}
38-
]
39-
}
2+
"name": "trigger-sqs",
3+
"description": "A Spin trigger for Amazon SQS events",
4+
"version": "0.8.1",
5+
"spinCompatibility": ">=2.2",
6+
"license": "Apache-2.0",
7+
"packages": [
8+
{
9+
"os": "linux",
10+
"arch": "aarch64",
11+
"url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.8.1/trigger-sqs-0.8.1-linux-aarch64.tar.gz",
12+
"sha256": "b734b450489d21686ee751b47700da592b9b2dc67a94190bfec9495546615105"
13+
},
14+
{
15+
"os": "linux",
16+
"arch": "amd64",
17+
"url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.8.1/trigger-sqs-0.8.1-linux-amd64.tar.gz",
18+
"sha256": "2982578b44d8ddd8d0c0336f72ef73fee75a1bb1f390b630269fe8e250576ed5"
19+
},
20+
{
21+
"os": "macos",
22+
"arch": "amd64",
23+
"url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.8.1/trigger-sqs-0.8.1-macos-amd64.tar.gz",
24+
"sha256": "3b8ba4c85571ba2aa4acd7571cc4956505200559e94f63871c4a5a99210a44cd"
25+
},
26+
{
27+
"os": "macos",
28+
"arch": "aarch64",
29+
"url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.8.1/trigger-sqs-0.8.1-macos-aarch64.tar.gz",
30+
"sha256": "fc1b3316a69c1e6a4c9ba724edd42da8ea3e433b738c21686a7a9708965642ae"
31+
},
32+
{
33+
"os": "windows",
34+
"arch": "amd64",
35+
"url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.8.1/trigger-sqs-0.8.1-windows-amd64.tar.gz",
36+
"sha256": "59406377c952e638bac19ae4e530eea197be7b7acb6f8195a6551f8b790a361c"
37+
}
38+
]
39+
}
40+
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"name": "trigger-sqs",
3+
"description": "A Spin trigger for Amazon SQS events",
4+
"version": "0.8.0",
5+
"spinCompatibility": ">=2.2",
6+
"license": "Apache-2.0",
7+
"packages": [
8+
{
9+
"os": "linux",
10+
"arch": "aarch64",
11+
"url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.8.0/trigger-sqs-0.8-linux-aarch64.tar.gz",
12+
"sha256": "b45f15767f1af37368ebd3492e0ec073fa6c3218317b8b2d33bec709ad710650"
13+
},
14+
{
15+
"os": "linux",
16+
"arch": "amd64",
17+
"url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.8.0/trigger-sqs-0.8-linux-amd64.tar.gz",
18+
"sha256": "335d35341661771ad27387ce7541f3acb017f4c79fd2f1e6d711248f99d9ab84"
19+
},
20+
{
21+
"os": "macos",
22+
"arch": "amd64",
23+
"url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.8.0/trigger-sqs-0.8-macos-amd64.tar.gz",
24+
"sha256": "bbb236bd78daf16246664a984fe5978d583e60b486afc16c6a0cb8aa4a6cb8e4"
25+
},
26+
{
27+
"os": "macos",
28+
"arch": "aarch64",
29+
"url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.8.0/trigger-sqs-0.8-macos-aarch64.tar.gz",
30+
"sha256": "bc2297d808193d0c8795430dc16f5268a7e7e2ecb57ffbbe614a7e91b335e896"
31+
},
32+
{
33+
"os": "windows",
34+
"arch": "amd64",
35+
"url": "https://github.com/fermyon/spin-trigger-sqs/releases/download/v0.8.0/trigger-sqs-0.8-windows-amd64.tar.gz",
36+
"sha256": "407d411d67d1d186a19b9d20fb4b2d4d99faa67a62f71e46d6500de8311a2974"
37+
}
38+
]
39+
}

0 commit comments

Comments
 (0)