Skip to content

Commit 2806829

Browse files
jmagakGitHub Actionsthemr0c
committed
Release notes for Red Hat Developer Hub 1.4- Update Release Note Texts (redhat-developer#758)
* Update release note texts * Update release note texts * Update release note texts # deleted: modules/release-notes/snip-removed-functionality-rhidp-4293.adoc * Update release note texts * Update release note texts * Update release note texts * Update realease notes texts * Update release note texts * Update release note texts * Updates RN content * Updates RN content * Updates RN content * Updates RN content * Update RN notes * Latest RN texts * Latest RN texts * Update RN suggestion * Update release note texts * Fix RN texts * Update changes on RNs --------- Co-authored-by: GitHub Actions <[email protected]> Co-authored-by: Fabrice Flore-Thébault <[email protected]>
1 parent 7359f12 commit 2806829

9 files changed

+496
-126
lines changed

artifacts/attributes.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
:product-version: 1.4
1414
:product-bundle-version: 1.4.0
1515
:product-chart-version: 1.4.0
16-
:product-backstage-version: 1.29.2
16+
:product-backstage-version: 1.31.3
1717
:product-custom-resource-type: Backstage
1818
:rhdeveloper-name: Red Hat Developer
1919
:rhel: Red Hat Enterprise Linux
@@ -46,7 +46,8 @@
4646
:rhsso: RHSSO
4747
:rhbk-brand-name: Red Hat Build of Keycloak
4848
:rhbk: RHBK
49-
:keycloak-version: 24.0
49+
:rhtap-brand-name: Red Hat Trusted Application Pipeline
50+
:rhtap-very-short: RHTAP
5051

5152
// Partner Platforms
5253
:aws-brand-name: Amazon Web Services

assemblies/assembly-release-notes-fixed-issues.adoc

Lines changed: 0 additions & 71 deletions
This file was deleted.

assemblies/assembly-release-notes-known-issues.adoc

Lines changed: 0 additions & 20 deletions
This file was deleted.

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
This section lists breaking changes in {product} {product-version}.
66

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/1.3/html-single/monitoring_and_logging/index#assembly-rhdh-observability[Monitoring and logging]
11+
12+
.Additional resources
13+
* link:https://issues.redhat.com/browse/RHIDP-4572[RHIDP-4572]
14+
15+
716

817
<<<<<<< HEAD
918
None.

modules/release-notes/ref-release-notes-deprecated-functionalities.adoc

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,22 @@
33
= Deprecated functionalities
44

55
This section lists deprecated functionalities in {product} {product-version}.
6-
<<<<<<< HEAD
6+
7+
[id="deprecated-functionality-rhidp-3545"]
8+
== `./dynamic-plugins/dist/janus-idp-backstage-plugin-aap-backend-dynamic` plugin is deprecated
9+
10+
The `./dynamic-plugins/dist/janus-idp-backstage-plugin-aap-backend-dynamic` plugin has been deprecated and will be removed in the next release. You can link:https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html-single/using_ansible_plug-ins_for_red_hat_developer_hub/index[use Ansible plug-ins for {product-very-short}] instead.
11+
12+
.Additional resources
13+
* link:https://issues.redhat.com/browse/RHIDP-3545[RHIDP-3545]
14+
15+
[id="deprecated-functionality-rhidp-4913"]
16+
== Audit log rotation is deprecated
17+
18+
With this update, you can evaluate your platform's log forwarding solutions to align with your security and compliance needs. Most of these solutions offer configurable options to minimize the loss of logs in the event of an outage.
19+
20+
.Additional resources
21+
* link:https://issues.redhat.com/browse/RHIDP-4913[RHIDP-4913]
722

823

9-
None.
1024

11-
=======
12-
>>>>>>> 0a1cb6a28 (release-1.4 chore: release notes single-sourcing script fixes and enhancements (#790))

modules/release-notes/ref-release-notes-fixed-issues.adoc

Lines changed: 165 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,170 @@
44

55
This section lists issues fixed in {product} {product-version}.
66

7-
<<<<<<< HEAD
7+
== Fixed issues in 1.4
8+
9+
[id="bug-fix-rhidp-2727"]
10+
=== GitHub issues plugin supports multiple GitHub integration hosts
11+
12+
Previously, the GitHub issues plugin defaulted to using the first GitHub integration it detected for all components. This behavior made it incompatible with setups involving multiple GitHub integration hosts.
13+
14+
Now, GitHub issues plugin supports multiple GitHub integration hosts. It uses the well-known entity slug annotation `backstage.io/source-location` or `backstage.io/managed-by-location` to determine the appropriate GitHub integration for a component. If no integration matches the slug, the first GitHub integration is selected, maintaining the previous behavior.
15+
16+
.Additional resources
17+
* link:https://issues.redhat.com/browse/RHIDP-2727[RHIDP-2727]
18+
19+
20+
[id="bug-fix-rhidp-2903"]
21+
=== All API documentation is defined in the 3scale backend plugin
22+
23+
Previously, some API documentation defined in the 3scale backend plugin was not accessible in {product-very-short}.
24+
25+
With this update, all API documentation defined in the 3scale backend plugin is imported and merged in the {product-very-short}.
26+
27+
.Additional resources
28+
* link:https://issues.redhat.com/browse/RHIDP-2903[RHIDP-2903]
29+
30+
31+
[id="bug-fix-rhidp-3115"]
32+
=== {product-very-short} helm chart deployment throws `NotAllowedError`
33+
34+
Previously, when deploying with the Helm Chart, there could be a mismatch between the Route hostname and the `baseUrl` fields added to the generated app-config ConfigMap. This could sometimes cause failure to authenticate against some providers due to an origin mismatch.
35+
36+
This update fixes this issue by ensuring no mismatch between those values.
37+
38+
.Additional resources
39+
* link:https://issues.redhat.com/browse/RHIDP-3115[RHIDP-3115]
40+
41+
42+
[id="bug-fix-rhidp-3849"]
43+
=== Disable the creation of permission policies and roles when disabling the RBAC backend plugin
44+
45+
Previously, disabling the Role-Based Access Control (RBAC) backend plugin created roles and permission policies, whether the permission framework was enabled or not.
46+
47+
With this update, disabling the RBAC backend plugin no longer creates roles and permission policies.
48+
49+
.Additional resources
50+
* link:https://issues.redhat.com/browse/RHIDP-3849[RHIDP-3849]
51+
52+
53+
[id="bug-fix-rhidp-3931"]
54+
=== Added alert on the deletion icon during bulk imports
55+
56+
Before this update, repositories were added to the {product-short} from various sources, such as `app-config` files or GitHub discovery. The Bulk Import plugin only tracked repositories accessible using the configured GitHub integrations. When both plugins were enabled, repositories discovered by GitHub Discovery appeared on Bulk Import pages. However, deleting these repositories from Bulk Import Jobs had no effect, as entities from discovery or `app-config.yaml` file remained in the {product-short} catalog.
57+
58+
With this update, an alert on the deletion icon notifies the user to modify the source (either the `catalog-info` within the repository or the `app-config.yaml` file if the file originates from there) to remove the catalog entity.
59+
60+
.Additional resources
61+
* link:https://issues.redhat.com/browse/RHIDP-3931[RHIDP-3931]
62+
63+
64+
[id="bug-fix-rhidp-4240"]
65+
=== Removed the pre-configured custom resources from the Kubernetes configuration
66+
67+
Before this update, the custom resources in Kubernetes configuration were pre-configured. As a result, users could see Tekton warnings without configuring the custom resources in Kubernetes.
68+
69+
This update removes the pre-configured custom resources from the Kubernetes configuration. Therefore, users can customize resources to the Kubernetes configuration based on their requirements, preventing unrelated warnings from appearing.
70+
71+
.Additional resources
72+
* link:https://issues.redhat.com/browse/RHIDP-4240[RHIDP-4240]
73+
74+
75+
[id="bug-fix-rhidp-4241"]
76+
=== RBAC Plugin is broken with latest Backstage version (`1.31`)
77+
78+
Before this update, Role-Based Access Control (RBAC) backend plugin broke in Backstage `1.31` with an error.
79+
80+
This update resolves compatibility issues with RBAC backend plugin on Backstage versions `1.31` and `1.32` without displaying any errors.
81+
82+
.Additional resources
83+
* link:https://issues.redhat.com/browse/RHIDP-4241[RHIDP-4241]
84+
85+
86+
[id="bug-fix-rhidp-4732"]
87+
=== The backstage instance always failed to start in version `5.1.0`
88+
89+
Before this update, the backstage instance failed to start in version `5.1.0`, showing an error.
90+
91+
With this update, the Role-Based Access Control (RBAC) Backend plugin now starts successfully in version `5.1.0` without displaying any errors.
92+
93+
.Additional resources
94+
* link:https://issues.redhat.com/browse/RHIDP-4732[RHIDP-4732]
95+
96+
97+
[id="bug-fix-rhidp-4734"]
98+
=== Resolved RBAC API inconsistency when scaling deployments to more than one pod
99+
100+
Before this update, scaling the deployment to more than one pod caused Role-Based Access Control (RBAC) roles to remain unsynced, allowing only the pod that created the resource to serve it.
101+
102+
With this update, RBAC roles are now properly synced across all pods, with Redis cache and traffic routing configured to ensure consistency across the deployment.
103+
104+
.Additional resources
105+
* link:https://issues.redhat.com/browse/RHIDP-4734[RHIDP-4734]
106+
107+
108+
[id="bug-fix-rhidp-5014"]
109+
=== `export-dynamic-plugin` fails to find dependencies nested deeper than one level in `node_modules`
110+
111+
Previously, the CLI examined the dependencies of embedded packages during the export process to know if other packages should be embedded. One of the methods was calling {{require}} when the CLI encountered a built embedded package, which was the case when wrapping an existing plugin.
112+
113+
This update changes the parent directory that the {{require}} uses from the monorepo root to the embedded package. Therefore, the dependent package found is the dependency that is most relevant to the embedded package.
114+
115+
.Additional resources
116+
* link:https://issues.redhat.com/browse/RHIDP-5014[RHIDP-5014]
117+
118+
119+
[id="bug-fix-rhidp-5062"]
120+
=== `suppress-native-package` and `allow-native-package` flags to handle native modules
121+
122+
Previously, the CLI failed with a message that native modules are not supported.
123+
124+
This update introduces two new CLI flags that help dynamic plugin developers handle native modules. Both flags accept a list of packages. The `--suppress-native-package` flag does not require the native module at runtime. It replaces the native module with an empty package that displays an error. The `--allow-native-package` flag instructs the CLI to allow the native package during checks, and tests a plugin that uses a native module.
125+
126+
127+
.Additional resources
128+
* link:https://issues.redhat.com/browse/RHIDP-5062[RHIDP-5062]
129+
130+
131+
[id="bug-fix-rhidp-5120"]
132+
=== Resolved the issue with text selection when reporting a TechDoc issue
133+
134+
Previously, the feature to report a documentation (TechDoc) issue failed. Therefore, when a user selected a text in a TechDoc, a large icon appeared instead of a tooltip button.
135+
136+
With this update, users can select texts when reporting a documentation (TechDoc) issue.
137+
138+
.Additional resources
139+
* link:https://issues.redhat.com/browse/RHIDP-5120[RHIDP-5120]
140+
141+
142+
[id="bug-fix-rhidp-5136"]
143+
=== Resolved the `stdout maxBuffer` error
144+
145+
Previously, the `export-dynamic-plugin` failed with an error that the `stdout maxBuffer` length was exceeded.
146+
147+
With this update, the CLI redirects the output of the {{yarn install}} command it performs during the export process to a file. Therefore, a successful completion of the {{yarn install}} command and verification of the `export-dynamic-plugin`, cleans up the file. The file is available for troubleshooting when the dynamic plugin validation checks fail.
148+
149+
.Additional resources
150+
* link:https://issues.redhat.com/browse/RHIDP-5136[RHIDP-5136]
151+
152+
153+
[id="bug-fix-rhidp-5141"]
154+
=== Added an `--ignore-version-check` flag
155+
156+
Previously, exporting a plugin that has not been updated to a newer backstage version failed due to a semver check performed on dependencies of the dynamic plugin package.
157+
158+
With this update, an `--ignore-version-check` flag accepts a list of package names causing the CLI to selectively ignore the semver check the CLI performs when evaluating the plugin package dependencies. Therefore, a plugin that has not been updated works because it relies on unchanged interfaces and functions.
159+
160+
.Additional resources
161+
* link:https://issues.redhat.com/browse/RHIDP-5141[RHIDP-5141]
162+
163+
164+
[id="bug-fix-rhidp-5297"]
165+
=== Updated the Tech Radar plugin
166+
167+
With this update, you are now required to enable both `./dynamic-plugins/dist/backstage-community-tech-radar` and `./dynamic-plugins/dist/backstage-community-tech-radar-backend-dynamic` to use the Tech Radar plugin. You must configure additional settings depending on where you choose to load the JSON data for the plugin.
168+
169+
.Additional resources
170+
* link:https://issues.redhat.com/browse/RHIDP-5297[RHIDP-5297]
171+
8172

9-
None.
10173

11-
=======
12-
>>>>>>> 0a1cb6a28 (release-1.4 chore: release notes single-sourcing script fixes and enhancements (#790))

modules/release-notes/ref-release-notes-known-issues.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
This section lists known issues in {product} {product-version}.
66

7+
[id="known-issue-rhidp-3396"]
8+
== Topology plugin permission is not displayed in the RBAC front-end UI
9+
10+
Permissions associated only with front-end plugins do not appear in the UI because they require a backend plugin to expose the permission framework's well-known endpoint. As a workaround, you can apply these permissions by using a CSV file or directly calling the REST API of the RBAC backend plugin. Affected plugins include Topology (`topology.view.read`), Tekton (`tekton.view.read`), ArgoCD (`argocd.view.read`), and Quay (`quay.view.read`).
11+
12+
.Additional resources
13+
* link:https://issues.redhat.com/browse/RHIDP-3396[RHIDP-3396]
14+
715

816
<<<<<<< HEAD
917
None.

0 commit comments

Comments
 (0)