Skip to content

Commit 221561e

Browse files
authored
Merge pull request #133 from cedweber/ci/stackit-plugin-1.4.0
ci: stackit plugin version bump to v1.4.0
2 parents 9c5c83f + 78dc26f commit 221561e

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

manifests/stackit/stackit.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"name": "stackit",
3+
"description": "StackIT Serverless plug-in.",
4+
"homepage": "https://stackit.cloud",
5+
"version": "1.4.0",
6+
"spinCompatibility": ">=3.1",
7+
"license": "Apache-2.0",
8+
"packages": [
9+
{
10+
"os": "macos",
11+
"arch": "amd64",
12+
"url": "https://github.com/stackitcloud/spin/releases/download/v1.4.0/stackit-1.4.0-macos-amd64.tar.gz",
13+
"sha256": "d185650e0be8f6f5df418aa92e0d37c287b4b43cccdba0b3c335ad8a56a7c39e"
14+
},
15+
{
16+
"os": "macos",
17+
"arch": "aarch64",
18+
"url": "https://github.com/stackitcloud/spin/releases/download/v1.4.0/stackit-1.4.0-macos-aarch64.tar.gz",
19+
"sha256": "579a19109ebbacd8d28719dc9b26acf009928793ff983b70c1c5a11346659a1f"
20+
},
21+
{
22+
"os": "linux",
23+
"arch": "amd64",
24+
"url": "https://github.com/stackitcloud/spin/releases/download/v1.4.0/stackit-1.4.0-linux-amd64.tar.gz",
25+
"sha256": "936574522cc8a06a5058676998b1a5d42f197ae3da9494f2fb0c0fdc76a0f32d"
26+
},
27+
{
28+
"os": "windows",
29+
"arch": "amd64",
30+
"url": "https://github.com/stackitcloud/spin/releases/download/v1.4.0/stackit-1.4.0-windows-amd64.tar.gz",
31+
"sha256": "2d5a39473c2ca4ac99dd5235f6eeadb18d76bcd6f99d2f64bc81b956bbc5057b"
32+
},
33+
{
34+
"os": "linux",
35+
"arch": "aarch64",
36+
"url": "https://github.com/stackitcloud/spin/releases/download/v1.4.0/stackit-1.4.0-linux-aarch64.tar.gz",
37+
"sha256": "92b212bdceba610d45fa5db4cd50bf25a93b8086b5af880136c26be1c9362e75"
38+
}
39+
]
40+
}

0 commit comments

Comments
 (0)