From 399ec60b42cf5a2bf12d7b06c63d0b24b27b0e1f Mon Sep 17 00:00:00 2001 From: Ryan Levick Date: Wed, 26 Jul 2023 14:42:54 +0200 Subject: [PATCH] Release cloud plugin v0.1.2 Signed-off-by: Ryan Levick --- manifests/cloud/cloud.json | 22 +++++++++--------- manifests/cloud/cloud@0.1.1.json | 40 ++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 11 deletions(-) create mode 100644 manifests/cloud/cloud@0.1.1.json diff --git a/manifests/cloud/cloud.json b/manifests/cloud/cloud.json index 07d3727..d19f253 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.1.1", + "version": "0.1.2", "spinCompatibility": ">=1.3", "license": "Apache-2.0", "packages": [ { "os": "linux", "arch": "amd64", - "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.1.1/cloud-v0.1.1-linux-amd64.tar.gz", - "sha256": "a41a4e436a5acc212c9525992f917ac320f571b56214f01a147781f454ad835f" + "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.1.2/cloud-v0.1.2-linux-amd64.tar.gz", + "sha256": "a1b12543c400d37d79d53a2527b62298fa33b4c68ec9727c180b7231dc912f2f" }, { "os": "linux", "arch": "aarch64", - "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.1.1/cloud-v0.1.1-linux-aarch64.tar.gz", - "sha256": "aa8ec58c28c1872c0e459848d8334b20bc45daa12a434900ec02d7503ed0232a" + "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.1.2/cloud-v0.1.2-linux-aarch64.tar.gz", + "sha256": "665dd17f878bcf80887a369de24f764a8f6b6ce99fe490444870213767212c07" }, { "os": "macos", "arch": "aarch64", - "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.1.1/cloud-v0.1.1-macos-aarch64.tar.gz", - "sha256": "11b1285a4397327f19bdf47f59568f7fd2ffb6276c0700953a206614a189429a" + "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.1.2/cloud-v0.1.2-macos-aarch64.tar.gz", + "sha256": "f873371484b736aafa164e69976fb89ea4208408e36969f05a72a9ca755382df" }, { "os": "macos", "arch": "amd64", - "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.1.1/cloud-v0.1.1-macos-amd64.tar.gz", - "sha256": "71b238bb02fd281c21f32e4cfb55cc80db9566a5601788eb8092ae12cbba9252" + "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.1.2/cloud-v0.1.2-macos-amd64.tar.gz", + "sha256": "b9c98f24b9797faa85482ae90d62d0f6b8e4a2bc38bd2fc4ebca25ebdc9f7305" }, { "os": "windows", "arch": "amd64", - "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.1.1/cloud-v0.1.1-windows-amd64.tar.gz", - "sha256": "3573269bca7fe5f99370b5dd27d7da85b90e403f8dd066540db45ba52896cfeb" + "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.1.2/cloud-v0.1.2-windows-amd64.tar.gz", + "sha256": "ad824aa3f66b35dcb457b1abc971c1a687bb062e2dc13020de245c28dc21bf7e" } ] } diff --git a/manifests/cloud/cloud@0.1.1.json b/manifests/cloud/cloud@0.1.1.json new file mode 100644 index 0000000..07d3727 --- /dev/null +++ b/manifests/cloud/cloud@0.1.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.1.1", + "spinCompatibility": ">=1.3", + "license": "Apache-2.0", + "packages": [ + { + "os": "linux", + "arch": "amd64", + "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.1.1/cloud-v0.1.1-linux-amd64.tar.gz", + "sha256": "a41a4e436a5acc212c9525992f917ac320f571b56214f01a147781f454ad835f" + }, + { + "os": "linux", + "arch": "aarch64", + "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.1.1/cloud-v0.1.1-linux-aarch64.tar.gz", + "sha256": "aa8ec58c28c1872c0e459848d8334b20bc45daa12a434900ec02d7503ed0232a" + }, + { + "os": "macos", + "arch": "aarch64", + "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.1.1/cloud-v0.1.1-macos-aarch64.tar.gz", + "sha256": "11b1285a4397327f19bdf47f59568f7fd2ffb6276c0700953a206614a189429a" + }, + { + "os": "macos", + "arch": "amd64", + "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.1.1/cloud-v0.1.1-macos-amd64.tar.gz", + "sha256": "71b238bb02fd281c21f32e4cfb55cc80db9566a5601788eb8092ae12cbba9252" + }, + { + "os": "windows", + "arch": "amd64", + "url": "https://github.com/fermyon/cloud-plugin/releases/download/v0.1.1/cloud-v0.1.1-windows-amd64.tar.gz", + "sha256": "3573269bca7fe5f99370b5dd27d7da85b90e403f8dd066540db45ba52896cfeb" + } + ] +}