Skip to content

Commit 29e3461

Browse files
authored
Merge pull request #87 from ThorstenHans/chore/gh-0.0.6
Release new version of the gh plugin (0.0.6)
2 parents 546dac7 + aad2796 commit 29e3461

File tree

2 files changed

+43
-9
lines changed

2 files changed

+43
-9
lines changed

manifests/gh/gh.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,33 @@
22
"name": "gh",
33
"description": "Generates GitHub Actions for Spin Apps",
44
"homepage": "https://github.com/fermyon/spin-gh-plugin",
5-
"version": "0.0.5",
5+
"version": "0.0.6",
66
"spinCompatibility": ">=2.0.0",
77
"license": "Apache-2.0",
88
"packages": [
99
{
1010
"os": "linux",
1111
"arch": "aarch64",
12-
"url": "https://github.com/fermyon/spin-gh-plugin/releases/download/v0.0.5/gh-0.0.5-linux-aarch64.tar.gz",
13-
"sha256": "aa9d31af478a4b61e93579a291e57b5d9914b47989123d4bfabb53eb6bb96be9"
12+
"url": "https://github.com/fermyon/spin-gh-plugin/releases/download/v0.0.6/gh-0.0.6-linux-aarch64.tar.gz",
13+
"sha256": "40d47fb061e8208d5743a3c21ed13e8b25f26a8e6341ecef8d9da5ebe61d8037"
1414
},
1515
{
1616
"os": "macos",
1717
"arch": "amd64",
18-
"url": "https://github.com/fermyon/spin-gh-plugin/releases/download/v0.0.5/gh-0.0.5-macos-amd64.tar.gz",
19-
"sha256": "8a83a8b96b7c2741451c90a46b1c3a400cbd4fa4a1f46f9081810ac47ae56892"
18+
"url": "https://github.com/fermyon/spin-gh-plugin/releases/download/v0.0.6/gh-0.0.6-macos-amd64.tar.gz",
19+
"sha256": "a143dfcbcfb3983f2d03022bc7bdd0397e2af58e77595c327214de22917808e0"
2020
},
2121
{
2222
"os": "macos",
2323
"arch": "aarch64",
24-
"url": "https://github.com/fermyon/spin-gh-plugin/releases/download/v0.0.5/gh-0.0.5-macos-aarch64.tar.gz",
25-
"sha256": "e1ae5ae19b5adde03dcf6f4e63be357f6ee933d2a476727f14d48f2b4f46137f"
24+
"url": "https://github.com/fermyon/spin-gh-plugin/releases/download/v0.0.6/gh-0.0.6-macos-aarch64.tar.gz",
25+
"sha256": "b65a67ebce5b7f6fc51d22b5111e21bb1ea28771506a0abb9b3b274677242b31"
2626
},
2727
{
2828
"os": "linux",
2929
"arch": "amd64",
30-
"url": "https://github.com/fermyon/spin-gh-plugin/releases/download/v0.0.5/gh-0.0.5-linux-amd64.tar.gz",
31-
"sha256": "2cf6a20dea28fe1eefb5492cd6d2c53290779b3777c4715e3980a58268b7a2ca"
30+
"url": "https://github.com/fermyon/spin-gh-plugin/releases/download/v0.0.6/gh-0.0.6-linux-amd64.tar.gz",
31+
"sha256": "05142ebb389126e29098ce83e24fe036636ed988534f41e4cea1ff96c3feb959"
3232
}
3333
]
3434
}

manifests/gh/[email protected]

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "gh",
3+
"description": "Generates GitHub Actions for Spin Apps",
4+
"homepage": "https://github.com/fermyon/spin-gh-plugin",
5+
"version": "0.0.5",
6+
"spinCompatibility": ">=2.0.0",
7+
"license": "Apache-2.0",
8+
"packages": [
9+
{
10+
"os": "linux",
11+
"arch": "aarch64",
12+
"url": "https://github.com/fermyon/spin-gh-plugin/releases/download/v0.0.5/gh-0.0.5-linux-aarch64.tar.gz",
13+
"sha256": "aa9d31af478a4b61e93579a291e57b5d9914b47989123d4bfabb53eb6bb96be9"
14+
},
15+
{
16+
"os": "macos",
17+
"arch": "amd64",
18+
"url": "https://github.com/fermyon/spin-gh-plugin/releases/download/v0.0.5/gh-0.0.5-macos-amd64.tar.gz",
19+
"sha256": "8a83a8b96b7c2741451c90a46b1c3a400cbd4fa4a1f46f9081810ac47ae56892"
20+
},
21+
{
22+
"os": "macos",
23+
"arch": "aarch64",
24+
"url": "https://github.com/fermyon/spin-gh-plugin/releases/download/v0.0.5/gh-0.0.5-macos-aarch64.tar.gz",
25+
"sha256": "e1ae5ae19b5adde03dcf6f4e63be357f6ee933d2a476727f14d48f2b4f46137f"
26+
},
27+
{
28+
"os": "linux",
29+
"arch": "amd64",
30+
"url": "https://github.com/fermyon/spin-gh-plugin/releases/download/v0.0.5/gh-0.0.5-linux-amd64.tar.gz",
31+
"sha256": "2cf6a20dea28fe1eefb5492cd6d2c53290779b3777c4715e3980a58268b7a2ca"
32+
}
33+
]
34+
}

0 commit comments

Comments
 (0)