From b2496017c59238ad3f9496d7336fd52409c9d660 Mon Sep 17 00:00:00 2001 From: Gorka Date: Mon, 8 Jun 2026 13:53:58 -0300 Subject: [PATCH 1/2] chore(fly): drop iac-shadow OTEL_* lines from fly.testnet.toml [env] iac/destinations.yaml is the source of truth for OTEL_DENO, OTEL_SERVICE_NAME, and OTEL_EXPORTER_OTLP_PROTOCOL on this app; the [env] duplicates were silently shadowed by the Fly secrets and would have rotted if iac rotated them. Current values match iac, so this is a no-runtime-change cleanup. --- fly.testnet.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/fly.testnet.toml b/fly.testnet.toml index 35e43e1..afa0a08 100644 --- a/fly.testnet.toml +++ b/fly.testnet.toml @@ -27,9 +27,6 @@ primary_region = 'ams' # SERVICE_AUTH_SECRET=set in fly.io env secrets # OPENTELEMETRY - OTEL_DENO = 'true' - OTEL_SERVICE_NAME = 'provider-platform-testnet' - OTEL_EXPORTER_OTLP_PROTOCOL = 'http/protobuf' # OTEL_EXPORTER_OTLP_ENDPOINT and OTEL_EXPORTER_OTLP_HEADERS set in fly.io secrets # AUTH From 4af49c2a8bb4084802a4db3ce2caf41f9d1958f2 Mon Sep 17 00:00:00 2001 From: Gorka Date: Mon, 8 Jun 2026 14:27:32 -0300 Subject: [PATCH 2/2] chore: bump version to 0.7.5 --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 03df63b..71a2572 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@moonlight-protocol/provider-platform", - "version": "0.7.4", + "version": "0.7.5", "license": "MIT", "exports": "./src/main.ts", "tasks": {