Skip to content

Commit f94d449

Browse files
authored
Merge branch 'release-1.10' into release-1.10
2 parents ff4c75a + a50a8e3 commit f94d449

17 files changed

Lines changed: 90 additions & 50 deletions
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
:_mod-docs-content-type: SNIPPET
2+
where:
3+
4+
`<tag>`::
5+
Enter your {product-very-short} version and the plugin version, in the format `pass:c,a,q[<rhdh-version>--<plugin-version>]`.
6+
To find these versions, complete the following steps:
7+
. Locate the plugin version in the {dynamic-plugins-reference-book-link}[Dynamic Plugins Reference guide].
8+
For example, for {product-very-short} 1.10, use the format `pass:c,a,q[1.10--<plugin-version>]`.
9+
+
10+
[TIP]
11+
====
12+
To ensure environment stability, use a SHA256 digest instead of a version tag. See {dynamic-plugins-reference-book-link}#troubleshooting[Determining SHA256 Digests].
13+
====

modules/integrate_accelerating-ai-development-with-openshift-ai-connector-for-rhdh/proc-set-up-with.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,12 @@ The {product-very-short} Pod requires two dynamic plugins.
168168
----
169169
plugins:
170170
- disabled: false
171-
package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-catalog-backend-module-model-catalog:bs_1.49.4__0.9.0
171+
package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-catalog-backend-module-model-catalog:<tag>
172172
- disabled: false
173-
package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-catalog-techdoc-url-reader-backend:bs_1.49.4__0.5.0
173+
package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-catalog-techdoc-url-reader-backend:<tag>
174174
----
175+
+
176+
include::{docdir}/artifacts/snip-tag-for-OCI-package-paths.adoc[]
175177

176178
. Add the `Connector` sidecar containers to the {product-very-short} Pod.
177179
+

modules/integrate_interacting-with-model-context-protocol-tools-for-rhdh/proc-install-the-backend-mcp-server-plugin.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ To run MCP tools within {product-very-short}, you must add the MCP server plugin
1717
[source,yaml]
1818
----
1919
plugins:
20-
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-plugin-mcp-actions-backend:bs_1.49.4__0.1.11!backstage-plugin-mcp-actions-backend
20+
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-plugin-mcp-actions-backend:<tag>
2121
disabled: false
2222
----
23+
+
24+
include::{docdir}/artifacts/snip-tag-for-OCI-package-paths.adoc[]
2325

2426
.Verification
2527

modules/integrate_interacting-with-model-context-protocol-tools-for-rhdh/proc-install-the-mcp-tool-plugins.adoc

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,29 @@ The previous MCP plugins (`software-catalog-mcp-tool` and `techdocs-mcp-tool`) a
2222
+
2323
[source,yaml]
2424
----
25-
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-software-catalog-mcp-extras:bs_1.49.4__0.2.2!red-hat-developer-hub-backstage-plugin-software-catalog-mcp-tool
25+
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-software-catalog-mcp-extras:<tag>
2626
disabled: false
2727
----
28+
+
29+
include::{docdir}/artifacts/snip-tag-for-OCI-package-paths.adoc[]
2830
** TechDocs MCP extras:
2931
+
3032
[source,yaml]
3133
----
32-
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-techdocs-mcp-extras:bs_1.49.4__0.2.3!red-hat-developer-hub-backstage-plugin-techdocs-mcp-tool
34+
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-techdocs-mcp-extras:<tag>
3335
disabled: false
3436
----
37+
+
38+
include::{docdir}/artifacts/snip-tag-for-OCI-package-paths.adoc[]
3539
** Scaffolder MCP extras:
3640
+
3741
[source,yaml]
3842
----
39-
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scaffolder-mcp-extras:bs_1.49.4__0.4.1!red-hat-developer-hub-backstage-plugin-scaffolder-mcp-tool
43+
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scaffolder-mcp-extras:<tag>
4044
disabled: false
4145
----
46+
+
47+
include::{docdir}/artifacts/snip-tag-for-OCI-package-paths.adoc[]
4248

4349
.Verification
4450

modules/integrate_interacting-with-model-context-protocol-tools-for-rhdh/proc-verify-successful-installation-of-mcp-plugins.adoc

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,20 @@ $ oc logs -c install-dynamic-plugins deployment/<my-product-deployment>
2828
[source]
2929
----
3030
..... prior logs ....
31-
======= Installing dynamic plugin oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-plugin-mcp-actions-backend:bs_1.42.5__0.1.2
32-
==> Copying image oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-plugin-mcp-actions-backend:next__0.2.0 to local filesystem
33-
==> Successfully installed dynamic plugin oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-plugin-mcp-actions-backend:bs_1.42.5__0.1.2
31+
======= Installing dynamic plugin oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-plugin-mcp-actions-backend:<tag>
32+
==> Copying image oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-plugin-mcp-actions-backend:<tag> to local filesystem
33+
==> Successfully installed dynamic plugin oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-plugin-mcp-actions-backend:<tag>
3434
----
35+
+
36+
include::{docdir}/artifacts/snip-tag-for-OCI-package-paths.adoc[]
3537
. You must see entries for any of the MCP tool plugins you installed as shown in the following code:
3638
+
3739
[source]
3840
----
3941
..... prior logs ....
40-
======= Installing dynamic plugin oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-software-catalog-mcp-tool:bs_1.42.5__0.2.3
41-
==> Copying image oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-software-catalog-mcp-tool:bs_1.42.5__0.2.3 to local filesystem
42-
==> Successfully installed dynamic plugin oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-software-catalog-mcp-tool:bs_1.42.5__0.2.3
42+
======= Installing dynamic plugin oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-software-catalog-mcp-tool:<tag>
43+
==> Copying image oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-software-catalog-mcp-tool:<tag> to local filesystem
44+
==> Successfully installed dynamic plugin oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-software-catalog-mcp-tool:<tag>
4345
----
46+
+
47+
include::{docdir}/artifacts/snip-tag-for-OCI-package-paths.adoc[]

modules/observability_evaluate-project-health-using-scorecards/proc-configure-portfolio-health-on-a-customizable-home-page.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ plugins:
6161
importName: DynamicCustomizableHomePage
6262
----
6363
+
64+
include::{docdir}/artifacts/snip-tag-for-OCI-package-paths.adoc[]
65+
+
6466
For more information, see {customizing-book-link}[{customizing-book-title}].
6567
. Log in to the {product-very-short} application.
6668
. Enter the *Edit* mode on the home page.

modules/observability_evaluate-project-health-using-scorecards/proc-configure-portfolio-health-on-a-read-only-home-page.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ plugins:
7272
importName: DynamicHomePage
7373
----
7474
+
75+
include::{docdir}/artifacts/snip-tag-for-OCI-package-paths.adoc[]
76+
+
7577
[NOTE]
7678
====
7779
The widget automatically calculates and displays aggregations for the entities you own. You do not have to manually configure filters or specify target owner groups in the widget settings.

modules/observability_evaluate-project-health-using-scorecards/proc-enable-scorecards.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ plugins:
3535
if:
3636
allOf:
3737
- isKind: component
38-
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scorecard-backend:bs_1.49.4__2.7.7
38+
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scorecard-backend:<tag>
3939
disabled: false
40-
----
40+
----
41+
+
42+
include::{docdir}/artifacts/snip-tag-for-OCI-package-paths.adoc[]

modules/observability_evaluate-project-health-using-scorecards/proc-integrate-github-health-metrics-using-scorecards.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,11 @@ integrations:
8888
[source,yaml]
8989
----
9090
plugins:
91-
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scorecard-backend-module-github:bs_1.45.3__2.3.5
91+
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scorecard-backend-module-github:<tag>
9292
disabled: false
9393
----
94+
+
95+
include::{docdir}/artifacts/snip-tag-for-OCI-package-paths.adoc[]
9496

9597
. Annotate catalog entities: Link a component to the GitHub data source by editing the `catalog-info.yaml` file for your {product-very-short} entity and adding the required annotations as shown in the following code:
9698
+

modules/observability_evaluate-project-health-using-scorecards/proc-integrate-jira-health-metrics-using-scorecards.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ You must use the proxy setup to ensure configuration compatibility if you also u
4343
[source,yaml]
4444
----
4545
plugins:
46-
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scorecard-backend-module-jira:bs_1.45.3__2.3.5
46+
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scorecard-backend-module-jira:<tag>
4747
disabled: false
4848
----
49+
+
50+
include::{docdir}/artifacts/snip-tag-for-OCI-package-paths.adoc[]
4951
... In your {product-very-short} `{my-app-config-file}` file, add the following direct setup settings:
5052
+
5153
[source,yaml]
@@ -67,9 +69,11 @@ where:
6769
[source,yaml]
6870
----
6971
plugins:
70-
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scorecard-backend-module-jira:bs_1.45.3__2.3.5
72+
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scorecard-backend-module-jira:<tag>
7173
disabled: false
7274
----
75+
+
76+
include::{docdir}/artifacts/snip-tag-for-OCI-package-paths.adoc[]
7377

7478
... In your {product-very-short} `{my-app-config-file}` file, add the following proxy settings:
7579
+

0 commit comments

Comments
 (0)