From 677311132012a069122309d08efb4f72c3a39119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Fri, 6 Dec 2024 11:25:25 +0100 Subject: [PATCH 1/3] fix: update release 1.3.1 release notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabrice Flore-Thébault --- .../assembly-release-notes-known-issues.adoc | 5 ++++- .../release-notes/snip-known-issue-rhidp-3396.adoc | 7 +++++++ .../release-notes/snip-known-issue-rhidp-3931.adoc | 10 ---------- .../release-notes/snip-known-issue-rhidp-4687.adoc | 14 ++++++++++++++ 4 files changed, 25 insertions(+), 11 deletions(-) create mode 100644 modules/release-notes/snip-known-issue-rhidp-3396.adoc delete mode 100644 modules/release-notes/snip-known-issue-rhidp-3931.adoc create mode 100644 modules/release-notes/snip-known-issue-rhidp-4687.adoc diff --git a/assemblies/assembly-release-notes-known-issues.adoc b/assemblies/assembly-release-notes-known-issues.adoc index adc154a8a1..ca704cd6a5 100644 --- a/assemblies/assembly-release-notes-known-issues.adoc +++ b/assemblies/assembly-release-notes-known-issues.adoc @@ -5,13 +5,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] diff --git a/modules/release-notes/snip-known-issue-rhidp-3396.adoc b/modules/release-notes/snip-known-issue-rhidp-3396.adoc new file mode 100644 index 0000000000..05dd54786b --- /dev/null +++ b/modules/release-notes/snip-known-issue-rhidp-3396.adoc @@ -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] diff --git a/modules/release-notes/snip-known-issue-rhidp-3931.adoc b/modules/release-notes/snip-known-issue-rhidp-3931.adoc deleted file mode 100644 index 8057f17bc0..0000000000 --- a/modules/release-notes/snip-known-issue-rhidp-3931.adoc +++ /dev/null @@ -1,10 +0,0 @@ -[id="known-issue-rhidp-3931"] -= Entities of repositories under a configured org in catalog-backend-module-github-org plugin are not deleted from the catalog when the imported repository is deleted from bulk imports - -Repositories might be added to Developer Hub from various sources (like statically in an app-config file or dynamically when enabling GitHub discovery). By design, the bulk import plugin will only track repositories that are accessible from the configured GitHub integrations. -When both the Bulk Import and the GitHub Discovery plugins are enabled, the repositories the latter discovers might be listed in the Bulk Import pages. -However, attempting to delete a repository added by the discovery plugin from the Bulk Import Jobs may have no effect, as any entities registered from this repository might still be present in the Developer Hub catalog. -There is unfortunately no known workaround yet. - -.Additional resources -* link:https://issues.redhat.com/browse/RHIDP-3931[RHIDP-3931] diff --git a/modules/release-notes/snip-known-issue-rhidp-4687.adoc b/modules/release-notes/snip-known-issue-rhidp-4687.adoc new file mode 100644 index 0000000000..fa10f8697a --- /dev/null +++ b/modules/release-notes/snip-known-issue-rhidp-4687.adoc @@ -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] From abf056f386664b9d28915f699e8a066712f17556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Fri, 6 Dec 2024 11:40:27 +0100 Subject: [PATCH 2/3] fix search string MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabrice Flore-Thébault --- assemblies/assembly-release-notes-known-issues.adoc | 1 - .../release-notes/single-source-release-notes.jira2asciidoc.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/assemblies/assembly-release-notes-known-issues.adoc b/assemblies/assembly-release-notes-known-issues.adoc index ca704cd6a5..530eb3ceb8 100644 --- a/assemblies/assembly-release-notes-known-issues.adoc +++ b/assemblies/assembly-release-notes-known-issues.adoc @@ -4,7 +4,6 @@ This section lists known issues in {product} {product-version}. - include::modules/release-notes/snip-known-issue-rhidp-4687.adoc[leveloffset=+1] diff --git a/modules/release-notes/single-source-release-notes.jira2asciidoc.yml b/modules/release-notes/single-source-release-notes.jira2asciidoc.yml index b99a7c824c..27035c9d5c 100644 --- a/modules/release-notes/single-source-release-notes.jira2asciidoc.yml +++ b/modules/release-notes/single-source-release-notes.jira2asciidoc.yml @@ -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 From ceec788b28a7e4897c0a45e874e8596bf8fd92e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Fri, 6 Dec 2024 11:46:24 +0100 Subject: [PATCH 3/3] re-add items removed by mistake MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabrice Flore-Thébault --- .../assembly-release-notes-known-issues.adoc | 3 +-- .../release-notes/snip-known-issue-rhidp-3931.adoc | 10 ++++++++++ .../release-notes/snip-known-issue-rhidp-4687.adoc | 14 -------------- 3 files changed, 11 insertions(+), 16 deletions(-) create mode 100644 modules/release-notes/snip-known-issue-rhidp-3931.adoc delete mode 100644 modules/release-notes/snip-known-issue-rhidp-4687.adoc diff --git a/assemblies/assembly-release-notes-known-issues.adoc b/assemblies/assembly-release-notes-known-issues.adoc index 530eb3ceb8..2fd8496592 100644 --- a/assemblies/assembly-release-notes-known-issues.adoc +++ b/assemblies/assembly-release-notes-known-issues.adoc @@ -4,8 +4,6 @@ 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] @@ -16,4 +14,5 @@ include::modules/release-notes/snip-known-issue-rhidp-4067.adoc[leveloffset=+1] include::modules/release-notes/snip-known-issue-rhidp-3396.adoc[leveloffset=+1] +include::modules/release-notes/snip-known-issue-rhidp-3931.adoc[leveloffset=+1] diff --git a/modules/release-notes/snip-known-issue-rhidp-3931.adoc b/modules/release-notes/snip-known-issue-rhidp-3931.adoc new file mode 100644 index 0000000000..8057f17bc0 --- /dev/null +++ b/modules/release-notes/snip-known-issue-rhidp-3931.adoc @@ -0,0 +1,10 @@ +[id="known-issue-rhidp-3931"] += Entities of repositories under a configured org in catalog-backend-module-github-org plugin are not deleted from the catalog when the imported repository is deleted from bulk imports + +Repositories might be added to Developer Hub from various sources (like statically in an app-config file or dynamically when enabling GitHub discovery). By design, the bulk import plugin will only track repositories that are accessible from the configured GitHub integrations. +When both the Bulk Import and the GitHub Discovery plugins are enabled, the repositories the latter discovers might be listed in the Bulk Import pages. +However, attempting to delete a repository added by the discovery plugin from the Bulk Import Jobs may have no effect, as any entities registered from this repository might still be present in the Developer Hub catalog. +There is unfortunately no known workaround yet. + +.Additional resources +* link:https://issues.redhat.com/browse/RHIDP-3931[RHIDP-3931] diff --git a/modules/release-notes/snip-known-issue-rhidp-4687.adoc b/modules/release-notes/snip-known-issue-rhidp-4687.adoc deleted file mode 100644 index fa10f8697a..0000000000 --- a/modules/release-notes/snip-known-issue-rhidp-4687.adoc +++ /dev/null @@ -1,14 +0,0 @@ -[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]