Skip to content

Commit

Permalink
Merge pull request #88 from itowlson/cloud-0.10.0
Browse files Browse the repository at this point in the history
Update Cloud plugin to 0.10.0
  • Loading branch information
itowlson authored Dec 2, 2024
2 parents 29e3461 + 70130ea commit bb1b602
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.9.1",
"version": "0.10.0",
"spinCompatibility": ">=1.3",
"license": "Apache-2.0",
"packages": [
{
"os": "linux",
"arch": "amd64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.9.1/cloud-v0.9.1-linux-amd64.tar.gz",
"sha256": "c44cab4df0da71e7e41acc40784aee75db8ead9170bd1fbbac381f51229d6496"
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.10.0/cloud-v0.10.0-linux-amd64.tar.gz",
"sha256": "14de7ae4218118fa9d04b2febec304b394ebcd9dfe74a5424aeaa63513a46979"
},
{
"os": "linux",
"arch": "aarch64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.9.1/cloud-v0.9.1-linux-aarch64.tar.gz",
"sha256": "c25c9ab1abca578d24ccf02ba3b00fc1f796bb89600b1502eebaa39484ce6eed"
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.10.0/cloud-v0.10.0-linux-aarch64.tar.gz",
"sha256": "61b70372db6b64204dabe0f00c3a39b8dfd804c3e0d04f449e92159ca71c0c32"
},
{
"os": "macos",
"arch": "aarch64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.9.1/cloud-v0.9.1-macos-aarch64.tar.gz",
"sha256": "994d925241d9a61fb09d0992fd99b4dcc871e43b5655ff3e35078e2b535b31cb"
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.10.0/cloud-v0.10.0-macos-aarch64.tar.gz",
"sha256": "a20295a72986acb68b50788c19f268f51b1fd61c622af1689ae313db08aeb01b"
},
{
"os": "macos",
"arch": "amd64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.9.1/cloud-v0.9.1-macos-amd64.tar.gz",
"sha256": "329a27160b77b4df3732c4d629d6f4d1df0ec91468e2df715bbd23fe9d692f30"
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.10.0/cloud-v0.10.0-macos-amd64.tar.gz",
"sha256": "3aff0983954297984ff0ba1d49eeeef1cc1ac5ea4df6fde636ff5df9db4dadbe"
},
{
"os": "windows",
"arch": "amd64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.9.1/cloud-v0.9.1-windows-amd64.tar.gz",
"sha256": "e17da1ded6f28335446e8cc0f0e75bcb6d629fd18c20b6e0b1da64a29219e6c1"
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.10.0/cloud-v0.10.0-windows-amd64.tar.gz",
"sha256": "7a50334e7471113cb5b2aa0c47331d3e94066257a0b7585ff177e35d764b168b"
}
]
}
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.9.1",
"spinCompatibility": ">=1.3",
"license": "Apache-2.0",
"packages": [
{
"os": "linux",
"arch": "amd64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.9.1/cloud-v0.9.1-linux-amd64.tar.gz",
"sha256": "c44cab4df0da71e7e41acc40784aee75db8ead9170bd1fbbac381f51229d6496"
},
{
"os": "linux",
"arch": "aarch64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.9.1/cloud-v0.9.1-linux-aarch64.tar.gz",
"sha256": "c25c9ab1abca578d24ccf02ba3b00fc1f796bb89600b1502eebaa39484ce6eed"
},
{
"os": "macos",
"arch": "aarch64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.9.1/cloud-v0.9.1-macos-aarch64.tar.gz",
"sha256": "994d925241d9a61fb09d0992fd99b4dcc871e43b5655ff3e35078e2b535b31cb"
},
{
"os": "macos",
"arch": "amd64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.9.1/cloud-v0.9.1-macos-amd64.tar.gz",
"sha256": "329a27160b77b4df3732c4d629d6f4d1df0ec91468e2df715bbd23fe9d692f30"
},
{
"os": "windows",
"arch": "amd64",
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.9.1/cloud-v0.9.1-windows-amd64.tar.gz",
"sha256": "e17da1ded6f28335446e8cc0f0e75bcb6d629fd18c20b6e0b1da64a29219e6c1"
}
]
}

0 comments on commit bb1b602

Please sign in to comment.