Skip to content

Commit

Permalink
Update Dynamic Plugins versions for RHDH 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuino authored Dec 26, 2024
1 parent 4f4e1c4 commit e2d8c77
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/dynamic-plugins/versions.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Version Compatibility Matrix

## RHDH 1.4 (pre-release, versions can change for final release)
## RHDH 1.4

<!-- source
https://github.com/janus-idp/backstage-showcase/blob/main/backstage.json
https://github.com/janus-idp/backstage-showcase/blob/release-1.4/backstage.json
-->

Based on [Backstage 1.31.3](https://backstage.io/docs/releases/v1.31.0)
Based on [Backstage 1.32.6](https://backstage.io/docs/releases/v1.32.0)

To bootstrap Backstage app that is compatible with RHDH 1.4, you can use:

```bash
npx @backstage/[email protected].17
npx @backstage/[email protected].21
```

### Frontend packages
Expand All @@ -20,23 +20,23 @@ npx @backstage/[email protected]
| ------------------------------ | ----------- |
| `@backstage/catalog-model` | `1.7.0` |
| `@backstage/config` | `1.2.0` |
| `@backstage/core-app-api` | `1.15.0` |
| `@backstage/core-components` | `0.15.0` |
| `@backstage/core-plugin-api` | `1.9.4` |
| `@backstage/integration-react` | `1.1.32` |
| `@backstage/core-app-api` | `1.15.1` |
| `@backstage/core-components` | `0.15.1` |
| `@backstage/core-plugin-api` | `1.10.0` |
| `@backstage/integration-react` | `1.2.0` |

If you want to check versions of other packages, you can check the [`package.json`](https://github.com/janus-idp/backstage-showcase/blob/main/packages/app/package.json) in the [`app`](https://github.com/janus-idp/backstage-showcase/tree/main/packages/app) package in the `main` branch of the [RHDH repository](https://github.com/janus-idp/backstage-showcase/tree/main).

### Backend packages

| **Package** | **Version** |
| -------------------------------------------- | ----------- |
| `@backstage/backend-app-api` | `1.0.0` |
| `@backstage/backend-defaults` | `0.5.0` |
| `@backstage/backend-dynamic-feature-service` | `0.4.1` |
| `@backstage/backend-plugin-api` | `1.0.0` |
| `@backstage/backend-app-api` | `1.0.1` |
| `@backstage/backend-defaults` | `0.5.2` |
| `@backstage/backend-dynamic-feature-service` | `0.4.4` |
| `@backstage/backend-plugin-api` | `1.0.1` |
| `@backstage/catalog-model` | `1.7.0` |
| `@backstage/cli-node` | `0.2.8` |
| `@backstage/cli-node` | `0.2.9` |
| `@backstage/config` | `1.2.0` |
| `@backstage/config-loader` | `1.9.1` |

Expand Down

0 comments on commit e2d8c77

Please sign in to comment.