fix(catalog): change route pattern to entities (#3133)

This commit is contained in:
Fredrik Adelöw
2020-10-28 10:02:38 +01:00
committed by GitHub
parent 33454c0f20
commit 0b956f21b4
13 changed files with 101 additions and 90 deletions
+10
View File
@@ -0,0 +1,10 @@
---
'@backstage/plugin-catalog': minor
---
The URL path for a catalog entity has changed,
- from: `/catalog/:kind/:optionalNamespaceAndName`
- to: `/catalog/:namespace/:kind/:name`
Redirects are in place, so disruptions for users should not happen.