Merge pull request #5578 from GunnerStraiker1/template-card-owner

Add Owner Field into TemplateCard and ownedBy & ownerOf relations for TemplateEntity
This commit is contained in:
Fredrik Adelöw
2021-05-20 11:46:44 +02:00
committed by GitHub
14 changed files with 176 additions and 7 deletions
+11
View File
@@ -0,0 +1,11 @@
---
'@backstage/catalog-model': patch
'@backstage/plugin-scaffolder': patch
'@backstage/plugin-catalog-backend': patch
'@backstage/plugin-scaffolder-backend': patch
---
Add Owner field in template card and new data distribution
Add spec.owner as optional field into TemplateV1Alpha and TemplateV1Beta Schema
Add relations ownedBy and ownerOf into Template entity
Template documentation updated