Skip to content
Open
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
108 changes: 54 additions & 54 deletions docs/dynamic-plugins/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- source
https://github.com/redhat-developer/rhdh/blob/release-1.9/backstage.json
-->

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

<!-- source
Expand Down Expand Up @@ -214,57 +268,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.6/packages/backend/package.json) in the
[`backend`](https://github.com/redhat-developer/rhdh/tree/release-1.6/packages/backend) package
in the `release-1.6` branch of the [RHDH repository](https://github.com/redhat-developer/rhdh/tree/release-1.6).

## RHDH 1.5

<!-- source
https://github.com/redhat-developer/rhdh/blob/release-1.5/backstage.json
-->

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).