You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removed the **RBAC** sidebar entry under Administration and the `/rbac` route.
11
+
- Dropped the `@backstage-community/plugin-rbac` frontend dependency. The RBAC backend plugin may remain for permissions; only the menu and page were removed.
- Removed the **Resources** tab from the Data Center page and all **Placement / `resources`** proxy usage from the plugin.
16
+
- Removed `placementApiRef`, `resources` route ref, and the `PlacementClient` integration from the plugin surface.
17
+
18
+
**`@red-hat-developer-hub/backstage-plugin-dcm-common` — placement API removed; catalog rehydrate**
19
+
20
+
- Removed the Placement API client, types, and tests tied to the internal `resources` API.
21
+
- Added **`rehydrateCatalogItemInstance`** on `CatalogApi` / `CatalogClient`: `POST .../catalog-item-instances/{id}:rehydrate`.
22
+
23
+
**Catalog item instances UI**
24
+
25
+
- Added a **Rehydrate** action (outlined button with refresh icon) on each instance row, success and error snackbars, and a unit test for the new client method.
0 commit comments