From b4ccbb7fe500a8736b13e047fc2f6342ce9632d1 Mon Sep 17 00:00:00 2001 From: Kate Goldenring Date: Wed, 31 Jan 2024 08:43:32 -0500 Subject: [PATCH] Add cloud 0.7.0 plugin Signed-off-by: Kate Goldenring --- manifests/cloud/cloud.json | 22 +++++++++--------- manifests/cloud/cloud@0.6.1.json | 40 ++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 11 deletions(-) create mode 100644 manifests/cloud/cloud@0.6.1.json diff --git a/manifests/cloud/cloud.json b/manifests/cloud/cloud.json index 4a00501..62c5887 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.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" } ] } diff --git a/manifests/cloud/cloud@0.6.1.json b/manifests/cloud/cloud@0.6.1.json new file mode 100644 index 0000000..4a00501 --- /dev/null +++ b/manifests/cloud/cloud@0.6.1.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.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" + } + ] +}