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

This file was deleted.

This file was deleted.

10 changes: 10 additions & 0 deletions workspaces/bulk-import/plugins/bulk-import-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @red-hat-developer-hub/backstage-plugin-bulk-import-backend

## 9.0.0

### Major Changes

- b9198f8: Orchestrator import mode now requires short-lived GitHub App installation tokens for `authTokens` and fails closed when only a classic PAT is available. Plugin-to-plugin calls to Orchestrator now use `auth.getPluginRequestToken` instead of forwarding the incoming user bearer token. Operator docs cover App setup, token TTL limits for long-running workflows, GitLab residual risk, RBAC, and deployment hardening.

### Patch Changes

- @red-hat-developer-hub/backstage-plugin-bulk-import-common@9.0.0

## 8.0.3

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-bulk-import-backend",
"version": "8.0.3",
"version": "9.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## @red-hat-developer-hub/backstage-plugin-bulk-import-common [0.2.0](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-bulk-import-common@0.1.0...@red-hat-developer-hub/backstage-plugin-bulk-import-common@0.2.0) (2024-07-25)

## 9.0.0

## 8.0.3

## 8.0.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-bulk-import-common",
"description": "Common functionalities for the bulk-import plugin",
"version": "8.0.3",
"version": "9.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @red-hat-developer-hub/backstage-plugin-bulk-import

## 9.0.0

### Patch Changes

- b9198f8: Show orchestrator import job errors, such as a missing GitHub App installation token, as alerts on the add-repositories page.
- @red-hat-developer-hub/backstage-plugin-bulk-import-common@9.0.0

## 8.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/bulk-import/plugins/bulk-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-bulk-import",
"version": "8.0.3",
"version": "9.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Loading