diff --git a/workspaces/adoption-insights/.changeset/eighty-carrots-repeat.md b/workspaces/adoption-insights/.changeset/eighty-carrots-repeat.md deleted file mode 100644 index fe8d6f059c3..00000000000 --- a/workspaces/adoption-insights/.changeset/eighty-carrots-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-adoption-insights': patch ---- - -Cover the new frontend system wiring with createExtensionTester: the page's path, title and route ref, and that both the page and the API extension are registered on the plugin. The existing alpha tests all pass against a plugin whose extensions array is empty, which is one of the two ways an NFS plugin fails silently. diff --git a/workspaces/adoption-insights/.changeset/graduate-nfs-exports.md b/workspaces/adoption-insights/.changeset/graduate-nfs-exports.md deleted file mode 100644 index 9e8b05c6eaf..00000000000 --- a/workspaces/adoption-insights/.changeset/graduate-nfs-exports.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-adoption-insights': major -'@red-hat-developer-hub/backstage-plugin-analytics-module-adoption-insights': major ---- - -**BREAKING:** Graduate NFS plugin exports from `/alpha` to the primary package entry point. OFS exports move to `/legacy`. Translations remain available at `/alpha`. - -NFS apps should import plugins from the package root instead of `/alpha`. Legacy OFS apps should import from `/legacy`. diff --git a/workspaces/adoption-insights/.changeset/ready-jobs-lose.md b/workspaces/adoption-insights/.changeset/ready-jobs-lose.md deleted file mode 100644 index ea9eaa06583..00000000000 --- a/workspaces/adoption-insights/.changeset/ready-jobs-lose.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-adoption-insights-backend': patch ---- - -Stop forwarding the caller's raw Authorization header when resolving TechDocs titles; mint a plugin-to-plugin token on behalf of the calling user, and reject unsafe entity path segments. diff --git a/workspaces/adoption-insights/.changeset/version-bump-1-54-6.md b/workspaces/adoption-insights/.changeset/version-bump-1-54-6.md deleted file mode 100644 index 6fa804354d2..00000000000 --- a/workspaces/adoption-insights/.changeset/version-bump-1-54-6.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-adoption-insights': minor -'@red-hat-developer-hub/backstage-plugin-adoption-insights-backend': minor -'@red-hat-developer-hub/backstage-plugin-adoption-insights-common': minor -'@red-hat-developer-hub/backstage-plugin-analytics-module-adoption-insights': minor ---- - -Backstage version bump to v1.54.6 diff --git a/workspaces/adoption-insights/plugins/adoption-insights-backend/CHANGELOG.md b/workspaces/adoption-insights/plugins/adoption-insights-backend/CHANGELOG.md index 54c0ab7ea14..79988698cf6 100644 --- a/workspaces/adoption-insights/plugins/adoption-insights-backend/CHANGELOG.md +++ b/workspaces/adoption-insights/plugins/adoption-insights-backend/CHANGELOG.md @@ -1,5 +1,17 @@ # @red-hat-developer-hub/backstage-plugin-adoption-insights-backend +## 1.0.0 + +### Minor Changes + +- 8a42ace: Backstage version bump to v1.54.6 + +### Patch Changes + +- b7d3535: Stop forwarding the caller's raw Authorization header when resolving TechDocs titles; mint a plugin-to-plugin token on behalf of the calling user, and reject unsafe entity path segments. +- Updated dependencies [8a42ace] + - @red-hat-developer-hub/backstage-plugin-adoption-insights-common@1.0.0 + ## 0.9.1 ### Patch Changes diff --git a/workspaces/adoption-insights/plugins/adoption-insights-backend/package.json b/workspaces/adoption-insights/plugins/adoption-insights-backend/package.json index ec8275643c8..1a116073447 100644 --- a/workspaces/adoption-insights/plugins/adoption-insights-backend/package.json +++ b/workspaces/adoption-insights/plugins/adoption-insights-backend/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-adoption-insights-backend", - "version": "0.9.1", + "version": "1.0.0", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/adoption-insights/plugins/adoption-insights-common/CHANGELOG.md b/workspaces/adoption-insights/plugins/adoption-insights-common/CHANGELOG.md index 9c81e4cbc3d..7b06da75095 100644 --- a/workspaces/adoption-insights/plugins/adoption-insights-common/CHANGELOG.md +++ b/workspaces/adoption-insights/plugins/adoption-insights-common/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-adoption-insights-common +## 1.0.0 + +### Minor Changes + +- 8a42ace: Backstage version bump to v1.54.6 + ## 0.9.1 ### Patch Changes diff --git a/workspaces/adoption-insights/plugins/adoption-insights-common/package.json b/workspaces/adoption-insights/plugins/adoption-insights-common/package.json index 988f2844317..ed853b9f0eb 100644 --- a/workspaces/adoption-insights/plugins/adoption-insights-common/package.json +++ b/workspaces/adoption-insights/plugins/adoption-insights-common/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-adoption-insights-common", - "version": "0.9.1", + "version": "1.0.0", "license": "Apache-2.0", "description": "Common functionalities for the adoption-insights plugin", "main": "src/index.ts", diff --git a/workspaces/adoption-insights/plugins/adoption-insights/CHANGELOG.md b/workspaces/adoption-insights/plugins/adoption-insights/CHANGELOG.md index c6b39dc75e4..f5f45eb85b2 100644 --- a/workspaces/adoption-insights/plugins/adoption-insights/CHANGELOG.md +++ b/workspaces/adoption-insights/plugins/adoption-insights/CHANGELOG.md @@ -1,5 +1,23 @@ # @red-hat-developer-hub/backstage-plugin-adoption-insights +## 1.0.0 + +### Major Changes + +- b4476cf: **BREAKING:** Graduate NFS plugin exports from `/alpha` to the primary package entry point. OFS exports move to `/legacy`. Translations remain available at `/alpha`. + + NFS apps should import plugins from the package root instead of `/alpha`. Legacy OFS apps should import from `/legacy`. + +### Minor Changes + +- 8a42ace: Backstage version bump to v1.54.6 + +### Patch Changes + +- e0d0d5f: Cover the new frontend system wiring with createExtensionTester: the page's path, title and route ref, and that both the page and the API extension are registered on the plugin. The existing alpha tests all pass against a plugin whose extensions array is empty, which is one of the two ways an NFS plugin fails silently. +- Updated dependencies [8a42ace] + - @red-hat-developer-hub/backstage-plugin-adoption-insights-common@1.0.0 + ## 0.9.1 ### Patch Changes diff --git a/workspaces/adoption-insights/plugins/adoption-insights/package.json b/workspaces/adoption-insights/plugins/adoption-insights/package.json index f18d58e3405..976ddf480d6 100644 --- a/workspaces/adoption-insights/plugins/adoption-insights/package.json +++ b/workspaces/adoption-insights/plugins/adoption-insights/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-adoption-insights", - "version": "0.9.1", + "version": "1.0.0", "license": "Apache-2.0", "main": "src/index.tsx", "types": "src/index.tsx", diff --git a/workspaces/adoption-insights/plugins/analytics-module-adoption-insights/CHANGELOG.md b/workspaces/adoption-insights/plugins/analytics-module-adoption-insights/CHANGELOG.md index d7f2dbb60f0..8770619712f 100644 --- a/workspaces/adoption-insights/plugins/analytics-module-adoption-insights/CHANGELOG.md +++ b/workspaces/adoption-insights/plugins/analytics-module-adoption-insights/CHANGELOG.md @@ -1,5 +1,17 @@ # @red-hat-developer-hub/backstage-plugin-analytics-module-adoption-insights +## 1.0.0 + +### Major Changes + +- b4476cf: **BREAKING:** Graduate NFS plugin exports from `/alpha` to the primary package entry point. OFS exports move to `/legacy`. Translations remain available at `/alpha`. + + NFS apps should import plugins from the package root instead of `/alpha`. Legacy OFS apps should import from `/legacy`. + +### Minor Changes + +- 8a42ace: Backstage version bump to v1.54.6 + ## 0.9.1 ### Patch Changes diff --git a/workspaces/adoption-insights/plugins/analytics-module-adoption-insights/package.json b/workspaces/adoption-insights/plugins/analytics-module-adoption-insights/package.json index b042009a121..0baf49aec9b 100644 --- a/workspaces/adoption-insights/plugins/analytics-module-adoption-insights/package.json +++ b/workspaces/adoption-insights/plugins/analytics-module-adoption-insights/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-analytics-module-adoption-insights", - "version": "0.9.1", + "version": "1.0.0", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts",