From 4b7896dd3ae217471f3f6bb285ab53a4bc0971fc Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Thu, 11 Apr 2024 10:24:38 -0700 Subject: [PATCH] bump to cloud v0.8.0 Signed-off-by: Matthew Fisher --- manifests/cloud/cloud.json | 78 +++++++++---------- .../{cloud@v0.5.1.json => cloud@0.5.1.json} | 0 manifests/cloud/cloud@0.7.1.json | 40 ++++++++++ 3 files changed, 79 insertions(+), 39 deletions(-) rename manifests/cloud/{cloud@v0.5.1.json => cloud@0.5.1.json} (100%) create mode 100644 manifests/cloud/cloud@0.7.1.json diff --git a/manifests/cloud/cloud.json b/manifests/cloud/cloud.json index 9679dc5..7ba2754 100644 --- a/manifests/cloud/cloud.json +++ b/manifests/cloud/cloud.json @@ -1,40 +1,40 @@ { - "name": "cloud", - "description": "Commands for publishing applications to the Fermyon Cloud.", - "homepage": "https://github.com/fermyon/cloud-plugin", - "version": "0.7.1", - "spinCompatibility": ">=1.3", - "license": "Apache-2.0", - "packages": [ - { - "os": "linux", - "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": "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.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.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.1/cloud-v0.7.1-windows-amd64.tar.gz", - "sha256": "02b7b87e8b8d9e9ce66d9ec4cf0a0e91a08d60e216d8ba897282e1f602346ddb" - } - ] -} + "name": "cloud", + "description": "Commands for publishing applications to the Fermyon Cloud.", + "homepage": "https://github.com/fermyon/cloud-plugin", + "version": "0.8.0", + "spinCompatibility": ">=1.3", + "license": "Apache-2.0", + "packages": [ + { + "os": "linux", + "arch": "aarch64", + "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.8.0/cloud-v0.8.0-linux-aarch64.tar.gz", + "sha256": "293070329c7a91f0fd69bd935a3c23a90c1b32b66efefe4d0b85051a75ad2847" + }, + { + "os": "linux", + "arch": "amd64", + "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.8.0/cloud-v0.8.0-linux-amd64.tar.gz", + "sha256": "4168a534a61737b500df37a5602c2d2a5943b272ee13cdf2327e60c71993f9f5" + }, + { + "os": "macos", + "arch": "aarch64", + "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.8.0/cloud-v0.8.0-macos-aarch64.tar.gz", + "sha256": "7f756852bfaee7917b642d69fbd1758e2bfcdf3282687ba133aba1467613a05f" + }, + { + "os": "macos", + "arch": "amd64", + "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.8.0/cloud-v0.8.0-macos-amd64.tar.gz", + "sha256": "8622382f07e2a3b0f6ed2259f4fe2c8dae22d6332282533710fd1b244ea4663a" + }, + { + "os": "windows", + "arch": "amd64", + "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.8.0/cloud-v0.8.0-windows-amd64.tar.gz", + "sha256": "225a2619718f7e2890f9aafe31389d3211e63e7c83be04be337d1af4b9653faf" + } + ] + } diff --git a/manifests/cloud/cloud@v0.5.1.json b/manifests/cloud/cloud@0.5.1.json similarity index 100% rename from manifests/cloud/cloud@v0.5.1.json rename to manifests/cloud/cloud@0.5.1.json diff --git a/manifests/cloud/cloud@0.7.1.json b/manifests/cloud/cloud@0.7.1.json new file mode 100644 index 0000000..9679dc5 --- /dev/null +++ b/manifests/cloud/cloud@0.7.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.7.1", + "spinCompatibility": ">=1.3", + "license": "Apache-2.0", + "packages": [ + { + "os": "linux", + "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": "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.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.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.1/cloud-v0.7.1-windows-amd64.tar.gz", + "sha256": "02b7b87e8b8d9e9ce66d9ec4cf0a0e91a08d60e216d8ba897282e1f602346ddb" + } + ] +}