diff --git a/.changeset/lucky-zoos-camp.md b/.changeset/lucky-zoos-camp.md new file mode 100644 index 0000000000..e99e8dc7f3 --- /dev/null +++ b/.changeset/lucky-zoos-camp.md @@ -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. diff --git a/.changeset/spicy-files-happen.md b/.changeset/spicy-files-happen.md deleted file mode 100644 index a6c12f296e..0000000000 --- a/.changeset/spicy-files-happen.md +++ /dev/null @@ -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.