added changeset

Signed-off-by: Kashish Mittal <kmittal@redhat.com>
This commit is contained in:
Kashish Mittal
2024-08-20 15:16:54 -04:00
parent 0a441c0cce
commit bd35cdbf36
2 changed files with 8 additions and 7 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/plugin-catalog-backend': minor
'@backstage/plugin-catalog-common': minor
'@backstage/plugin-catalog-node': minor
---
The `analyze-location` endpoint is now protected by the `catalog.location.analyze` permission.
The `validate-entity` endpoint is now protected by the `catalog.entity.validate` permission.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
'@backstage/plugin-catalog-node': patch
---
- The `analyze-location` endpoint is now protected by the `catalog.location.create` permission.
- The `validate-entity` endpoint is now protected by the `catalog.entity.create` permission.