Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion assemblies/assembly-release-notes-known-issues.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@

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

include::modules/release-notes/snip-known-issue-rhidp-4687.adoc[leveloffset=+1]


include::modules/release-notes/snip-known-issue-rhidp-4378.adoc[leveloffset=+1]


include::modules/release-notes/snip-known-issue-rhidp-4067.adoc[leveloffset=+1]


include::modules/release-notes/snip-known-issue-rhidp-3931.adoc[leveloffset=+1]
include::modules/release-notes/snip-known-issue-rhidp-3396.adoc[leveloffset=+1]



Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ sections:
AND "Release Note Status" = "Done"
AND level is EMPTY
AND "Release Note Type" in ("Known Issue")
AND affectedVersion <= "{version_patch}"
AND affectedVersion in ("{version_patch}")
AND (fixVersion > "{version_patch}" OR fixVersion is EMPTY)
ORDER BY key DESC
template: with-jira-link
7 changes: 7 additions & 0 deletions modules/release-notes/snip-known-issue-rhidp-3396.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[id="known-issue-rhidp-3396"]
= Topology plugin permission does not show up in rbac frontend ui

Some permissions that only have frontend plugins will not show up in the UI due to a requirement of needing a backend plugin to expose the permission framework's wellknow endpoint. As a workaround, you can either apply these permissions through the use of the CSV file or by directly calling the REST API of the RBAC backend plugin. Known plugins affected are Topology topology.view.read, Tekton tekton.view.read, ArgoCD argocd.view.read, and Quay quay.view.read.

.Additional resources
* link:https://issues.redhat.com/browse/RHIDP-3396[RHIDP-3396]
10 changes: 0 additions & 10 deletions modules/release-notes/snip-known-issue-rhidp-3931.adoc

This file was deleted.

14 changes: 14 additions & 0 deletions modules/release-notes/snip-known-issue-rhidp-4687.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[id="known-issue-rhidp-4687"]
= Updating Channel does not trigger an Operator Update

Administrators cannot update RHDH across channels. As a workaround, to upgrade across channels:

* Delete the subscription by starting `CSV: 1.y.z` from the `fast-1.y` channel.
* Create a new subscription pointing to the new channel (fast or `fast-1.y+1`), using the latest CSV or a different startingCSV.
* Once installed, any existing Backstage objects will be upgraded through the new operator.

Note, your app config may need to be adjusted as part of the rollout, if plugins have changed their name or configuration requirements.


.Additional resources
* link:https://issues.redhat.com/browse/RHIDP-4687[RHIDP-4687]
Loading