From 95d5fce5c166146349bbe057f1d85e9380d2adc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 10 Aug 2026 13:32:39 +0000 Subject: [PATCH] Version Packages --- workspaces/boost/.changeset/connector-utils-initial.md | 5 ----- .../boost/plugins/boost-connector-utils/CHANGELOG.md | 7 +++++++ .../boost/plugins/boost-connector-utils/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 workspaces/boost/.changeset/connector-utils-initial.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/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",