From 2692f22dd7d1d0d8d04009f45842cc1c2c1b89e2 Mon Sep 17 00:00:00 2001 From: Jakob Nagaoka Date: Thu, 23 Apr 2026 13:11:53 +0900 Subject: [PATCH] chore: add repository catalog entity Adds Component with spec.type: repository for Backstage software catalog. Related: IDP-538 --- backstage.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 backstage.yaml diff --git a/backstage.yaml b/backstage.yaml new file mode 100644 index 0000000..f51c7c1 --- /dev/null +++ b/backstage.yaml @@ -0,0 +1,15 @@ +--- +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: gcp-bigquery-client + description: GCP BigQuery Client (Rust) + annotations: + github.com/project-slug: caddijp/gcp-bigquery-client + backstage.io/source-location: url:https://github.com/caddijp/gcp-bigquery-client + tags: + - touches-customer-data +spec: + type: repository + lifecycle: production + owner: group:TODO-set-owner