Skip to content

Commit

Permalink
Merge pull request #47 from vdice/chore/cloud-0.5-releases
Browse files Browse the repository at this point in the history
chore(manifests): add cloud 0.5.0, 0.5.1
  • Loading branch information
vdice authored Nov 3, 2023
2 parents 0af42df + 6ce76e2 commit f59e346
Show file tree
Hide file tree
Showing 3 changed files with 91 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.4.1",
"version": "0.5.1",
"spinCompatibility": ">=1.3",
"license": "Apache-2.0",
"packages": [
{
"os": "linux",
"arch": "amd64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.4.1/cloud-v0.4.1-linux-amd64.tar.gz",
"sha256": "2a2407a58913dfb4b0ecc3873663912f3a2cff12317997dfe50db8362e2dd6be"
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.5.1/cloud-v0.5.1-linux-amd64.tar.gz",
"sha256": "e2211d2b561b3da6db4bea8be434313ed485370d670a63cad0814e8cfd87418f"
},
{
"os": "linux",
"arch": "aarch64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.4.1/cloud-v0.4.1-linux-aarch64.tar.gz",
"sha256": "2d7fdd2d3a2b0a6cd807a2d1a774217fa94191115023c7bf7e6cdbd8ffca4269"
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.5.1/cloud-v0.5.1-linux-aarch64.tar.gz",
"sha256": "4af55ffa3ef948e7c43498421d61101598fa30657b09e6f67146cad00db83a9e"
},
{
"os": "macos",
"arch": "aarch64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.4.1/cloud-v0.4.1-macos-aarch64.tar.gz",
"sha256": "d49ba13a32aa5f9aed9da9c831f5914854649c93148dc40521d7f14266b2cb49"
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.5.1/cloud-v0.5.1-macos-aarch64.tar.gz",
"sha256": "a46c23f8168987f7377044b8faedc3700a49e38e63c8ecc0fe78d5551aa1a8d6"
},
{
"os": "macos",
"arch": "amd64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.4.1/cloud-v0.4.1-macos-amd64.tar.gz",
"sha256": "9d1ca51e751eb3de70f0f4de8e75c590fb5b02ca2b7966f56fc53f9b25a5d17d"
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.5.1/cloud-v0.5.1-macos-amd64.tar.gz",
"sha256": "8da31a6fbcab5870bd9f62ff9ca94dc05bc06a58ae3ce079bec9723daba2525a"
},
{
"os": "windows",
"arch": "amd64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.4.1/cloud-v0.4.1-windows-amd64.tar.gz",
"sha256": "cd64a5311a574c87fa38ed2d4d183609c76734e59208da60038e5779fe01e729"
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.5.1/cloud-v0.5.1-windows-amd64.tar.gz",
"sha256": "2d12296557410be383c732cace040bafb0288f2e6e1ed82176f0f3c928fcb2e0"
}
]
}
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.4.1",
"spinCompatibility": ">=1.3",
"license": "Apache-2.0",
"packages": [
{
"os": "linux",
"arch": "amd64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.4.1/cloud-v0.4.1-linux-amd64.tar.gz",
"sha256": "2a2407a58913dfb4b0ecc3873663912f3a2cff12317997dfe50db8362e2dd6be"
},
{
"os": "linux",
"arch": "aarch64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.4.1/cloud-v0.4.1-linux-aarch64.tar.gz",
"sha256": "2d7fdd2d3a2b0a6cd807a2d1a774217fa94191115023c7bf7e6cdbd8ffca4269"
},
{
"os": "macos",
"arch": "aarch64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.4.1/cloud-v0.4.1-macos-aarch64.tar.gz",
"sha256": "d49ba13a32aa5f9aed9da9c831f5914854649c93148dc40521d7f14266b2cb49"
},
{
"os": "macos",
"arch": "amd64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.4.1/cloud-v0.4.1-macos-amd64.tar.gz",
"sha256": "9d1ca51e751eb3de70f0f4de8e75c590fb5b02ca2b7966f56fc53f9b25a5d17d"
},
{
"os": "windows",
"arch": "amd64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.4.1/cloud-v0.4.1-windows-amd64.tar.gz",
"sha256": "cd64a5311a574c87fa38ed2d4d183609c76734e59208da60038e5779fe01e729"
}
]
}
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.5.0",
"spinCompatibility": ">=1.3",
"license": "Apache-2.0",
"packages": [
{
"os": "linux",
"arch": "amd64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.5.0/cloud-v0.5.0-linux-amd64.tar.gz",
"sha256": "9f1ad9bd7ead08b1d83dc7f4856088d68f75020e81cc84c796f6e18bd2507db3"
},
{
"os": "linux",
"arch": "aarch64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.5.0/cloud-v0.5.0-linux-aarch64.tar.gz",
"sha256": "426411af375ecf6c4421b533206534037adc9f6d8c0675fa2e643d1b6465c61f"
},
{
"os": "macos",
"arch": "aarch64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.5.0/cloud-v0.5.0-macos-aarch64.tar.gz",
"sha256": "880e5109fafda98164f84eb13d44ca9db4065e6da43b7c39ce0f328c93273f61"
},
{
"os": "macos",
"arch": "amd64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.5.0/cloud-v0.5.0-macos-amd64.tar.gz",
"sha256": "0cd905b2c0c616e651cdde45ee8f02a82049531c40e27bb8d75a1a899dc22995"
},
{
"os": "windows",
"arch": "amd64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.5.0/cloud-v0.5.0-windows-amd64.tar.gz",
"sha256": "54710e45f8387d4fe60163ec789273d9966d4e89dc8c1910f4a07207f7d6e83f"
}
]
}

0 comments on commit f59e346

Please sign in to comment.