From a39ea8c312cbbdc5486d4799742b92c18aa67f5e Mon Sep 17 00:00:00 2001 From: Thorsten Hans Date: Fri, 13 Dec 2024 11:42:40 +0100 Subject: [PATCH] chore: bump .NET Aspire Dashboard version to 9.0.0 Signed-off-by: Thorsten Hans --- otel-config/compose.aspire.yaml | 2 +- spin-pluginify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/otel-config/compose.aspire.yaml b/otel-config/compose.aspire.yaml index aa5c908..23b3e75 100644 --- a/otel-config/compose.aspire.yaml +++ b/otel-config/compose.aspire.yaml @@ -1,7 +1,7 @@ version: "3" services: aspire-dashboard: - image: mcr.microsoft.com/dotnet/aspire-dashboard:8.1.0 + image: mcr.microsoft.com/dotnet/aspire-dashboard:9.0.0 restart: always environment: - ASPIRE_ALLOW_UNSECURED_TRANSPORT=true diff --git a/spin-pluginify.toml b/spin-pluginify.toml index e00b380..5dca17b 100644 --- a/spin-pluginify.toml +++ b/spin-pluginify.toml @@ -1,5 +1,5 @@ name = "otel" -version = "0.1.3" +version = "0.1.4" spin_compatibility = ">=2.5" license = "Apache-2.0" package = "otel"