From 27c49afedd6993877ae89a78bd8e1e5335bdfade Mon Sep 17 00:00:00 2001 From: "openshift-merge-bot[bot]" <148852131+openshift-merge-bot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 22:21:21 +0000 Subject: [PATCH] chore(docs): Update versions.md in dynamic plugin documentation Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/dynamic-plugins/versions.md | 108 +++++++++++++++---------------- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/docs/dynamic-plugins/versions.md b/docs/dynamic-plugins/versions.md index 4aefd36bb6..a7e819fbe5 100644 --- a/docs/dynamic-plugins/versions.md +++ b/docs/dynamic-plugins/versions.md @@ -53,6 +53,60 @@ If you want to check versions of other packages, you can check the [`backend`](https://github.com/redhat-developer/rhdh/tree/main/packages/backend) package in the `main` branch of the [RHDH repository](https://github.com/redhat-developer/rhdh/tree/main). +## RHDH 1.9 + + + +Based on [Backstage 1.45.3](https://backstage.io/docs/releases/v1.45.0) + +To bootstrap Backstage app that is compatible with RHDH 1.4, you can use: + +```bash +npx @backstage/create-app@0.7.6 +``` + +### Frontend packages + + +| **Package** | **Version** | +| ------------------------------ | ----------- | +| `@backstage/catalog-model` | `1.7.6` | +| `@backstage/config` | `1.3.6` | +| `@backstage/core-app-api` | `1.19.2` | +| `@backstage/core-components` | `0.18.3` | +| `@backstage/core-plugin-api` | `1.12.0` | +| `@backstage/integration-react` | `1.2.12` | + + + +If you want to check versions of other packages, you can check the +[`package.json`](https://github.com/redhat-developer/rhdh/blob/release-1.9/packages/app/package.json) in the +[`app`](https://github.com/redhat-developer/rhdh/tree/release-1.9/packages/app) package +in the `release-1.9` branch of the [RHDH repository](https://github.com/redhat-developer/rhdh/tree/release-1.9). + +### Backend packages + + +| **Package** | **Version** | +| ------------------------------ | ----------- | +| `@backstage/backend-app-api` | `1.3.0` | +| `@backstage/backend-defaults` | `0.13.1` | +| `@backstage/backend-dynamic-feature-service` | `0.7.6` | +| `@backstage/backend-plugin-api` | `1.5.0` | +| `@backstage/catalog-model` | `1.7.6` | +| `@backstage/cli-node` | `0.2.15` | +| `@backstage/config` | `1.3.6` | +| `@backstage/config-loader` | `1.10.6` | + + + +If you want to check versions of other packages, you can check the +[`package.json`](https://github.com/redhat-developer/rhdh/blob/release-1.9/packages/backend/package.json) in the +[`backend`](https://github.com/redhat-developer/rhdh/tree/release-1.9/packages/backend) package +in the `release-1.9` branch of the [RHDH repository](https://github.com/redhat-developer/rhdh/tree/release-1.9). + ## RHDH 1.8 - -Based on [Backstage 1.35.1](https://backstage.io/docs/releases/v1.35.0) - -To bootstrap Backstage app that is compatible with RHDH 1.4, you can use: - -```bash -npx @backstage/create-app@0.5.24 -``` - -### Frontend packages - - -| **Package** | **Version** | -| ------------------------------ | ----------- | -| `@backstage/catalog-model` | `1.7.3` | -| `@backstage/config` | `1.3.2` | -| `@backstage/core-app-api` | `1.15.4` | -| `@backstage/core-components` | `0.16.3` | -| `@backstage/core-plugin-api` | `1.10.3` | -| `@backstage/integration-react` | `1.2.3` | - - - -If you want to check versions of other packages, you can check the -[`package.json`](https://github.com/redhat-developer/rhdh/blob/release-1.5/packages/app/package.json) in the -[`app`](https://github.com/redhat-developer/rhdh/tree/release-1.5/packages/app) package -in the `release-1.5` branch of the [RHDH repository](https://github.com/redhat-developer/rhdh/tree/release-1.5). - -### Backend packages - - -| **Package** | **Version** | -| ------------------------------ | ----------- | -| `@backstage/backend-app-api` | `1.1.1` | -| `@backstage/backend-defaults` | `0.7.0` | -| `@backstage/backend-dynamic-feature-service` | `0.5.3` | -| `@backstage/backend-plugin-api` | `1.1.1` | -| `@backstage/catalog-model` | `1.7.3` | -| `@backstage/cli-node` | `0.2.12` | -| `@backstage/config` | `1.3.2` | -| `@backstage/config-loader` | `1.9.5` | - - - -If you want to check versions of other packages, you can check the -[`package.json`](https://github.com/redhat-developer/rhdh/blob/release-1.5/packages/backend/package.json) in the -[`backend`](https://github.com/redhat-developer/rhdh/tree/release-1.5/packages/backend) package -in the `release-1.5` branch of the [RHDH repository](https://github.com/redhat-developer/rhdh/tree/release-1.5).