Skip to content

Commit eba029a

Browse files
author
GitHub Actions
committed
Fix release notes links
1 parent f7e957b commit eba029a

File tree

2 files changed

+76
-75
lines changed

2 files changed

+76
-75
lines changed

modules/release-notes/ref-release-notes-breaking-changes.adoc

Lines changed: 73 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -9,84 +9,85 @@ This section lists breaking changes in {product} {product-version}.
99

1010
Prom-client metrics have been removed and replaced with OpenTelemetry metrics. As a result, the metrics port has changed from `7007` to `9464`. Deprecated metrics have also been removed. If you had dependencies on these, ensure your prometheus queries are updated. For further information, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/monitoring_and_logging/index[Monitoring and logging]
1111

12+
1213
.Additional resources
1314
* link:https://issues.redhat.com/browse/RHIDP-4572[RHIDP-4572]
1415

1516
[id="removed-functionality-rhidp-4853"]
1617
== Plugins with updated scope
1718

18-
To upgrade from {product-very-short} 1.3 to 1.4, you must update your configuration to use the latest versions of the following plugins from the new scope.
19-
20-
With this update, the following plugins, previously under the `@janus-idp` scope, have now been moved to the `@backstage-community` scope:
21-
22-
[cols=2,%header]
23-
|===
24-
| *RHDH 1.3 Plugin Name*
25-
| *RHDH 1.4 Plugin Name*
26-
|`@janus-idp/backstage-plugin-acr`|`@backstage-community/plugin-acr`
27-
|`@janus-idp/backstage-plugin-acr`|`@backstage-community/plugin-acr`
28-
|`@janus-idp/backstage-plugin-analytics-provider-segment`|`@backstage-community/plugin-analytics-provider-segment`
29-
|`@janus-idp/backstage-plugin-jfrog-artifactory`|`@backstage-community/plugin-jfrog-artifactory`
30-
|`@janus-idp/backstage-plugin-keycloak-backend`|`@backstage-community/plugin-catalog-backend-module-keycloak`
31-
|`@janus-idp/backstage-plugin-nexus-repository-manager`|`@backstage-community/plugin-nexus-repository-manager`
32-
|`@janus-idp/backstage-plugin-ocm`|`@backstage-community/plugin-ocm`
33-
|`@janus-idp/backstage-plugin-ocm-backend`|`@backstage-community/plugin-ocm-backend`
34-
|`@janus-idp/backstage-plugin-quay`|`@backstage-community/plugin-quay`
35-
|`@janus-idp/backstage-plugin-rbac`|`@backstage-community/plugin-rbac`
36-
|`@janus-idp/backstage-plugin-tekton`|`@backstage-community/plugin-tekton`
37-
|`@janus-idp/backstage-plugin-topology`|`@backstage-community/plugin-topology`
38-
|`@janus-idp/backstage-scaffolder-backend-module-quay`|`@backstage-community/plugin-scaffolder-backend-module-quay`
39-
|`@janus-idp/backstage-scaffolder-backend-module-regex`|`@backstage-community/plugin-scaffolder-backend-module-regex`
40-
|`@janus-idp/backstage-scaffolder-backend-module-servicenow`|`@backstage-community/plugin-scaffolder-backend-module-servicenow`
41-
|`@janus-idp/backstage-scaffolder-backend-module-sonarqube`|`@backstage-community/plugin-scaffolder-backend-module-sonarqube`
42-
|===
43-
44-
The following plugins, previously under the `@backstage` scope, have now been moved to the `@backstage-community` scope:
45-
[cols=2,%header]
46-
|===
47-
| *RHDH 1.3 Plugin Name*
48-
| *RHDH 1.4 Plugin Name*
49-
|`@backstage/plugin-azure-devops`|`@backstage-community/plugin-azure-devops`
50-
|`@backstage/plugin-azure-devops-backend`|`@backstage-community/plugin-azure-devops-backend`
51-
|`@backstage/plugin-dynatrace`|`@backstage-community/plugin-dynatrace`
52-
|`@backstage/plugin-github-actions`|`@backstage-community/plugin-github-actions`
53-
|`@backstage/plugin-github-issues`|`@backstage-community/plugin-github-issues`
54-
|`@backstage/plugin-jenkins`|`@backstage-community/plugin-jenkins`
55-
|`@backstage/plugin-jenkins-backend`|`@backstage-community/plugin-jenkins-backend`
56-
|`@backstage/plugin-lighthouse`|`@backstage-community/plugin-lighthouse`
57-
|`@backstage/plugin-sonarqube`|`@backstage-community/plugin-sonarqube`
58-
|`@backstage/plugin-sonarqube-backend`|`@backstage-community/plugin-sonarqube-backend`
59-
|`@backstage/plugin-tech-radar`|`@backstage-community/plugin-tech-radar`
60-
|===
61-
62-
Two plugins previously under the `@janus-idp` scope have moved to `@red-hat-developer-hub` scope:
63-
64-
[cols=2,%header]
65-
|===
66-
| *RHDH 1.3 Plugin Name*
67-
| *RHDH 1.4 Plugin Name*
68-
69-
| `@janus-idp/backstage-plugin-bulk-import`
70-
| `@red-hat-developer-hub/backstage-plugin-bulk-import`
71-
72-
| `@janus-idp/backstage-plugin-bulk-import-backend`
73-
| `@red-hat-developer-hub/backstage-plugin-bulk-import-backend`
74-
|===
75-
76-
With the update to the plugin scope, the dynamic plugin configuration has also been modified.
77-
78-
[cols=2,%header]
79-
|===
80-
|*RHDH 1.3 Configuration*|*RHDH 1.4 Configuration*
81-
|link:https://github.com/janus-idp/backstage-showcase/blob/release-1.3/dynamic-plugins.default.yaml[dynamic-plugins.default.yaml]|link:https://github.com/janus-idp/backstage-showcase/blob/release-1.4/dynamic-plugins.default.yaml[dynamic-plugins.default.yaml]
82-
|===
83-
84-
.Procedure
85-
* To upgrade from {product-very-short} 1.3 to {product-very-short} 1.4, you must update your configuration to use the latest versions of the plugins listed previously from the new scope.
86-
87-
[NOTE]
88-
====
89-
In addition to the previously provided tables, you can compare the link:https://github.com/redhat-developer/red-hat-developers-documentation-rhdh/blob/release-1.4/modules/dynamic-plugins/rhdh-supported-plugins.csv[RHDH 1.4 CSV file] with the link:https://github.com/redhat-developer/red-hat-developers-documentation-rhdh/blob/release-1.3/modules/dynamic-plugins/rhdh-supported-plugins.csv[RHDH 1.3 CSV file] to identify the changes in dynamic plugins.
19+
To upgrade from {product-very-short} 1.3 to 1.4, you must update your configuration to use the latest versions of the following plugins from the new scope.
20+
21+
With this update, the following plugins, previously under the `@janus-idp` scope, have now been moved to the `@backstage-community` scope:
22+
23+
[cols=2,%header]
24+
|===
25+
| *RHDH 1.3 Plugin Name*
26+
| *RHDH 1.4 Plugin Name*
27+
|`@janus-idp/backstage-plugin-acr`|`@backstage-community/plugin-acr`
28+
|`@janus-idp/backstage-plugin-acr`|`@backstage-community/plugin-acr`
29+
|`@janus-idp/backstage-plugin-analytics-provider-segment`|`@backstage-community/plugin-analytics-provider-segment`
30+
|`@janus-idp/backstage-plugin-jfrog-artifactory`|`@backstage-community/plugin-jfrog-artifactory`
31+
|`@janus-idp/backstage-plugin-keycloak-backend`|`@backstage-community/plugin-catalog-backend-module-keycloak`
32+
|`@janus-idp/backstage-plugin-nexus-repository-manager`|`@backstage-community/plugin-nexus-repository-manager`
33+
|`@janus-idp/backstage-plugin-ocm`|`@backstage-community/plugin-ocm`
34+
|`@janus-idp/backstage-plugin-ocm-backend`|`@backstage-community/plugin-ocm-backend`
35+
|`@janus-idp/backstage-plugin-quay`|`@backstage-community/plugin-quay`
36+
|`@janus-idp/backstage-plugin-rbac`|`@backstage-community/plugin-rbac`
37+
|`@janus-idp/backstage-plugin-tekton`|`@backstage-community/plugin-tekton`
38+
|`@janus-idp/backstage-plugin-topology`|`@backstage-community/plugin-topology`
39+
|`@janus-idp/backstage-scaffolder-backend-module-quay`|`@backstage-community/plugin-scaffolder-backend-module-quay`
40+
|`@janus-idp/backstage-scaffolder-backend-module-regex`|`@backstage-community/plugin-scaffolder-backend-module-regex`
41+
|`@janus-idp/backstage-scaffolder-backend-module-servicenow`|`@backstage-community/plugin-scaffolder-backend-module-servicenow`
42+
|`@janus-idp/backstage-scaffolder-backend-module-sonarqube`|`@backstage-community/plugin-scaffolder-backend-module-sonarqube`
43+
|===
44+
45+
The following plugins, previously under the `@backstage` scope, have now been moved to the `@backstage-community` scope:
46+
[cols=2,%header]
47+
|===
48+
| *RHDH 1.3 Plugin Name*
49+
| *RHDH 1.4 Plugin Name*
50+
|`@backstage/plugin-azure-devops`|`@backstage-community/plugin-azure-devops`
51+
|`@backstage/plugin-azure-devops-backend`|`@backstage-community/plugin-azure-devops-backend`
52+
|`@backstage/plugin-dynatrace`|`@backstage-community/plugin-dynatrace`
53+
|`@backstage/plugin-github-actions`|`@backstage-community/plugin-github-actions`
54+
|`@backstage/plugin-github-issues`|`@backstage-community/plugin-github-issues`
55+
|`@backstage/plugin-jenkins`|`@backstage-community/plugin-jenkins`
56+
|`@backstage/plugin-jenkins-backend`|`@backstage-community/plugin-jenkins-backend`
57+
|`@backstage/plugin-lighthouse`|`@backstage-community/plugin-lighthouse`
58+
|`@backstage/plugin-sonarqube`|`@backstage-community/plugin-sonarqube`
59+
|`@backstage/plugin-sonarqube-backend`|`@backstage-community/plugin-sonarqube-backend`
60+
|`@backstage/plugin-tech-radar`|`@backstage-community/plugin-tech-radar`
61+
|===
62+
63+
Two plugins previously under the `@janus-idp` scope have moved to `@red-hat-developer-hub` scope:
64+
65+
[cols=2,%header]
66+
|===
67+
| *RHDH 1.3 Plugin Name*
68+
| *RHDH 1.4 Plugin Name*
69+
70+
| `@janus-idp/backstage-plugin-bulk-import`
71+
| `@red-hat-developer-hub/backstage-plugin-bulk-import`
72+
73+
| `@janus-idp/backstage-plugin-bulk-import-backend`
74+
| `@red-hat-developer-hub/backstage-plugin-bulk-import-backend`
75+
|===
76+
77+
With the update to the plugin scope, the dynamic plugin configuration has also been modified.
78+
79+
[cols=2,%header]
80+
|===
81+
|*RHDH 1.3 Configuration*|*RHDH 1.4 Configuration*
82+
|link:https://github.com/janus-idp/backstage-showcase/blob/release-1.3/dynamic-plugins.default.yaml[dynamic-plugins.default.yaml]|link:https://github.com/janus-idp/backstage-showcase/blob/release-1.4/dynamic-plugins.default.yaml[dynamic-plugins.default.yaml]
83+
|===
84+
85+
.Procedure
86+
* To upgrade from {product-very-short} 1.3 to {product-very-short} 1.4, you must update your configuration to use the latest versions of the plugins listed previously from the new scope.
87+
88+
[NOTE]
89+
====
90+
In addition to the previously provided tables, you can compare the link:https://github.com/redhat-developer/red-hat-developers-documentation-rhdh/blob/release-1.4/modules/dynamic-plugins/rhdh-supported-plugins.csv[RHDH 1.4 CSV file] with the link:https://github.com/redhat-developer/red-hat-developers-documentation-rhdh/blob/release-1.3/modules/dynamic-plugins/rhdh-supported-plugins.csv[RHDH 1.3 CSV file] to identify the changes in dynamic plugins.
9091
====
9192

9293

modules/release-notes/ref-release-notes-new-features.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ Identify the flavor of Backstage that is running. Default value: `rhdh`
4242

4343

4444
[id="feature-rhidp-4419"]
45-
== Ability to manage Persistent Volume Claim (PVCs) in RHDH Operator
45+
== Ability to manage Persistent Volume Claim (PVCs) in {product-very-short} Operator
4646

4747
You can now mount directories from pre-created PersistentVolumeClaims (PVCs) using the `spec.application.extraFiles.pvcs` field, while configuring RHDH Operator.
48-
For more information, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/configuring/index#configuring-the-deployment[Configuring {product} deployment when using the operator].
48+
For more information, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/configuring/index#configuring-the-deployment[Configuring {product} deployment when using the Operator].
4949

5050
[id="feature-rhidp-4805"]
5151
== Authenticating with {rhbk-brand-name}
5252

53-
With this update, you can use {rhbk-brand-name} as an authentication provider. The Keycloak plugin will now support ingesting users and groups with {rhbk-brand-name}. For more details, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/authentication/index#assembly-authenticating-with-rhbk[Authentication with {rhbk-brand-name}].
53+
With this update, you can use {rhbk-brand-name} as an authentication provider. The Keycloak plugin will now support ingesting users and groups with {rhbk-brand-name}. For more details, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/authentication/index#assembly-authenticating-with-rhbk[Authenticating with {rhbk-brand-name}].
5454

5555
[id="feature-rhidp-4806"]
5656
== Ability to install third-party plugins in RHDH

0 commit comments

Comments
 (0)