Skip to content

Commit

Permalink
Add cloud 0.7.0 plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Kate Goldenring <[email protected]>
  • Loading branch information
kate-goldenring committed Jan 31, 2024
1 parent 7ab35d4 commit b4ccbb7
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 11 deletions.
22 changes: 11 additions & 11 deletions manifests/cloud/cloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,39 @@
"name": "cloud",
"description": "Commands for publishing applications to the Fermyon Cloud.",
"homepage": "https://github.com/fermyon/cloud-plugin",
"version": "0.6.1",
"version": "0.7.0",
"spinCompatibility": ">=1.3",
"license": "Apache-2.0",
"packages": [
{
"os": "linux",
"arch": "amd64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.6.1/cloud-v0.6.1-linux-amd64.tar.gz",
"sha256": "36b8b4bef5b9744e001848683e43b406da6b93dd6b015be35808e54764c11d7f"
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.7.0/cloud-v0.7.0-linux-amd64.tar.gz",
"sha256": "fe9bf5a423f836b1e548505e5336c9e294d7aafef4f89b07724cf594b022aea4"
},
{
"os": "linux",
"arch": "aarch64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.6.1/cloud-v0.6.1-linux-aarch64.tar.gz",
"sha256": "c05294e5e6fb8608b4616db7f68cbb9a48f65496f41c0a3891228bff22aff77e"
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.7.0/cloud-v0.7.0-linux-aarch64.tar.gz",
"sha256": "74a99b074881aee1342d24b54592661641e5e023e4b936d00075ff679aab9e28"
},
{
"os": "macos",
"arch": "aarch64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.6.1/cloud-v0.6.1-macos-aarch64.tar.gz",
"sha256": "65b97a07b7e61612bfc91ee3c659be266854e07c4b1d02c19a3eff565d07d88f"
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.7.0/cloud-v0.7.0-macos-aarch64.tar.gz",
"sha256": "a0d0119b49a9d451605f80bf4d3a577550716a6b18276c07ce3e635be4ad0450"
},
{
"os": "macos",
"arch": "amd64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.6.1/cloud-v0.6.1-macos-amd64.tar.gz",
"sha256": "8e21c6643817962337f2517d752d915327e7df01bacf16f87ee326221de1ad9c"
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.7.0/cloud-v0.7.0-macos-amd64.tar.gz",
"sha256": "d129fb3527c23b5cb9abd23bd00b72ab3bbf0b4469d4c01536d738e67e1f4e4e"
},
{
"os": "windows",
"arch": "amd64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.6.1/cloud-v0.6.1-windows-amd64.tar.gz",
"sha256": "549c2f8f7d4d999fdfea2c1c7d9b7aa1ae7cf9befa2c8f22e6a628620387453c"
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.7.0/cloud-v0.7.0-windows-amd64.tar.gz",
"sha256": "584c9212bdbc8a4ce25b69adc8624550d4fcc1cdcb1d163609d1f852bfd33560"
}
]
}
40 changes: 40 additions & 0 deletions manifests/cloud/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "cloud",
"description": "Commands for publishing applications to the Fermyon Cloud.",
"homepage": "https://github.com/fermyon/cloud-plugin",
"version": "0.6.1",
"spinCompatibility": ">=1.3",
"license": "Apache-2.0",
"packages": [
{
"os": "linux",
"arch": "amd64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.6.1/cloud-v0.6.1-linux-amd64.tar.gz",
"sha256": "36b8b4bef5b9744e001848683e43b406da6b93dd6b015be35808e54764c11d7f"
},
{
"os": "linux",
"arch": "aarch64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.6.1/cloud-v0.6.1-linux-aarch64.tar.gz",
"sha256": "c05294e5e6fb8608b4616db7f68cbb9a48f65496f41c0a3891228bff22aff77e"
},
{
"os": "macos",
"arch": "aarch64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.6.1/cloud-v0.6.1-macos-aarch64.tar.gz",
"sha256": "65b97a07b7e61612bfc91ee3c659be266854e07c4b1d02c19a3eff565d07d88f"
},
{
"os": "macos",
"arch": "amd64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.6.1/cloud-v0.6.1-macos-amd64.tar.gz",
"sha256": "8e21c6643817962337f2517d752d915327e7df01bacf16f87ee326221de1ad9c"
},
{
"os": "windows",
"arch": "amd64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.6.1/cloud-v0.6.1-windows-amd64.tar.gz",
"sha256": "549c2f8f7d4d999fdfea2c1c7d9b7aa1ae7cf9befa2c8f22e6a628620387453c"
}
]
}

0 comments on commit b4ccbb7

Please sign in to comment.