Skip to content

Commit

Permalink
Merge pull request #51 from fermyon/revert-50-cloud-0-7-0
Browse files Browse the repository at this point in the history
Revert "Add cloud plugin v0.7.0"
  • Loading branch information
kate-goldenring authored Jan 31, 2024
2 parents bb0c55c + 31d3982 commit 7ab35d4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 51 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.7.0",
"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.7.0/cloud-v0.7.0-linux-amd64.tar.gz",
"sha256": "d3b1723488a0bc461dc660e943d92c3992d101619c01b7273ae1bb809232cc08"
"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.7.0/cloud-v0.7.0-linux-aarch64.tar.gz",
"sha256": "83afe6486a26e29097ba55215aa6a184edca118849e96e36c5387cc7d614aa7e"
"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.7.0/cloud-v0.7.0-macos-aarch64.tar.gz",
"sha256": "3ec6a4b1351139cf5fa5250f7480761c945367f297ece067ac646be8a49ac672"
"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.7.0/cloud-v0.7.0-macos-amd64.tar.gz",
"sha256": "9d932d7f6068b4871a13ab3648a8839f00ac61c19b9540d877e96188040a6a9d"
"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.7.0/cloud-v0.7.0-windows-amd64.tar.gz",
"sha256": "df6e5506f72aa9d3a5b85a9e07e6534f0e41f21b4401c3827f9a479f478fe3f8"
"url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.6.1/cloud-v0.6.1-windows-amd64.tar.gz",
"sha256": "549c2f8f7d4d999fdfea2c1c7d9b7aa1ae7cf9befa2c8f22e6a628620387453c"
}
]
}
40 changes: 0 additions & 40 deletions manifests/cloud/[email protected]

This file was deleted.

0 comments on commit 7ab35d4

Please sign in to comment.