Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update Dynamic Plugins versions for RHDH 1.4 #2139

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
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)
Copy link
Member

@nickboldt nickboldt Jan 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is for 1.4 but your changes are targetting main branch (1.5), not release-1.4.

Also maybe you should link to the more detailed releases notes page (with multiple .z updates too) at https://github.com/backstage/backstage/releases so people can see not just 1.32.0 but all the updates to 1.32.6?


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
Loading