diff --git a/workspaces/boost/.changeset/conditional-agent-permissions.md b/workspaces/boost/.changeset/conditional-agent-permissions.md deleted file mode 100644 index 40c45b40567..00000000000 --- a/workspaces/boost/.changeset/conditional-agent-permissions.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-boost-backend': patch -'@red-hat-developer-hub/backstage-plugin-boost-common': patch ---- - -Upgrade `boost.agent.list` from `BasicPermission` to `ResourcePermission` for conditional RBAC filtering via `authorizeConditional()`. Add `BoostAuthorizedRequest` type for attaching permission conditions to list-endpoint requests. diff --git a/workspaces/boost/.changeset/expand-adoption-card-actions.md b/workspaces/boost/.changeset/expand-adoption-card-actions.md deleted file mode 100644 index 606455d7ca0..00000000000 --- a/workspaces/boost/.changeset/expand-adoption-card-actions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-boost': minor ---- - -Add type-appropriate adoption actions for all AI asset types in the AdoptionCard entity extension. diff --git a/workspaces/boost/.changeset/extensible-browse-filters.md b/workspaces/boost/.changeset/extensible-browse-filters.md deleted file mode 100644 index b5563c20759..00000000000 --- a/workspaces/boost/.changeset/extensible-browse-filters.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-boost': minor ---- - -Add extensible browse filters via NFS AiCatalogFilterBlueprint. Deployers can disable built-in filters and third-party plugins can add new filters to the AI Catalog sidebar via app-config. - -**Breaking:** The page extension ID changed from `page:boost` to `page:boost/ai-catalog`. Update any `app.extensions` references in `app-config.yaml` accordingly. diff --git a/workspaces/boost/.changeset/rename-llamastack-to-ogx.md b/workspaces/boost/.changeset/rename-llamastack-to-ogx.md deleted file mode 100644 index 1cd93b17e68..00000000000 --- a/workspaces/boost/.changeset/rename-llamastack-to-ogx.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-boost-backend-module-ogx': minor -'@red-hat-developer-hub/backstage-plugin-ogx-entity-provider': minor -'@red-hat-developer-hub/backstage-plugin-boost-backend': patch -'@red-hat-developer-hub/backstage-plugin-boost-common': patch ---- - -Rename all Llama Stack references to OGX across the boost workspace. The upstream project has been renamed from llamastack to ogx. This changes npm package names, module IDs, cache key prefixes, config paths, provider identifiers, and entity name prefixes. Consumers must update imports from `@red-hat-developer-hub/backstage-plugin-boost-backend-module-llamastack` to `@red-hat-developer-hub/backstage-plugin-boost-backend-module-ogx` and from `@red-hat-developer-hub/backstage-plugin-llamastack-entity-provider` to `@red-hat-developer-hub/backstage-plugin-ogx-entity-provider`. diff --git a/workspaces/boost/.changeset/revert-mui-to-remixicon.md b/workspaces/boost/.changeset/revert-mui-to-remixicon.md deleted file mode 100644 index 5dfc57c14a0..00000000000 --- a/workspaces/boost/.changeset/revert-mui-to-remixicon.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-boost': patch ---- - -Revert icon imports from @mui/icons-material back to @remixicon/react to align with BUI's internal icon library. Remove unused @mui/icons-material and @mui/material dependencies. diff --git a/workspaces/boost/plugins/boost-backend-module-ogx/CHANGELOG.md b/workspaces/boost/plugins/boost-backend-module-ogx/CHANGELOG.md index 4cdde6c533c..06bec512a17 100644 --- a/workspaces/boost/plugins/boost-backend-module-ogx/CHANGELOG.md +++ b/workspaces/boost/plugins/boost-backend-module-ogx/CHANGELOG.md @@ -1,5 +1,17 @@ # @red-hat-developer-hub/backstage-plugin-boost-backend-module-llamastack +## 0.2.0 + +### Minor Changes + +- 54345de: Rename all Llama Stack references to OGX across the boost workspace. The upstream project has been renamed from llamastack to ogx. This changes npm package names, module IDs, cache key prefixes, config paths, provider identifiers, and entity name prefixes. Consumers must update imports from `@red-hat-developer-hub/backstage-plugin-boost-backend-module-llamastack` to `@red-hat-developer-hub/backstage-plugin-boost-backend-module-ogx` and from `@red-hat-developer-hub/backstage-plugin-llamastack-entity-provider` to `@red-hat-developer-hub/backstage-plugin-ogx-entity-provider`. + +### Patch Changes + +- Updated dependencies [46f6034] +- Updated dependencies [54345de] + - @red-hat-developer-hub/backstage-plugin-boost-common@0.1.4 + ## 0.1.2 ### Patch Changes diff --git a/workspaces/boost/plugins/boost-backend-module-ogx/package.json b/workspaces/boost/plugins/boost-backend-module-ogx/package.json index c2a4b62a3fe..b7e91ebd6d9 100644 --- a/workspaces/boost/plugins/boost-backend-module-ogx/package.json +++ b/workspaces/boost/plugins/boost-backend-module-ogx/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-boost-backend-module-ogx", - "version": "0.1.2", + "version": "0.2.0", "license": "Apache-2.0", "description": "OGX provider module for the boost AI platform", "main": "src/index.ts", diff --git a/workspaces/boost/plugins/boost-backend/CHANGELOG.md b/workspaces/boost/plugins/boost-backend/CHANGELOG.md index e0178824ca9..134f29a0f88 100644 --- a/workspaces/boost/plugins/boost-backend/CHANGELOG.md +++ b/workspaces/boost/plugins/boost-backend/CHANGELOG.md @@ -1,5 +1,15 @@ # @red-hat-developer-hub/backstage-plugin-boost-backend +## 0.1.4 + +### Patch Changes + +- 46f6034: Upgrade `boost.agent.list` from `BasicPermission` to `ResourcePermission` for conditional RBAC filtering via `authorizeConditional()`. Add `BoostAuthorizedRequest` type for attaching permission conditions to list-endpoint requests. +- 54345de: Rename all Llama Stack references to OGX across the boost workspace. The upstream project has been renamed from llamastack to ogx. This changes npm package names, module IDs, cache key prefixes, config paths, provider identifiers, and entity name prefixes. Consumers must update imports from `@red-hat-developer-hub/backstage-plugin-boost-backend-module-llamastack` to `@red-hat-developer-hub/backstage-plugin-boost-backend-module-ogx` and from `@red-hat-developer-hub/backstage-plugin-llamastack-entity-provider` to `@red-hat-developer-hub/backstage-plugin-ogx-entity-provider`. +- Updated dependencies [46f6034] +- Updated dependencies [54345de] + - @red-hat-developer-hub/backstage-plugin-boost-common@0.1.4 + ## 0.1.3 ### Patch Changes diff --git a/workspaces/boost/plugins/boost-backend/package.json b/workspaces/boost/plugins/boost-backend/package.json index f90251515bc..322e807158b 100644 --- a/workspaces/boost/plugins/boost-backend/package.json +++ b/workspaces/boost/plugins/boost-backend/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-boost-backend", - "version": "0.1.3", + "version": "0.1.4", "license": "Apache-2.0", "description": "Backend plugin for the boost AI platform", "main": "src/index.ts", diff --git a/workspaces/boost/plugins/boost-common/CHANGELOG.md b/workspaces/boost/plugins/boost-common/CHANGELOG.md index 758fde1efe5..ee56a23ea3b 100644 --- a/workspaces/boost/plugins/boost-common/CHANGELOG.md +++ b/workspaces/boost/plugins/boost-common/CHANGELOG.md @@ -1,5 +1,12 @@ # @red-hat-developer-hub/backstage-plugin-boost-common +## 0.1.4 + +### Patch Changes + +- 46f6034: Upgrade `boost.agent.list` from `BasicPermission` to `ResourcePermission` for conditional RBAC filtering via `authorizeConditional()`. Add `BoostAuthorizedRequest` type for attaching permission conditions to list-endpoint requests. +- 54345de: Rename all Llama Stack references to OGX across the boost workspace. The upstream project has been renamed from llamastack to ogx. This changes npm package names, module IDs, cache key prefixes, config paths, provider identifiers, and entity name prefixes. Consumers must update imports from `@red-hat-developer-hub/backstage-plugin-boost-backend-module-llamastack` to `@red-hat-developer-hub/backstage-plugin-boost-backend-module-ogx` and from `@red-hat-developer-hub/backstage-plugin-llamastack-entity-provider` to `@red-hat-developer-hub/backstage-plugin-ogx-entity-provider`. + ## 0.1.3 ### Patch Changes diff --git a/workspaces/boost/plugins/boost-common/package.json b/workspaces/boost/plugins/boost-common/package.json index f7d92c09fe5..2b9d054620b 100644 --- a/workspaces/boost/plugins/boost-common/package.json +++ b/workspaces/boost/plugins/boost-common/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-boost-common", - "version": "0.1.3", + "version": "0.1.4", "license": "Apache-2.0", "description": "Common types and utilities for the boost plugin", "main": "src/index.ts", diff --git a/workspaces/boost/plugins/boost/CHANGELOG.md b/workspaces/boost/plugins/boost/CHANGELOG.md index 447adadf800..4d30444d24a 100644 --- a/workspaces/boost/plugins/boost/CHANGELOG.md +++ b/workspaces/boost/plugins/boost/CHANGELOG.md @@ -1,5 +1,18 @@ # @red-hat-developer-hub/backstage-plugin-boost +## 0.4.0 + +### Minor Changes + +- 9cfc354: Add type-appropriate adoption actions for all AI asset types in the AdoptionCard entity extension. +- 766e4aa: Add extensible browse filters via NFS AiCatalogFilterBlueprint. Deployers can disable built-in filters and third-party plugins can add new filters to the AI Catalog sidebar via app-config. + + **Breaking:** The page extension ID changed from `page:boost` to `page:boost/ai-catalog`. Update any `app.extensions` references in `app-config.yaml` accordingly. + +### Patch Changes + +- 69b063b: Revert icon imports from @mui/icons-material back to @remixicon/react to align with BUI's internal icon library. Remove unused @mui/icons-material and @mui/material dependencies. + ## 0.3.0 ### Minor Changes diff --git a/workspaces/boost/plugins/boost/package.json b/workspaces/boost/plugins/boost/package.json index 7104cb25060..f00be2f5235 100644 --- a/workspaces/boost/plugins/boost/package.json +++ b/workspaces/boost/plugins/boost/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-boost", - "version": "0.3.0", + "version": "0.4.0", "description": "Frontend plugin for the Boost AI platform — AI Catalog discovery, entity page extensions, and agentic chat UI for Red Hat Developer Hub.", "license": "Apache-2.0", "main": "src/index.ts", diff --git a/workspaces/boost/plugins/ogx-entity-provider/CHANGELOG.md b/workspaces/boost/plugins/ogx-entity-provider/CHANGELOG.md index 292cbbd4ef8..5f6a94bb24c 100644 --- a/workspaces/boost/plugins/ogx-entity-provider/CHANGELOG.md +++ b/workspaces/boost/plugins/ogx-entity-provider/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-llamastack-entity-provider +## 0.2.0 + +### Minor Changes + +- 54345de: Rename all Llama Stack references to OGX across the boost workspace. The upstream project has been renamed from llamastack to ogx. This changes npm package names, module IDs, cache key prefixes, config paths, provider identifiers, and entity name prefixes. Consumers must update imports from `@red-hat-developer-hub/backstage-plugin-boost-backend-module-llamastack` to `@red-hat-developer-hub/backstage-plugin-boost-backend-module-ogx` and from `@red-hat-developer-hub/backstage-plugin-llamastack-entity-provider` to `@red-hat-developer-hub/backstage-plugin-ogx-entity-provider`. + ## 0.1.1 ### Patch Changes diff --git a/workspaces/boost/plugins/ogx-entity-provider/package.json b/workspaces/boost/plugins/ogx-entity-provider/package.json index 4b60d176d3a..58eb747a66f 100644 --- a/workspaces/boost/plugins/ogx-entity-provider/package.json +++ b/workspaces/boost/plugins/ogx-entity-provider/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-ogx-entity-provider", - "version": "0.1.1", + "version": "0.2.0", "license": "Apache-2.0", "description": "OGX entity provider for the Backstage catalog — emits AI models and agents as catalog entities", "main": "src/index.ts",