Replace usage of implementsApis with relations

This commit is contained in:
Oliver Sand
2020-11-25 17:23:54 +01:00
parent 069cda35f4
commit 6f70ed7a95
6 changed files with 28 additions and 11 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-api-docs': patch
'@backstage/plugin-catalog': patch
---
Replace usage of implementsApis with relations
+1 -1
View File
@@ -4,7 +4,7 @@
Marked the field `spec.implementsApis` on `Component` entities for deprecation on Dec 14th, 2020.
Code that consumes these fields should remove those usages as soon as possible as migrate to using
Code that consumes these fields should remove those usages as soon as possible and migrate to using
relations instead. Producers should fill the field `spec.providesApis` instead, which has the same
semantic.