From 87571e14d64953583c1a3eccf2a2a48015f735cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 13 Aug 2026 06:29:46 +0000 Subject: [PATCH] Version Packages --- .../boost/.changeset/connector-utils-initial.md | 5 ----- .../boost/.changeset/ingestion-health-backend.md | 6 ------ .../boost-backend-module-kagenti/CHANGELOG.md | 8 ++++++++ .../boost-backend-module-kagenti/package.json | 2 +- .../plugins/boost-backend-module-ogx/CHANGELOG.md | 9 +++++++++ .../plugins/boost-backend-module-ogx/package.json | 2 +- workspaces/boost/plugins/boost-backend/CHANGELOG.md | 12 ++++++++++++ workspaces/boost/plugins/boost-backend/package.json | 2 +- workspaces/boost/plugins/boost-common/CHANGELOG.md | 6 ++++++ workspaces/boost/plugins/boost-common/package.json | 2 +- .../boost/plugins/boost-connector-utils/CHANGELOG.md | 7 +++++++ .../boost/plugins/boost-connector-utils/package.json | 2 +- workspaces/boost/plugins/boost-node/CHANGELOG.md | 7 +++++++ workspaces/boost/plugins/boost-node/package.json | 2 +- .../plugins/boost-responses-api-toolkit/CHANGELOG.md | 7 +++++++ .../plugins/boost-responses-api-toolkit/package.json | 2 +- 16 files changed, 63 insertions(+), 18 deletions(-) delete mode 100644 workspaces/boost/.changeset/connector-utils-initial.md delete mode 100644 workspaces/boost/.changeset/ingestion-health-backend.md create mode 100644 workspaces/boost/plugins/boost-connector-utils/CHANGELOG.md diff --git a/workspaces/boost/.changeset/connector-utils-initial.md b/workspaces/boost/.changeset/connector-utils-initial.md deleted file mode 100644 index 33c9d55d281..00000000000 --- a/workspaces/boost/.changeset/connector-utils-initial.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-boost-connector-utils': minor ---- - -Initial release of shared utilities for Boost AI catalog connector entity providers. Provides CA bundle resolution, fault isolation wrappers, enable/disable config guards, and startup validation for air-gapped deployments. diff --git a/workspaces/boost/.changeset/ingestion-health-backend.md b/workspaces/boost/.changeset/ingestion-health-backend.md deleted file mode 100644 index a806cdef12a..00000000000 --- a/workspaces/boost/.changeset/ingestion-health-backend.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-boost-backend': minor -'@red-hat-developer-hub/backstage-plugin-boost-common': minor ---- - -Add ingestion health backend API, data model, and error classification. Introduces `GET /api/boost/ingestion-health` endpoint with per-connector health status derived from recent sync attempts, `SyncAttemptsStore` for tracking sync outcomes, `ErrorClassifier` for categorizing sync failures, and `ConnectorConfigReader` for config-based connector discovery. diff --git a/workspaces/boost/plugins/boost-backend-module-kagenti/CHANGELOG.md b/workspaces/boost/plugins/boost-backend-module-kagenti/CHANGELOG.md index 52abdae5794..002d7731c0b 100644 --- a/workspaces/boost/plugins/boost-backend-module-kagenti/CHANGELOG.md +++ b/workspaces/boost/plugins/boost-backend-module-kagenti/CHANGELOG.md @@ -1,5 +1,13 @@ # @red-hat-developer-hub/backstage-plugin-boost-backend-module-kagenti +## 0.1.3 + +### Patch Changes + +- Updated dependencies [13a24d0] + - @red-hat-developer-hub/backstage-plugin-boost-common@0.2.0 + - @red-hat-developer-hub/backstage-plugin-boost-node@0.1.4 + ## 0.1.2 ### Patch Changes diff --git a/workspaces/boost/plugins/boost-backend-module-kagenti/package.json b/workspaces/boost/plugins/boost-backend-module-kagenti/package.json index 1c43fe7e816..ebc40fd6ac4 100644 --- a/workspaces/boost/plugins/boost-backend-module-kagenti/package.json +++ b/workspaces/boost/plugins/boost-backend-module-kagenti/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-boost-backend-module-kagenti", - "version": "0.1.2", + "version": "0.1.3", "license": "Apache-2.0", "description": "Kagenti provider module for the boost AI platform", "main": "src/index.ts", diff --git a/workspaces/boost/plugins/boost-backend-module-ogx/CHANGELOG.md b/workspaces/boost/plugins/boost-backend-module-ogx/CHANGELOG.md index 06bec512a17..47681bf2135 100644 --- a/workspaces/boost/plugins/boost-backend-module-ogx/CHANGELOG.md +++ b/workspaces/boost/plugins/boost-backend-module-ogx/CHANGELOG.md @@ -1,5 +1,14 @@ # @red-hat-developer-hub/backstage-plugin-boost-backend-module-llamastack +## 0.2.1 + +### Patch Changes + +- Updated dependencies [13a24d0] + - @red-hat-developer-hub/backstage-plugin-boost-common@0.2.0 + - @red-hat-developer-hub/backstage-plugin-boost-node@0.1.4 + - @red-hat-developer-hub/backstage-plugin-boost-responses-api-toolkit@0.1.3 + ## 0.2.0 ### Minor Changes diff --git a/workspaces/boost/plugins/boost-backend-module-ogx/package.json b/workspaces/boost/plugins/boost-backend-module-ogx/package.json index b7e91ebd6d9..8a4a92fdf8c 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.2.0", + "version": "0.2.1", "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 134f29a0f88..3a3f758e80a 100644 --- a/workspaces/boost/plugins/boost-backend/CHANGELOG.md +++ b/workspaces/boost/plugins/boost-backend/CHANGELOG.md @@ -1,5 +1,17 @@ # @red-hat-developer-hub/backstage-plugin-boost-backend +## 0.2.0 + +### Minor Changes + +- 13a24d0: Add ingestion health backend API, data model, and error classification. Introduces `GET /api/boost/ingestion-health` endpoint with per-connector health status derived from recent sync attempts, `SyncAttemptsStore` for tracking sync outcomes, `ErrorClassifier` for categorizing sync failures, and `ConnectorConfigReader` for config-based connector discovery. + +### Patch Changes + +- Updated dependencies [13a24d0] + - @red-hat-developer-hub/backstage-plugin-boost-common@0.2.0 + - @red-hat-developer-hub/backstage-plugin-boost-node@0.1.4 + ## 0.1.4 ### Patch Changes diff --git a/workspaces/boost/plugins/boost-backend/package.json b/workspaces/boost/plugins/boost-backend/package.json index 1523a16a330..c2fd3bb06f9 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.4", + "version": "0.2.0", "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 ee56a23ea3b..b230c006e9b 100644 --- a/workspaces/boost/plugins/boost-common/CHANGELOG.md +++ b/workspaces/boost/plugins/boost-common/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-boost-common +## 0.2.0 + +### Minor Changes + +- 13a24d0: Add ingestion health backend API, data model, and error classification. Introduces `GET /api/boost/ingestion-health` endpoint with per-connector health status derived from recent sync attempts, `SyncAttemptsStore` for tracking sync outcomes, `ErrorClassifier` for categorizing sync failures, and `ConnectorConfigReader` for config-based connector discovery. + ## 0.1.4 ### Patch Changes diff --git a/workspaces/boost/plugins/boost-common/package.json b/workspaces/boost/plugins/boost-common/package.json index 1577d62c7ed..23cc73797ca 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.4", + "version": "0.2.0", "license": "Apache-2.0", "description": "Common types and utilities for the boost plugin", "main": "src/index.ts", diff --git a/workspaces/boost/plugins/boost-connector-utils/CHANGELOG.md b/workspaces/boost/plugins/boost-connector-utils/CHANGELOG.md new file mode 100644 index 00000000000..7f8cd959ff8 --- /dev/null +++ b/workspaces/boost/plugins/boost-connector-utils/CHANGELOG.md @@ -0,0 +1,7 @@ +# @red-hat-developer-hub/backstage-plugin-boost-connector-utils + +## 0.2.0 + +### Minor Changes + +- 3745c61: Initial release of shared utilities for Boost AI catalog connector entity providers. Provides CA bundle resolution, fault isolation wrappers, enable/disable config guards, and startup validation for air-gapped deployments. diff --git a/workspaces/boost/plugins/boost-connector-utils/package.json b/workspaces/boost/plugins/boost-connector-utils/package.json index 13f671dfc29..5256cbc6be9 100644 --- a/workspaces/boost/plugins/boost-connector-utils/package.json +++ b/workspaces/boost/plugins/boost-connector-utils/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-boost-connector-utils", - "version": "0.1.0", + "version": "0.2.0", "license": "Apache-2.0", "description": "Shared utilities for Boost AI catalog connector entity providers: CA bundle resolution, fault isolation, enable/disable, and startup validation", "main": "src/index.ts", diff --git a/workspaces/boost/plugins/boost-node/CHANGELOG.md b/workspaces/boost/plugins/boost-node/CHANGELOG.md index 2da0ae2fac8..743e8194a6c 100644 --- a/workspaces/boost/plugins/boost-node/CHANGELOG.md +++ b/workspaces/boost/plugins/boost-node/CHANGELOG.md @@ -1,5 +1,12 @@ # @red-hat-developer-hub/backstage-plugin-boost-node +## 0.1.4 + +### Patch Changes + +- Updated dependencies [13a24d0] + - @red-hat-developer-hub/backstage-plugin-boost-common@0.2.0 + ## 0.1.3 ### Patch Changes diff --git a/workspaces/boost/plugins/boost-node/package.json b/workspaces/boost/plugins/boost-node/package.json index 7a9037b0bb4..c6774171fbd 100644 --- a/workspaces/boost/plugins/boost-node/package.json +++ b/workspaces/boost/plugins/boost-node/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-boost-node", - "version": "0.1.3", + "version": "0.1.4", "license": "Apache-2.0", "description": "Node.js library for the boost plugin", "main": "src/index.ts", diff --git a/workspaces/boost/plugins/boost-responses-api-toolkit/CHANGELOG.md b/workspaces/boost/plugins/boost-responses-api-toolkit/CHANGELOG.md index e5627466f2a..58e597b5aa7 100644 --- a/workspaces/boost/plugins/boost-responses-api-toolkit/CHANGELOG.md +++ b/workspaces/boost/plugins/boost-responses-api-toolkit/CHANGELOG.md @@ -1,5 +1,12 @@ # @red-hat-developer-hub/backstage-plugin-boost-responses-api-toolkit +## 0.1.3 + +### Patch Changes + +- Updated dependencies [13a24d0] + - @red-hat-developer-hub/backstage-plugin-boost-common@0.2.0 + ## 0.1.2 ### Patch Changes diff --git a/workspaces/boost/plugins/boost-responses-api-toolkit/package.json b/workspaces/boost/plugins/boost-responses-api-toolkit/package.json index 2a61bd0262e..4efedc7d73e 100644 --- a/workspaces/boost/plugins/boost-responses-api-toolkit/package.json +++ b/workspaces/boost/plugins/boost-responses-api-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-boost-responses-api-toolkit", - "version": "0.1.2", + "version": "0.1.3", "license": "Apache-2.0", "description": "Shared Responses API utilities for boost AI platform provider modules", "main": "src/index.ts",