From 4b01fa97bbb38f11c725e1e275b9f77de9211893 Mon Sep 17 00:00:00 2001 From: Andrew Steurer Date: Tue, 13 Aug 2024 16:15:35 -0600 Subject: [PATCH 1/3] adding otel plugin Signed-off-by: Andrew Steurer --- manifests/otel/otel.json | 38 ++++++++++++++++++++++++++++++++++ manifests/otel/otel@0.1.0.json | 38 ++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 manifests/otel/otel.json create mode 100644 manifests/otel/otel@0.1.0.json diff --git a/manifests/otel/otel.json b/manifests/otel/otel.json new file mode 100644 index 0000000..db720f6 --- /dev/null +++ b/manifests/otel/otel.json @@ -0,0 +1,38 @@ +{ + "name": "otel", + "version": "0.1.0", + "spinCompatibility": ">=2.5", + "license": "Apache-2.0", + "packages": [ + { + "os": "windows", + "arch": "amd64", + "url": "https://github.com/fermyon/otel-plugin/releases/download/v0.1.0/otel-0.1.0-windows-amd64.tar.gz", + "sha256": "1bae55a5d69b2fccd57c844a86e504bd2604a9913868f70496d78d80c5d5891b" + }, + { + "os": "macos", + "arch": "aarch64", + "url": "https://github.com/fermyon/otel-plugin/releases/download/v0.1.0/otel-0.1.0-macos-aarch64.tar.gz", + "sha256": "abdc70142762024e450042d72b1dd06bef025a05e9f7986dba909e16fd52a020" + }, + { + "os": "linux", + "arch": "aarch64", + "url": "https://github.com/fermyon/otel-plugin/releases/download/v0.1.0/otel-0.1.0-linux-aarch64.tar.gz", + "sha256": "24725e4bd927c81017fbad15edbdc41c6c3342857c2f750dfc0ddc34bcdcce67" + }, + { + "os": "macos", + "arch": "amd64", + "url": "https://github.com/fermyon/otel-plugin/releases/download/v0.1.0/otel-0.1.0-macos-amd64.tar.gz", + "sha256": "47b3cda08911aa9f5851d622a5baa1d0cba5a0e67c533217d0e97453acb648cd" + }, + { + "os": "linux", + "arch": "amd64", + "url": "https://github.com/fermyon/otel-plugin/releases/download/v0.1.0/otel-0.1.0-linux-amd64.tar.gz", + "sha256": "a09835c92ee4bdf6f3f83f62d444f4a6d25404d0fe10445939c21a7d185219f6" + } + ] + } \ No newline at end of file diff --git a/manifests/otel/otel@0.1.0.json b/manifests/otel/otel@0.1.0.json new file mode 100644 index 0000000..db720f6 --- /dev/null +++ b/manifests/otel/otel@0.1.0.json @@ -0,0 +1,38 @@ +{ + "name": "otel", + "version": "0.1.0", + "spinCompatibility": ">=2.5", + "license": "Apache-2.0", + "packages": [ + { + "os": "windows", + "arch": "amd64", + "url": "https://github.com/fermyon/otel-plugin/releases/download/v0.1.0/otel-0.1.0-windows-amd64.tar.gz", + "sha256": "1bae55a5d69b2fccd57c844a86e504bd2604a9913868f70496d78d80c5d5891b" + }, + { + "os": "macos", + "arch": "aarch64", + "url": "https://github.com/fermyon/otel-plugin/releases/download/v0.1.0/otel-0.1.0-macos-aarch64.tar.gz", + "sha256": "abdc70142762024e450042d72b1dd06bef025a05e9f7986dba909e16fd52a020" + }, + { + "os": "linux", + "arch": "aarch64", + "url": "https://github.com/fermyon/otel-plugin/releases/download/v0.1.0/otel-0.1.0-linux-aarch64.tar.gz", + "sha256": "24725e4bd927c81017fbad15edbdc41c6c3342857c2f750dfc0ddc34bcdcce67" + }, + { + "os": "macos", + "arch": "amd64", + "url": "https://github.com/fermyon/otel-plugin/releases/download/v0.1.0/otel-0.1.0-macos-amd64.tar.gz", + "sha256": "47b3cda08911aa9f5851d622a5baa1d0cba5a0e67c533217d0e97453acb648cd" + }, + { + "os": "linux", + "arch": "amd64", + "url": "https://github.com/fermyon/otel-plugin/releases/download/v0.1.0/otel-0.1.0-linux-amd64.tar.gz", + "sha256": "a09835c92ee4bdf6f3f83f62d444f4a6d25404d0fe10445939c21a7d185219f6" + } + ] + } \ No newline at end of file From 778a506b2b2efd22e89c27929346de56c202cbe8 Mon Sep 17 00:00:00 2001 From: Andrew Steurer Date: Tue, 13 Aug 2024 16:19:13 -0600 Subject: [PATCH 2/3] adding fields for otel plugin Signed-off-by: Andrew Steurer --- manifests/otel/otel.json | 2 ++ manifests/otel/otel@0.1.0.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/manifests/otel/otel.json b/manifests/otel/otel.json index db720f6..fa1def4 100644 --- a/manifests/otel/otel.json +++ b/manifests/otel/otel.json @@ -1,5 +1,7 @@ { "name": "otel", + "description": "A plugin to make working with OTel in Spin easy", + "homepage": "https://github.com/fermyon/otel-plugin", "version": "0.1.0", "spinCompatibility": ">=2.5", "license": "Apache-2.0", diff --git a/manifests/otel/otel@0.1.0.json b/manifests/otel/otel@0.1.0.json index db720f6..fa1def4 100644 --- a/manifests/otel/otel@0.1.0.json +++ b/manifests/otel/otel@0.1.0.json @@ -1,5 +1,7 @@ { "name": "otel", + "description": "A plugin to make working with OTel in Spin easy", + "homepage": "https://github.com/fermyon/otel-plugin", "version": "0.1.0", "spinCompatibility": ">=2.5", "license": "Apache-2.0", From f9bcec4a0c7eb5c0a8b5763655afe772cda23447 Mon Sep 17 00:00:00 2001 From: Andrew Steurer Date: Wed, 14 Aug 2024 10:25:32 -0600 Subject: [PATCH 3/3] removing versioned json file Signed-off-by: Andrew Steurer --- manifests/otel/otel@0.1.0.json | 40 ---------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 manifests/otel/otel@0.1.0.json diff --git a/manifests/otel/otel@0.1.0.json b/manifests/otel/otel@0.1.0.json deleted file mode 100644 index fa1def4..0000000 --- a/manifests/otel/otel@0.1.0.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "otel", - "description": "A plugin to make working with OTel in Spin easy", - "homepage": "https://github.com/fermyon/otel-plugin", - "version": "0.1.0", - "spinCompatibility": ">=2.5", - "license": "Apache-2.0", - "packages": [ - { - "os": "windows", - "arch": "amd64", - "url": "https://github.com/fermyon/otel-plugin/releases/download/v0.1.0/otel-0.1.0-windows-amd64.tar.gz", - "sha256": "1bae55a5d69b2fccd57c844a86e504bd2604a9913868f70496d78d80c5d5891b" - }, - { - "os": "macos", - "arch": "aarch64", - "url": "https://github.com/fermyon/otel-plugin/releases/download/v0.1.0/otel-0.1.0-macos-aarch64.tar.gz", - "sha256": "abdc70142762024e450042d72b1dd06bef025a05e9f7986dba909e16fd52a020" - }, - { - "os": "linux", - "arch": "aarch64", - "url": "https://github.com/fermyon/otel-plugin/releases/download/v0.1.0/otel-0.1.0-linux-aarch64.tar.gz", - "sha256": "24725e4bd927c81017fbad15edbdc41c6c3342857c2f750dfc0ddc34bcdcce67" - }, - { - "os": "macos", - "arch": "amd64", - "url": "https://github.com/fermyon/otel-plugin/releases/download/v0.1.0/otel-0.1.0-macos-amd64.tar.gz", - "sha256": "47b3cda08911aa9f5851d622a5baa1d0cba5a0e67c533217d0e97453acb648cd" - }, - { - "os": "linux", - "arch": "amd64", - "url": "https://github.com/fermyon/otel-plugin/releases/download/v0.1.0/otel-0.1.0-linux-amd64.tar.gz", - "sha256": "a09835c92ee4bdf6f3f83f62d444f4a6d25404d0fe10445939c21a7d185219f6" - } - ] - } \ No newline at end of file