From 47968db2edafb1709bad6d5aaaedf048807962cc Mon Sep 17 00:00:00 2001 From: Lee Dykes Date: Fri, 17 Apr 2026 14:27:13 -0500 Subject: [PATCH 1/2] Fix catalog: add system: telephony-system --- catalog-info.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog-info.yaml b/catalog-info.yaml index 71d75d7..f37b869 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -30,4 +30,5 @@ spec: type: library lifecycle: production owner: octothorpe + system: telephony-system dependsOn: [] From 24b4e04b4fa5d52baf9e6a08dd9ce28b81564f95 Mon Sep 17 00:00:00 2001 From: Lee Dykes Date: Mon, 20 Apr 2026 08:54:48 -0500 Subject: [PATCH 2/2] Fix catalog: correct owner to calls --- catalog-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index f37b869..5d7f49a 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -29,6 +29,6 @@ metadata: spec: type: library lifecycle: production - owner: octothorpe + owner: calls system: telephony-system dependsOn: []