From 478cafe9928b10f95ea5a0ae8254912b47a8d1ff Mon Sep 17 00:00:00 2001 From: letthem Date: Wed, 4 Mar 2026 17:11:00 +0900 Subject: [PATCH] microsite: add status field to AWS Cost Insights plugin Signed-off-by: letthem --- microsite/data/plugins/aws-cost-insights.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/microsite/data/plugins/aws-cost-insights.yaml b/microsite/data/plugins/aws-cost-insights.yaml index cf62bcb914..623e4c05f6 100644 --- a/microsite/data/plugins/aws-cost-insights.yaml +++ b/microsite/data/plugins/aws-cost-insights.yaml @@ -8,3 +8,4 @@ documentation: https://github.com/letthem/backstage-plugin-cost-insights iconUrl: /img/aws-cost-insights-logo.svg npmPackageName: '@letthem/backstage-plugin-aws-cost-insights' addedDate: '2026-03-04' +status: active