diff --git a/manifests/cloud/cloud.json b/manifests/cloud/cloud.json index 62c5887..9679dc5 100644 --- a/manifests/cloud/cloud.json +++ b/manifests/cloud/cloud.json @@ -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.7.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": "fe9bf5a423f836b1e548505e5336c9e294d7aafef4f89b07724cf594b022aea4" + "arch": "aarch64", + "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.7.1/cloud-v0.7.1-linux-aarch64.tar.gz", + "sha256": "f2ecf866f3026b0a311834f13ac11eb7541eb24b19a3c10279eb6902d292c7c0" }, { "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": "74a99b074881aee1342d24b54592661641e5e023e4b936d00075ff679aab9e28" + "arch": "amd64", + "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.7.1/cloud-v0.7.1-linux-amd64.tar.gz", + "sha256": "bc5620d8bdd410c53bd66ea0a5d2cd9c6fc47267dacb723a1769fc64b6bde74b" }, { "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": "a0d0119b49a9d451605f80bf4d3a577550716a6b18276c07ce3e635be4ad0450" + "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.7.1/cloud-v0.7.1-macos-aarch64.tar.gz", + "sha256": "d7aaffe235126c894f6157ecbc14a3e0daa8c88c1675b439caae23d39607ca22" }, { "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": "d129fb3527c23b5cb9abd23bd00b72ab3bbf0b4469d4c01536d738e67e1f4e4e" + "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.7.1/cloud-v0.7.1-macos-amd64.tar.gz", + "sha256": "156c30575330c37f5c096df60cdfd5ff709e57cc2500a53adfd316aa754f1710" }, { "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": "584c9212bdbc8a4ce25b69adc8624550d4fcc1cdcb1d163609d1f852bfd33560" + "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.7.1/cloud-v0.7.1-windows-amd64.tar.gz", + "sha256": "02b7b87e8b8d9e9ce66d9ec4cf0a0e91a08d60e216d8ba897282e1f602346ddb" } ] } diff --git a/manifests/cloud/cloud@0.7.0.json b/manifests/cloud/cloud@0.7.0.json new file mode 100644 index 0000000..5c4e791 --- /dev/null +++ b/manifests/cloud/cloud@0.7.0.json @@ -0,0 +1,40 @@ +{ + "name": "cloud", + "description": "Commands for publishing applications to the Fermyon Cloud.", + "homepage": "https://github.com/fermyon/cloud-plugin", + "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.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.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.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.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.7.0/cloud-v0.7.0-windows-amd64.tar.gz", + "sha256": "584c9212bdbc8a4ce25b69adc8624550d4fcc1cdcb1d163609d1f852bfd33560" + } + ] + }