Skip to content

Commit f8dfa94

Browse files
authored
Merge pull request #93 from Mossaka/azure
add spin-azure plugin to the manifest
2 parents b31ea3d + 1630c05 commit f8dfa94

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

manifests/azure/azure.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"name": "azure",
3+
"description": "A plugin to manage Azure Kubernetes Service (AKS) with workload identity.",
4+
"homepage": "https://github.com/mossaka/spin-plugin-azure",
5+
"version": "0.0.2",
6+
"spinCompatibility": ">=2.3.1",
7+
"license": "Apache-2.0",
8+
"packages": [
9+
{
10+
"os": "linux",
11+
"arch": "amd64",
12+
"url": "https://github.com/Mossaka/spin-plugin-azure/releases/download/v0.0.2/spin-plugin-azure-0.0.2-linux-amd64.tar.gz",
13+
"sha256": "ed94d9f4e0b328ceac2394a7559e336d4a12436413ff83f8494d95c9341fc387"
14+
},
15+
{
16+
"os": "linux",
17+
"arch": "aarch64",
18+
"url": "https://github.com/Mossaka/spin-plugin-azure/releases/download/v0.0.2/spin-plugin-azure-0.0.2-linux-arm64.tar.gz",
19+
"sha256": "e47d8ce5c50ec1488ca445eb8fcb8e0351f94ce5a90f50db3b59f56a6bc2d991"
20+
},
21+
{
22+
"os": "macos",
23+
"arch": "amd64",
24+
"url": "https://github.com/mossaka/spin-plugin-azure/releases/download/v0.0.2/spin-plugin-azure-0.0.2-darwin-amd64.tar.gz",
25+
"sha256": "f2d529006ad1fb43b250b279d6e5b6bffa91b448f3d3c65738e8f0e8722539af"
26+
},
27+
{
28+
"os": "macos",
29+
"arch": "aarch64",
30+
"url": "https://github.com/Mossaka/spin-plugin-azure/releases/download/v0.0.2/spin-plugin-azure-0.0.2-darwin-arm64.tar.gz",
31+
"sha256": "fcf1b98362f07714223b9d32d019c0b8307da21fb2f45855176e4d4682709536"
32+
},
33+
{
34+
"os": "windows",
35+
"arch": "amd64",
36+
"url": "https://github.com/Mossaka/spin-plugin-azure/releases/download/v0.0.2/spin-plugin-azure-0.0.2-windows-amd64.tar.gz",
37+
"sha256": "833ae67649d44f4b90c190812f6a84381fc87ab7c46920425dc314132647e3a2"
38+
},
39+
{
40+
"os": "windows",
41+
"arch": "aarch64",
42+
"url": "https://github.com/Mossaka/spin-plugin-azure/releases/download/v0.0.2/spin-plugin-azure-0.0.2-windows-arm64.tar.gz",
43+
"sha256": "04550657aff6a56ff00c3588f5ab45cd33e21e12de4756459c33af6ac388ffdf"
44+
}
45+
]
46+
}

0 commit comments

Comments
 (0)