Skip to content

Commit 292758d

Browse files
author
GitHub Actions
committed
Release notes for Red Hat Developer Hub 1.6.0
1 parent 31d4a7c commit 292758d

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

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

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

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

7+
[id="removed-functionality-rhidp-6215"]
8+
== The Topology-specific permission `topology.view.read` is removed
9+
10+
Previously, the Topology plugin used `topology.view.read` permission to control access. Users were unable to configure Topology permissions using the RBAC UI. With this update, users can configure Kubernetes plugin permissions using the RBAC UI, which now governs the access to the Topology plugin. You can now use Kubernetes plugin permissions `kubernetes.clusters.read` and `kubernetes.resources.read` for the Topology plugin, as the topology-specific permission `topology.view.read` is removed.
11+
12+
If you are using a CSV permission file, update the following line:
13+
14+
.Old topology permission definition
15+
[source,csv]
16+
----
17+
p, role:default/topology-viewer, topology.view.read, read, allow
18+
----
19+
20+
.New topology permission definition
21+
[source,csv]
22+
----
23+
p, role:default/topology-viewer, kubernetes.clusters.read, read, allow
24+
p, role:default/topology-viewer, kubernetes.resources.read, read, allow
25+
----
26+
27+
28+
.Additional resources
29+
* link:https://issues.redhat.com/browse/RHIDP-6215[RHIDP-6215]
30+
731
[id="removed-functionality-rhidp-7365"]
832
== Migration to the core Auditor service
933

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

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

55
This section lists deprecated functionalities in {product} {product-version}.
66

7-
[id="deprecated-functionality-rhidp-6215"]
8-
== The Topology-specific permission `topology.view.read` is removed
9-
10-
Previously, the Topology plugin used `topology.view.read` permission to control access. Users were unable to configure Topology permissions using the RBAC UI. With this update, users can configure Kubernetes plugin permissions using the RBAC UI, which now governs the access to the Topology plugin. You can now use Kubernetes plugin permissions `kubernetes.clusters.read` and `kubernetes.resources.read` for the Topology plugin, as the topology-specific permission `topology.view.read` is removed.
11-
12-
If you are using a CSV permission file, update the following line:
13-
14-
.Old topology permission definition
15-
[source,csv]
16-
----
17-
p, role:default/topology-viewer, topology.view.read, read, allow
18-
----
19-
20-
.New topology permission definition
21-
[source,csv]
22-
----
23-
p, role:default/topology-viewer, kubernetes.clusters.read, read, allow
24-
p, role:default/topology-viewer, kubernetes.resources.read, read, allow
25-
----
26-
27-
28-
.Additional resources
29-
* link:https://issues.redhat.com/browse/RHIDP-6215[RHIDP-6215]
30-
317
[id="deprecated-functionality-rhidp-6368"]
328
== Deprecation of dynamic imports with `import(...)`
339

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can export metrics using any OpenTelemetry-compatible backend, such as **Pro
2727

2828

2929
[id="enhancement-rhidp-5987"]
30-
== Updated RBAC and Bulk Import plugins
30+
== Updated Auditor Service
3131

3232
{product} {product-version} introduces an enhancement to the RBAC and Bulk Import plugins, enabling users to utilize Backstage's new Auditor service. The key features include: ​
3333

0 commit comments

Comments
 (0)