Skip to content

Commit f66273d

Browse files
committed
Update release note texts
1 parent 92ff589 commit f66273d

24 files changed

+91
-54
lines changed

assemblies/assembly-release-notes-breaking-changes.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
This section lists breaking changes in {product} {product-version}.
66

77

8+
include::modules/release-notes/snip-removed-functionality-rhidp-4572.adoc[leveloffset=+1]
9+
810

9-
None.
1011

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
This section lists known issues in {product} {product-version}.
66

77

8+
include::modules/release-notes/snip-known-issue-rhidp-4687.adoc[leveloffset=+1]
9+
10+
811
include::modules/release-notes/snip-known-issue-rhidp-3396.adoc[leveloffset=+1]
912

1013

assemblies/assembly-release-notes-new-features.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ include::modules/release-notes/snip-feature-rhidp-3621.adoc[leveloffset=+1]
1414
include::modules/release-notes/snip-feature-rhidp-3817.adoc[leveloffset=+1]
1515

1616

17+
include::modules/release-notes/snip-enhancement-rhidp-4236.adoc[leveloffset=+1]
18+
19+
1720
include::modules/release-notes/snip-enhancement-rhidp-4384.adoc[leveloffset=+1]
1821

1922

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[id="bug-fix-rhidp-2727"]
22
= GitHub issues plugin supports multiple GitHub integration hosts
33

4-
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.
4+
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.
5+
6+
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.
57

6-
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.
78

89
.Additional resources
910
* link:https://issues.redhat.com/browse/RHIDP-2727[RHIDP-2727]

modules/release-notes/snip-bug-fix-rhidp-2903.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[id="bug-fix-rhidp-2903"]
22
= All API documentation is defined in the 3scale backend plugin
33

4-
Previously, some API documentation defined in the 3scale backend plugin was not accessible in {product-very-short}.
5-
4+
Previously, some API documentation defined in the 3scale backend plugin was not accessible in {product-very-short}.
5+
66
With this update, all API documentation defined in the 3scale backend plugin is imported and merged in the {product-very-short}.
77

88
.Additional resources

modules/release-notes/snip-bug-fix-rhidp-3115.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[id="bug-fix-rhidp-3115"]
22
= {product-very-short} helm chart deployment throws `NotAllowedError`
33

4-
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.
5-
4+
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.
5+
66
This update fixes this issue by ensuring no mismatch between those values.
77

88
.Additional resources

modules/release-notes/snip-bug-fix-rhidp-3849.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[id="bug-fix-rhidp-3849"]
22
= Disable the creation of permission policies and roles when disabling the RBAC backend plugin
33

4-
Previously, disabling the RBAC backend plugin created roles and permission policies, whether the permission framework was enabled or not.
5-
4+
Previously, disabling the RBAC backend plugin created roles and permission policies, whether the permission framework was enabled or not.
5+
66
With this update, disabling the RBAC backend plugin no longer creates roles and permission policies.
77

88
.Additional resources
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[id="bug-fix-rhidp-3931"]
22
= Added alert on the deletion icon during bulk imports
33

4-
Before this update, repositories were added to {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.
4+
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.
55

66
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.
77

8+
89
.Additional resources
910
* link:https://issues.redhat.com/browse/RHIDP-3931[RHIDP-3931]
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[id="bug-fix-rhidp-4240"]
22
= Removed the pre-configured custom resources from the Kubernetes configuration
33

4-
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.
5-
4+
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.
5+
66
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.
77

8-
98
.Additional resources
109
* link:https://issues.redhat.com/browse/RHIDP-4240[RHIDP-4240]
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[id="bug-fix-rhidp-4241"]
2-
= RBAC Plugin is broken with latest Backstage version (1.31)
2+
= RBAC Plugin is broken with latest Backstage version (`1.31`)
33

4-
Before this update, RBAC backend plugin broke in Backstage 1.31 with an error.
5-
6-
This update resolves compatibility issues with RBAC backend plugin on Backstage versions 1.31 and 1.32 without displaying any errors.
4+
Before this update, RBAC backend plugin broke in Backstage `1.31` with an error.
5+
6+
This update resolves compatibility issues with RBAC backend plugin on Backstage versions `1.31` and `1.32` without displaying any errors.
77

88
.Additional resources
99
* link:https://issues.redhat.com/browse/RHIDP-4241[RHIDP-4241]

0 commit comments

Comments
 (0)