Skip to content

Commit 6fdb896

Browse files
chore(docs): Update versions.md in dynamic plugin documentation (#4467)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: openshift-merge-bot[bot] <148852131+openshift-merge-bot[bot]@users.noreply.github.com>
1 parent 46c3ae4 commit 6fdb896

1 file changed

Lines changed: 0 additions & 216 deletions

File tree

docs/dynamic-plugins/versions.md

Lines changed: 0 additions & 216 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,4 @@
11

2-
## RHDH next (pre-release, versions can change for final release)
3-
4-
<!-- source
5-
https://github.com/redhat-developer/rhdh/blob/main/backstage.json
6-
-->
7-
8-
Based on [Backstage 1.45.3](https://backstage.io/docs/releases/v1.45.0)
9-
10-
To bootstrap Backstage app that is compatible with RHDH 1.4, you can use:
11-
12-
```bash
13-
npx @backstage/create-app@0.7.6
14-
```
15-
16-
### Frontend packages
17-
18-
19-
| **Package** | **Version** |
20-
| ------------------------------ | ----------- |
21-
| `@backstage/catalog-model` | `1.7.6` |
22-
| `@backstage/config` | `1.3.6` |
23-
| `@backstage/core-app-api` | `1.19.2` |
24-
| `@backstage/core-components` | `0.18.3` |
25-
| `@backstage/core-plugin-api` | `1.12.0` |
26-
| `@backstage/integration-react` | `1.2.12` |
27-
28-
29-
30-
If you want to check versions of other packages, you can check the
31-
[`package.json`](https://github.com/redhat-developer/rhdh/blob/main/packages/app/package.json) in the
32-
[`app`](https://github.com/redhat-developer/rhdh/tree/main/packages/app) package
33-
in the `main` branch of the [RHDH repository](https://github.com/redhat-developer/rhdh/tree/main).
34-
35-
### Backend packages
36-
37-
38-
| **Package** | **Version** |
39-
| ------------------------------ | ----------- |
40-
| `@backstage/backend-app-api` | `1.3.0` |
41-
| `@backstage/backend-defaults` | `0.13.1` |
42-
| `@backstage/backend-dynamic-feature-service` | `0.7.6` |
43-
| `@backstage/backend-plugin-api` | `1.5.0` |
44-
| `@backstage/catalog-model` | `1.7.6` |
45-
| `@backstage/cli-node` | `0.2.15` |
46-
| `@backstage/config` | `1.3.6` |
47-
| `@backstage/config-loader` | `1.10.6` |
48-
49-
50-
51-
If you want to check versions of other packages, you can check the
52-
[`package.json`](https://github.com/redhat-developer/rhdh/blob/main/packages/backend/package.json) in the
53-
[`backend`](https://github.com/redhat-developer/rhdh/tree/main/packages/backend) package
54-
in the `main` branch of the [RHDH repository](https://github.com/redhat-developer/rhdh/tree/main).
55-
562
## RHDH 1.9
573

584
<!-- source
@@ -106,165 +52,3 @@ If you want to check versions of other packages, you can check the
10652
[`package.json`](https://github.com/redhat-developer/rhdh/blob/release-1.9/packages/backend/package.json) in the
10753
[`backend`](https://github.com/redhat-developer/rhdh/tree/release-1.9/packages/backend) package
10854
in the `release-1.9` branch of the [RHDH repository](https://github.com/redhat-developer/rhdh/tree/release-1.9).
109-
110-
## RHDH 1.8
111-
112-
<!-- source
113-
https://github.com/redhat-developer/rhdh/blob/release-1.8/backstage.json
114-
-->
115-
116-
Based on [Backstage 1.42.5](https://backstage.io/docs/releases/v1.42.0)
117-
118-
To bootstrap Backstage app that is compatible with RHDH 1.4, you can use:
119-
120-
```bash
121-
npx @backstage/create-app@0.7.3
122-
```
123-
124-
### Frontend packages
125-
126-
127-
| **Package** | **Version** |
128-
| ------------------------------ | ----------- |
129-
| `@backstage/catalog-model` | `1.7.5` |
130-
| `@backstage/config` | `1.3.3` |
131-
| `@backstage/core-app-api` | `1.18.0` |
132-
| `@backstage/core-components` | `0.17.5` |
133-
| `@backstage/core-plugin-api` | `1.10.9` |
134-
| `@backstage/integration-react` | `1.2.9` |
135-
136-
137-
138-
If you want to check versions of other packages, you can check the
139-
[`package.json`](https://github.com/redhat-developer/rhdh/blob/release-1.8/packages/app/package.json) in the
140-
[`app`](https://github.com/redhat-developer/rhdh/tree/release-1.8/packages/app) package
141-
in the `release-1.8` branch of the [RHDH repository](https://github.com/redhat-developer/rhdh/tree/release-1.8).
142-
143-
### Backend packages
144-
145-
146-
| **Package** | **Version** |
147-
| ------------------------------ | ----------- |
148-
| `@backstage/backend-app-api` | `1.2.6` |
149-
| `@backstage/backend-defaults` | `0.12.0` |
150-
| `@backstage/backend-dynamic-feature-service` | `0.7.3` |
151-
| `@backstage/backend-plugin-api` | `1.4.2` |
152-
| `@backstage/catalog-model` | `1.7.5` |
153-
| `@backstage/cli-node` | `0.2.14` |
154-
| `@backstage/config` | `1.3.3` |
155-
| `@backstage/config-loader` | `1.10.2` |
156-
157-
158-
159-
If you want to check versions of other packages, you can check the
160-
[`package.json`](https://github.com/redhat-developer/rhdh/blob/release-1.8/packages/backend/package.json) in the
161-
[`backend`](https://github.com/redhat-developer/rhdh/tree/release-1.8/packages/backend) package
162-
in the `release-1.8` branch of the [RHDH repository](https://github.com/redhat-developer/rhdh/tree/release-1.8).
163-
164-
## RHDH 1.7
165-
166-
<!-- source
167-
https://github.com/redhat-developer/rhdh/blob/release-1.7/backstage.json
168-
-->
169-
170-
Based on [Backstage 1.39.1](https://backstage.io/docs/releases/v1.39.0)
171-
172-
To bootstrap Backstage app that is compatible with RHDH 1.4, you can use:
173-
174-
```bash
175-
npx @backstage/create-app@0.6.2
176-
```
177-
178-
### Frontend packages
179-
180-
181-
| **Package** | **Version** |
182-
| ------------------------------ | ----------- |
183-
| `@backstage/catalog-model` | `1.7.4` |
184-
| `@backstage/config` | `1.3.2` |
185-
| `@backstage/core-app-api` | `1.17.0` |
186-
| `@backstage/core-components` | `0.17.2` |
187-
| `@backstage/core-plugin-api` | `1.10.7` |
188-
| `@backstage/integration-react` | `1.2.7` |
189-
190-
191-
192-
If you want to check versions of other packages, you can check the
193-
[`package.json`](https://github.com/redhat-developer/rhdh/blob/release-1.7/packages/app/package.json) in the
194-
[`app`](https://github.com/redhat-developer/rhdh/tree/release-1.7/packages/app) package
195-
in the `release-1.7` branch of the [RHDH repository](https://github.com/redhat-developer/rhdh/tree/release-1.7).
196-
197-
### Backend packages
198-
199-
200-
| **Package** | **Version** |
201-
| ------------------------------ | ----------- |
202-
| `@backstage/backend-app-api` | `1.2.3` |
203-
| `@backstage/backend-defaults` | `0.10.0` |
204-
| `@backstage/backend-dynamic-feature-service` | `0.7.0` |
205-
| `@backstage/backend-plugin-api` | `1.3.1` |
206-
| `@backstage/catalog-model` | `1.7.4` |
207-
| `@backstage/cli-node` | `0.2.13` |
208-
| `@backstage/config` | `1.3.2` |
209-
| `@backstage/config-loader` | `1.10.1` |
210-
211-
212-
213-
If you want to check versions of other packages, you can check the
214-
[`package.json`](https://github.com/redhat-developer/rhdh/blob/release-1.7/packages/backend/package.json) in the
215-
[`backend`](https://github.com/redhat-developer/rhdh/tree/release-1.7/packages/backend) package
216-
in the `release-1.7` branch of the [RHDH repository](https://github.com/redhat-developer/rhdh/tree/release-1.7).
217-
218-
## RHDH 1.6
219-
220-
<!-- source
221-
https://github.com/redhat-developer/rhdh/blob/release-1.6/backstage.json
222-
-->
223-
224-
Based on [Backstage 1.36.1](https://backstage.io/docs/releases/v1.36.0)
225-
226-
To bootstrap Backstage app that is compatible with RHDH 1.4, you can use:
227-
228-
```bash
229-
npx @backstage/create-app@0.5.25
230-
```
231-
232-
### Frontend packages
233-
234-
235-
| **Package** | **Version** |
236-
| ------------------------------ | ----------- |
237-
| `@backstage/catalog-model` | `1.7.3` |
238-
| `@backstage/config` | `1.3.2` |
239-
| `@backstage/core-app-api` | `1.15.5` |
240-
| `@backstage/core-components` | `0.16.4` |
241-
| `@backstage/core-plugin-api` | `1.10.4` |
242-
| `@backstage/integration-react` | `1.2.4` |
243-
244-
245-
246-
If you want to check versions of other packages, you can check the
247-
[`package.json`](https://github.com/redhat-developer/rhdh/blob/release-1.6/packages/app/package.json) in the
248-
[`app`](https://github.com/redhat-developer/rhdh/tree/release-1.6/packages/app) package
249-
in the `release-1.6` branch of the [RHDH repository](https://github.com/redhat-developer/rhdh/tree/release-1.6).
250-
251-
### Backend packages
252-
253-
254-
| **Package** | **Version** |
255-
| ------------------------------ | ----------- |
256-
| `@backstage/backend-app-api` | `1.2.0` |
257-
| `@backstage/backend-defaults` | `0.8.1` |
258-
| `@backstage/backend-dynamic-feature-service` | `0.6.0` |
259-
| `@backstage/backend-plugin-api` | `1.2.0` |
260-
| `@backstage/catalog-model` | `1.7.3` |
261-
| `@backstage/cli-node` | `0.2.13` |
262-
| `@backstage/config` | `1.3.2` |
263-
| `@backstage/config-loader` | `1.9.6` |
264-
265-
266-
267-
If you want to check versions of other packages, you can check the
268-
[`package.json`](https://github.com/redhat-developer/rhdh/blob/release-1.6/packages/backend/package.json) in the
269-
[`backend`](https://github.com/redhat-developer/rhdh/tree/release-1.6/packages/backend) package
270-
in the `release-1.6` branch of the [RHDH repository](https://github.com/redhat-developer/rhdh/tree/release-1.6).

0 commit comments

Comments
 (0)