Skip to content

Commit 5611a2e

Browse files
author
GitHub Actions
committed
Apply suggestions
1 parent 4a8f61e commit 5611a2e

File tree

2 files changed

+30
-35
lines changed

2 files changed

+30
-35
lines changed

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

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
:_content-type: REFERENCE
2-
[id="breaking-changes"]
3-
= Breaking changes
4-
5-
This section lists breaking changes in {product} {product-version}.
6-
7-
[id="removed-functionality-rhidp-4572"]
8-
== Updated monitoring and logging metrics
9-
10-
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]
11-
12-
13-
.Additional resources
14-
* link:https://issues.redhat.com/browse/RHIDP-4572[RHIDP-4572]
15-
16-
[id="removed-functionality-rhidp-4853"]
17-
== Plugins with updated scope
18-
1+
:_content-type: REFERENCE
2+
[id="breaking-changes"]
3+
= Breaking changes
4+
5+
This section lists breaking changes in {product} {product-version}.
6+
7+
[id="removed-functionality-rhidp-4572"]
8+
== Updated monitoring and logging metrics
9+
10+
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]
11+
12+
13+
.Additional resources
14+
* link:https://issues.redhat.com/browse/RHIDP-4572[RHIDP-4572]
15+
16+
[id="removed-functionality-rhidp-4853"]
17+
== Plugins with updated scope
18+
1919
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.
2020

2121
With this update, the following plugins, previously under the `@janus-idp` scope, have now been moved to the `@backstage-community` scope:
2222

2323
[cols=2,%header]
2424
|===
25-
| *RHDH 1.3 Plugin Name*
25+
| *RHDH 1.3 Plugin Name*
2626
| *RHDH 1.4 Plugin Name*
2727
|`@janus-idp/backstage-plugin-acr`|`@backstage-community/plugin-acr`
2828
|`@janus-idp/backstage-plugin-acr`|`@backstage-community/plugin-acr`
@@ -45,7 +45,7 @@ With this update, the following plugins, previously under the `@janus-idp` scope
4545
The following plugins, previously under the `@backstage` scope, have now been moved to the `@backstage-community` scope:
4646
[cols=2,%header]
4747
|===
48-
| *RHDH 1.3 Plugin Name*
48+
| *RHDH 1.3 Plugin Name*
4949
| *RHDH 1.4 Plugin Name*
5050
|`@backstage/plugin-azure-devops`|`@backstage-community/plugin-azure-devops`
5151
|`@backstage/plugin-azure-devops-backend`|`@backstage-community/plugin-azure-devops-backend`
@@ -64,7 +64,7 @@ Two plugins previously under the `@janus-idp` scope have moved to `@red-hat-deve
6464

6565
[cols=2,%header]
6666
|===
67-
| *RHDH 1.3 Plugin Name*
67+
| *RHDH 1.3 Plugin Name*
6868
| *RHDH 1.4 Plugin Name*
6969

7070
| `@janus-idp/backstage-plugin-bulk-import`
@@ -88,11 +88,11 @@ With the update to the plugin scope, the dynamic plugin configuration has also b
8888
[NOTE]
8989
====
9090
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.
91-
====
92-
93-
94-
.Additional resources
95-
* link:https://issues.redhat.com/browse/RHIDP-4853[RHIDP-4853]
96-
97-
98-
91+
====
92+
93+
94+
.Additional resources
95+
* link:https://issues.redhat.com/browse/RHIDP-4853[RHIDP-4853]
96+
97+
98+

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ This update adds an individual `mountPath` for link:{configuring-book-url}#proc-
1414

1515
With this update, link:https://github.com/redhat-developer/rhdh-operator/blob/main/docs/configuration.md#persistentvolumeclaims[`PersistentVolumeClaims` (PVC)] support is available.
1616

17-
[id="feature-rhidp-3817"]
18-
== Added Configuration Profiles
19-
20-
With this update, there are additional link:https://github.com/redhat-developer/rhdh-operator/blob/main/docs/profiles.md[configuration profiles].
21-
2217
[id="enhancement-rhidp-4384"]
2318
== Enhanced use of `kube-rbac-proxy`
2419

@@ -43,7 +38,7 @@ Identify the flavor of Backstage that is running. Default value: `rhdh`
4338
[id="feature-rhidp-4419"]
4439
== Ability to manage Persistent Volume Claim (PVCs) in {product-very-short} Operator
4540

46-
You can now mount directories from pre-created PersistentVolumeClaims (PVCs) using the `spec.application.extraFiles.pvcs` field, while configuring RHDH Operator.
41+
You can now mount directories from pre-created PersistentVolumeClaims (PVCs) using the `spec.application.extraFiles.pvcs` field, while configuring {product-very-short} Operator.
4742
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].
4843

4944

0 commit comments

Comments
 (0)