cloudbuild: migrate to now composability API

This commit is contained in:
Patrik Oldsberg
2021-02-02 22:16:45 +01:00
parent 6b26c9f41e
commit 302795d107
8 changed files with 83 additions and 21 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-cloudbuild': patch
---
Migrate to new composability API, exporting the plugin instance as `cloudbuildPlugin`, the entity content as `EntityCloudbuildContent`, the entity conditional as `isCloudbuildAvailable`, and entity cards as `EntityLatestCloudbuildRunCard` and `EntityLatestCloudbuildsForBranchCard`.