Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions workspaces/boost/.changeset/connector-utils-initial.md

This file was deleted.

7 changes: 7 additions & 0 deletions workspaces/boost/plugins/boost-connector-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading