Skip to content

Commit 0a29a53

Browse files
author
GitHub Actions
committed
Latest RN texts
1 parent cbcffae commit 0a29a53

File tree

2 files changed

+62
-56
lines changed

2 files changed

+62
-56
lines changed

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

Lines changed: 39 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ This section lists issues fixed in {product} {product-version}.
99
[id="bug-fix-rhidp-2727"]
1010
=== GitHub issues plugin supports multiple GitHub integration hosts
1111

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.
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.
1515

1616
.Additional resources
1717
* link:https://issues.redhat.com/browse/RHIDP-2727[RHIDP-2727]
@@ -20,8 +20,8 @@ Now, GitHub issues plugin supports multiple GitHub integration hosts. It uses th
2020
[id="bug-fix-rhidp-2903"]
2121
=== All API documentation is defined in the 3scale backend plugin
2222

23-
Previously, some API documentation defined in the 3scale backend plugin was not accessible in {product-very-short}.
24-
23+
Previously, some API documentation defined in the 3scale backend plugin was not accessible in {product-very-short}.
24+
2525
With this update, all API documentation defined in the 3scale backend plugin is imported and merged in the {product-very-short}.
2626
.Additional resources
2727
* link:https://issues.redhat.com/browse/RHIDP-2903[RHIDP-2903]
@@ -30,8 +30,8 @@ With this update, all API documentation defined in the 3scale backend plugin is
3030
[id="bug-fix-rhidp-3115"]
3131
=== {product-very-short} helm chart deployment throws `NotAllowedError`
3232

33-
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.
34-
33+
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.
34+
3535
This update fixes this issue by ensuring no mismatch between those values.
3636
.Additional resources
3737
* link:https://issues.redhat.com/browse/RHIDP-3115[RHIDP-3115]
@@ -40,8 +40,8 @@ This update fixes this issue by ensuring no mismatch between those values.
4040
[id="bug-fix-rhidp-3849"]
4141
=== Disable the creation of permission policies and roles when disabling the RBAC backend plugin
4242

43-
Previously, disabling the RBAC backend plugin created roles and permission policies, whether the permission framework was enabled or not.
44-
43+
Previously, disabling the RBAC backend plugin created roles and permission policies, whether the permission framework was enabled or not.
44+
4545
With this update, disabling the RBAC backend plugin no longer creates roles and permission policies.
4646
.Additional resources
4747
* link:https://issues.redhat.com/browse/RHIDP-3849[RHIDP-3849]
@@ -50,9 +50,9 @@ With this update, disabling the RBAC backend plugin no longer creates roles and
5050
[id="bug-fix-rhidp-3931"]
5151
=== Added alert on the deletion icon during bulk imports
5252

53-
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.
54-
55-
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.
53+
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.
54+
55+
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.
5656

5757
.Additional resources
5858
* link:https://issues.redhat.com/browse/RHIDP-3931[RHIDP-3931]
@@ -61,8 +61,8 @@ With this update, an alert on the deletion icon notifies the user to modify the
6161
[id="bug-fix-rhidp-4240"]
6262
=== Removed the pre-configured custom resources from the Kubernetes configuration
6363

64-
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.
65-
64+
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.
65+
6666
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.
6767
.Additional resources
6868
* link:https://issues.redhat.com/browse/RHIDP-4240[RHIDP-4240]
@@ -71,8 +71,8 @@ This update removes the pre-configured custom resources from the Kubernetes conf
7171
[id="bug-fix-rhidp-4241"]
7272
=== RBAC Plugin is broken with latest Backstage version (`1.31`)
7373

74-
Before this update, RBAC backend plugin broke in Backstage `1.31` with an error.
75-
74+
Before this update, RBAC backend plugin broke in Backstage `1.31` with an error.
75+
7676
This update resolves compatibility issues with RBAC backend plugin on Backstage versions `1.31` and `1.32` without displaying any errors.
7777
.Additional resources
7878
* link:https://issues.redhat.com/browse/RHIDP-4241[RHIDP-4241]
@@ -81,8 +81,8 @@ This update resolves compatibility issues with RBAC backend plugin on Backstage
8181
[id="bug-fix-rhidp-4732"]
8282
=== The backstage instance always failed to start in version `5.1.0`
8383

84-
Before this update, the backstage instance failed to start in version `5.1.0`, showing an error.
85-
84+
Before this update, the backstage instance failed to start in version `5.1.0`, showing an error.
85+
8686
With this update, the RBAC Backend plugin now starts successfully in version `5.1.0` without displaying any errors.
8787
.Additional resources
8888
* link:https://issues.redhat.com/browse/RHIDP-4732[RHIDP-4732]
@@ -91,8 +91,8 @@ With this update, the RBAC Backend plugin now starts successfully in version `5.
9191
[id="bug-fix-rhidp-4734"]
9292
=== Resolved RBAC API inconsistency when scaling deployments to more than one pod
9393

94-
Before this update, scaling the deployment to more than one pod caused RBAC roles to remain unsynced, allowing only the pod that created the resource to serve it.
95-
94+
Before this update, scaling the deployment to more than one pod caused RBAC roles to remain unsynced, allowing only the pod that created the resource to serve it.
95+
9696
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.
9797
.Additional resources
9898
* link:https://issues.redhat.com/browse/RHIDP-4734[RHIDP-4734]
@@ -101,8 +101,8 @@ With this update, RBAC roles are now properly synced across all pods, with Redis
101101
[id="bug-fix-rhidp-5014"]
102102
=== `export-dynamic-plugin` fails to find dependencies nested deeper than one level in `node_modules`
103103

104-
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.
105-
104+
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.
105+
106106
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.
107107
.Additional resources
108108
* link:https://issues.redhat.com/browse/RHIDP-5014[RHIDP-5014]
@@ -111,11 +111,11 @@ This update changes the parent directory that the {{require}} uses from the mono
111111
[id="bug-fix-rhidp-5062"]
112112
=== `suppress-native-package` and `allow-native-package` flags to handle native modules
113113

114-
Previously, the CLI failed with a message that native modules are not supported.
115-
116-
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.
117-
118-
114+
Previously, the CLI failed with a message that native modules are not supported.
115+
116+
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.
117+
118+
119119

120120
.Additional resources
121121
* link:https://issues.redhat.com/browse/RHIDP-5062[RHIDP-5062]
@@ -124,8 +124,8 @@ This update introduces two new CLI flags that help dynamic plugin developers han
124124
[id="bug-fix-rhidp-5120"]
125125
=== Resolved the issue with text selection when reporting a TechDoc issue
126126

127-
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.
128-
127+
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.
128+
129129
With this update, users can select texts when reporting a documentation (TechDoc) issue.
130130
.Additional resources
131131
* link:https://issues.redhat.com/browse/RHIDP-5120[RHIDP-5120]
@@ -134,8 +134,8 @@ With this update, users can select texts when reporting a documentation (TechDoc
134134
[id="bug-fix-rhidp-5136"]
135135
=== Resolved the `stdout maxBuffer` error
136136

137-
Previously, the `export-dynamic-plugin` failed with an error that the `stdout maxBuffer` length was exceeded.
138-
137+
Previously, the `export-dynamic-plugin` failed with an error that the `stdout maxBuffer` length was exceeded.
138+
139139
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.
140140
.Additional resources
141141
* link:https://issues.redhat.com/browse/RHIDP-5136[RHIDP-5136]
@@ -144,13 +144,19 @@ With this update, the CLI redirects the output of the {{yarn install}} command i
144144
[id="bug-fix-rhidp-5141"]
145145
=== Added an `--ignore-version-check` flag
146146

147-
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.
148-
147+
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.
148+
149149
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.
150150
.Additional resources
151151
* link:https://issues.redhat.com/browse/RHIDP-5141[RHIDP-5141]
152152

153153

154+
[id="bug-fix-rhidp-5297"]
155+
=== Updated the Tech Radar plugin
156+
157+
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.
158+
.Additional resources
159+
* link:https://issues.redhat.com/browse/RHIDP-5297[RHIDP-5297]
154160

155161

156162

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
:_content-type: REFERENCE
2-
[id="technology-preview"]
3-
= Technology Preview
4-
5-
This section lists Technology Preview features in {product} {product-version}.
6-
7-
[IMPORTANT]
8-
====
9-
Technology Preview features provide early access to upcoming product innovations, enabling you to test functionality and provide feedback during the development process.
10-
However, these features are not fully supported under Red Hat Subscription Level Agreements, may not be functionally complete, and are not intended for production use.
11-
As Red Hat considers making future iterations of Technology Preview features generally available, we will attempt to resolve any issues that customers experience when using these features.
12-
See: link:https://access.redhat.com/support/offerings/techpreview/[Technology Preview support scope].
13-
====
14-
15-
[id="technology-preview-rhidp-5070"]
16-
== Version Compatibility Matrix
17-
1+
:_content-type: REFERENCE
2+
[id="technology-preview"]
3+
= Technology Preview
4+
5+
This section lists Technology Preview features in {product} {product-version}.
6+
7+
[IMPORTANT]
8+
====
9+
Technology Preview features provide early access to upcoming product innovations, enabling you to test functionality and provide feedback during the development process.
10+
However, these features are not fully supported under Red Hat Subscription Level Agreements, may not be functionally complete, and are not intended for production use.
11+
As Red Hat considers making future iterations of Technology Preview features generally available, we will attempt to resolve any issues that customers experience when using these features.
12+
See: link:https://access.redhat.com/support/offerings/techpreview/[Technology Preview support scope].
13+
====
14+
15+
[id="technology-preview-rhidp-5070"]
16+
== Version Compatibility Matrix
17+
1818
The following tables list products and their versions compatible with {product-short} {product-version}:
1919

2020
.Platforms compatibility matrix
@@ -44,9 +44,9 @@ The following tables list products and their versions compatible with {product-s
4444

4545
| Backstage
4646
| {product-backstage-version}
47-
|===
48-
.Additional resources
49-
* link:https://issues.redhat.com/browse/RHIDP-5070[RHIDP-5070]
50-
51-
52-
47+
|===
48+
.Additional resources
49+
* link:https://issues.redhat.com/browse/RHIDP-5070[RHIDP-5070]
50+
51+
52+

0 commit comments

Comments
 (0)