From a4808bc1e9f73491bf681311cddab55703f4694d Mon Sep 17 00:00:00 2001 From: Heena Manwani Date: Wed, 26 Mar 2025 20:44:37 +0530 Subject: [PATCH 1/3] Adotion insights DP feature in 1.5 RNs --- .../ref-release-notes-developer-preview.adoc | 35 +++++++++++++++++++ .../title-rhdh-release-notes.adoc | 3 ++ 2 files changed, 38 insertions(+) create mode 100644 modules/release-notes/ref-release-notes-developer-preview.adoc diff --git a/modules/release-notes/ref-release-notes-developer-preview.adoc b/modules/release-notes/ref-release-notes-developer-preview.adoc new file mode 100644 index 0000000000..92884bc9f7 --- /dev/null +++ b/modules/release-notes/ref-release-notes-developer-preview.adoc @@ -0,0 +1,35 @@ +:_content-type: REFERENCE +[id="developer-preview"] += Developer Preview + +This section lists Developer Preview features in {product} {product-version}. + +[IMPORTANT] +==== +Developer Preview features are not supported by Red Hat in any way and are not functionally complete or production-ready. Do not use Developer Preview features for production or business-critical workloads. Developer Preview features provide early access to functionality in advance of possible inclusion in a Red Hat product offering. Customers can use these features to test functionality and provide feedback during the development process. Developer Preview features might not have any documentation, are subject to change or removal at any time, and have received limited testing. Red Hat might provide ways to submit feedback on Developer Preview features without an associated SLA. + +For more information about the support scope of Red Hat Developer Preview features, see https://access.redhat.com/support/offerings/devpreview/[Developer Preview Support Scope]. +==== + +[id="developer-preview-rhdhpai-510"] +== Adoptions Insights in {product} + +The Adoption Insights plugin is now available as a Developer Preview feature in {product}, providing key metrics and trends to help you understand {product-short} usage. + +Currently, the Adoption Insights plugin cannot be used alongside the built-in `plugin-analytics-provider-segment` plugin. While a fix is in progress, you can enable Adoption Insights by first disabling the `plugin-analytics-provider-segment` plugin. To enable the Adoption Insights plugin, add the following configuration to the `dynamic-plugins.yaml` file or your configuration ConfigMap: + +.Example configuration in `dynamic-plugins.yaml` file +[source,yaml] +---- +plugins: + - package: ./dynamic-plugins/dist/backstage-community-plugin-analytics-provider-segment + disabled: true +---- + +For more information about Adoption Insights, see link:link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/adoption_insights_in_red_hat_developer_hub/index[Adoption Insights in {product}]. + +.Additional resources +* link:https://issues.redhat.com/browse/RHDHPAI-510[RHDHPAI-510] + + + diff --git a/titles/rel-notes-rhdh/title-rhdh-release-notes.adoc b/titles/rel-notes-rhdh/title-rhdh-release-notes.adoc index 815f83a312..9bf3cd0007 100644 --- a/titles/rel-notes-rhdh/title-rhdh-release-notes.adoc +++ b/titles/rel-notes-rhdh/title-rhdh-release-notes.adoc @@ -21,6 +21,9 @@ include::modules/release-notes/ref-release-notes-deprecated-functionalities.adoc include::modules/release-notes/ref-release-notes-technology-preview.adoc[leveloffset=+1] +include::modules/release-notes/ref-release-notes-developer-preview.adoc[leveloffset=+1] + + include::modules/release-notes/ref-release-notes-fixed-issues.adoc[leveloffset=+1] From e2887baa3a71f8ad7b1eac5c299818c7f9b2de24 Mon Sep 17 00:00:00 2001 From: Heena Manwani Date: Wed, 26 Mar 2025 20:54:07 +0530 Subject: [PATCH 2/3] link fixed --- modules/release-notes/ref-release-notes-developer-preview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/release-notes/ref-release-notes-developer-preview.adoc b/modules/release-notes/ref-release-notes-developer-preview.adoc index 92884bc9f7..a60bcbd6de 100644 --- a/modules/release-notes/ref-release-notes-developer-preview.adoc +++ b/modules/release-notes/ref-release-notes-developer-preview.adoc @@ -26,7 +26,7 @@ plugins: disabled: true ---- -For more information about Adoption Insights, see link:link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/adoption_insights_in_red_hat_developer_hub/index[Adoption Insights in {product}]. +For more information about Adoption Insights, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/adoption_insights_in_red_hat_developer_hub/index[Adoption Insights in {product}]. .Additional resources * link:https://issues.redhat.com/browse/RHDHPAI-510[RHDHPAI-510] From eb5c73b5865b708e871f4488dbb67d148741317f Mon Sep 17 00:00:00 2001 From: Heena Manwani Date: Wed, 26 Mar 2025 21:00:11 +0530 Subject: [PATCH 3/3] RN updated --- .../release-notes/ref-release-notes-developer-preview.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/release-notes/ref-release-notes-developer-preview.adoc b/modules/release-notes/ref-release-notes-developer-preview.adoc index a60bcbd6de..419032ed09 100644 --- a/modules/release-notes/ref-release-notes-developer-preview.adoc +++ b/modules/release-notes/ref-release-notes-developer-preview.adoc @@ -16,7 +16,7 @@ For more information about the support scope of Red Hat Developer Preview featur The Adoption Insights plugin is now available as a Developer Preview feature in {product}, providing key metrics and trends to help you understand {product-short} usage. -Currently, the Adoption Insights plugin cannot be used alongside the built-in `plugin-analytics-provider-segment` plugin. While a fix is in progress, you can enable Adoption Insights by first disabling the `plugin-analytics-provider-segment` plugin. To enable the Adoption Insights plugin, add the following configuration to the `dynamic-plugins.yaml` file or your configuration ConfigMap: +Currently, the Adoption Insights plugin cannot be used alongside the built-in `plugin-analytics-provider-segment` plugin. While a fix is in progress, you can enable Adoption Insights by first disabling the `plugin-analytics-provider-segment` plugin. To disable the `plugin-analytics-provider-segment` plugin, add the following configuration to the `dynamic-plugins.yaml` file or your configuration ConfigMap: .Example configuration in `dynamic-plugins.yaml` file [source,yaml] @@ -26,7 +26,7 @@ plugins: disabled: true ---- -For more information about Adoption Insights, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/adoption_insights_in_red_hat_developer_hub/index[Adoption Insights in {product}]. +After disabling the `plugin-analytics-provider-segment` plugin, you can configure the Adoption Insights plugin using the link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/adoption_insights_in_red_hat_developer_hub/index[Adoption Insights in {product}] documentation. .Additional resources * link:https://issues.redhat.com/browse/RHDHPAI-510[RHDHPAI-510]