From b3c83f20a1c913379e1abd7912d76ab2366511de Mon Sep 17 00:00:00 2001 From: Yi Cai Date: Fri, 14 Aug 2026 16:09:19 -0400 Subject: [PATCH] chore(orchestrator): upgrade workspace to 6.0.0 Add module: Legacy to OFS dynamic plugin entries so Scalprum loads Legacy exports after the NFS graduation in rhdh-plugins#4247. Co-authored-by: Cursor --- .../rhdh-bsp-orchestrator-backend-mod-loki.yaml | 4 ++-- .../metadata/rhdh-bsp-orchestrator-backend.yaml | 4 ++-- .../metadata/rhdh-bsp-orchestrator-form-widgets.yaml | 8 +++++--- .../orchestrator/metadata/rhdh-bsp-orchestrator.yaml | 10 +++++++--- .../rhdh-bsp-scaffolder-backend-mod-orchestrator.yaml | 4 ++-- workspaces/orchestrator/source.json | 2 +- 6 files changed, 19 insertions(+), 13 deletions(-) diff --git a/workspaces/orchestrator/metadata/rhdh-bsp-orchestrator-backend-mod-loki.yaml b/workspaces/orchestrator/metadata/rhdh-bsp-orchestrator-backend-mod-loki.yaml index 845616fd67..51511d5733 100644 --- a/workspaces/orchestrator/metadata/rhdh-bsp-orchestrator-backend-mod-loki.yaml +++ b/workspaces/orchestrator/metadata/rhdh-bsp-orchestrator-backend-mod-loki.yaml @@ -17,8 +17,8 @@ metadata: - automation spec: packageName: "@red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki" - dynamicArtifact: "oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-orchestrator-backend-module-loki:bs_1.52.0__1.4.0" - version: 1.4.0 + dynamicArtifact: "oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-orchestrator-backend-module-loki:bs_1.52.0__1.4.1" + version: 1.4.1 backstage: role: backend-plugin-module supportedVersions: 1.52.0 diff --git a/workspaces/orchestrator/metadata/rhdh-bsp-orchestrator-backend.yaml b/workspaces/orchestrator/metadata/rhdh-bsp-orchestrator-backend.yaml index 6acd3c86b2..7569b60cbd 100644 --- a/workspaces/orchestrator/metadata/rhdh-bsp-orchestrator-backend.yaml +++ b/workspaces/orchestrator/metadata/rhdh-bsp-orchestrator-backend.yaml @@ -17,8 +17,8 @@ metadata: - automation spec: packageName: "@red-hat-developer-hub/backstage-plugin-orchestrator-backend" - dynamicArtifact: "oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-orchestrator-backend:bs_1.52.0__8.11.0" - version: 8.11.0 + dynamicArtifact: "oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-orchestrator-backend:bs_1.52.0__8.12.1" + version: 8.12.1 backstage: role: backend-plugin supportedVersions: 1.52.0 diff --git a/workspaces/orchestrator/metadata/rhdh-bsp-orchestrator-form-widgets.yaml b/workspaces/orchestrator/metadata/rhdh-bsp-orchestrator-form-widgets.yaml index a41a2ee5d7..6477925150 100644 --- a/workspaces/orchestrator/metadata/rhdh-bsp-orchestrator-form-widgets.yaml +++ b/workspaces/orchestrator/metadata/rhdh-bsp-orchestrator-form-widgets.yaml @@ -17,8 +17,8 @@ metadata: - automation spec: packageName: "@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets" - dynamicArtifact: "oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-orchestrator-form-widgets:bs_1.52.0__1.12.0" - version: 1.12.0 + dynamicArtifact: "oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-orchestrator-form-widgets:bs_1.52.0__2.0.0" + version: 2.0.0 backstage: role: frontend-plugin supportedVersions: 1.52.0 @@ -32,4 +32,6 @@ spec: content: dynamicPlugins: frontend: - red-hat-developer-hub.backstage-plugin-orchestrator-form-widgets: {} + # OFS loads BackstagePlugin from Legacy after NFS graduation (PluginRoot is NFS). + red-hat-developer-hub.backstage-plugin-orchestrator-form-widgets: + pluginModule: Legacy diff --git a/workspaces/orchestrator/metadata/rhdh-bsp-orchestrator.yaml b/workspaces/orchestrator/metadata/rhdh-bsp-orchestrator.yaml index 611f2c98f6..514a58192a 100644 --- a/workspaces/orchestrator/metadata/rhdh-bsp-orchestrator.yaml +++ b/workspaces/orchestrator/metadata/rhdh-bsp-orchestrator.yaml @@ -18,8 +18,8 @@ metadata: spec: packageName: '@red-hat-developer-hub/backstage-plugin-orchestrator' - dynamicArtifact: "oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-orchestrator:bs_1.52.0__5.10.0" - version: 5.10.0 + dynamicArtifact: "oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-orchestrator:bs_1.52.0__6.0.0" + version: 6.0.0 backstage: role: frontend-plugin supportedVersions: 1.52.0 @@ -34,15 +34,18 @@ spec: dynamicPlugins: frontend: red-hat-developer-hub.backstage-plugin-orchestrator: + # Legacy exports require `module: Legacy` — they are not available on the default module. translationResources: - importName: orchestratorTranslations - module: Alpha + module: Legacy ref: orchestratorTranslationRef appIcons: - importName: OrchestratorIcon name: orchestratorIcon + module: Legacy dynamicRoutes: - importName: OrchestratorPage + module: Legacy menuItem: icon: orchestratorIcon text: Orchestrator @@ -60,6 +63,7 @@ spec: mountPoints: - mountPoint: entity.page.workflows/cards importName: OrchestratorCatalogTab + module: Legacy config: layout: gridColumn: 1 / -1 diff --git a/workspaces/orchestrator/metadata/rhdh-bsp-scaffolder-backend-mod-orchestrator.yaml b/workspaces/orchestrator/metadata/rhdh-bsp-scaffolder-backend-mod-orchestrator.yaml index 54da7a1204..4b1584d261 100644 --- a/workspaces/orchestrator/metadata/rhdh-bsp-scaffolder-backend-mod-orchestrator.yaml +++ b/workspaces/orchestrator/metadata/rhdh-bsp-scaffolder-backend-mod-orchestrator.yaml @@ -18,8 +18,8 @@ metadata: - automation spec: packageName: "@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator" - dynamicArtifact: "oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scaffolder-backend-module-orchestrator:bs_1.52.0__1.7.0" - version: 1.7.0 + dynamicArtifact: "oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scaffolder-backend-module-orchestrator:bs_1.52.0__1.7.2" + version: 1.7.2 backstage: role: backend-plugin-module supportedVersions: 1.52.0 diff --git a/workspaces/orchestrator/source.json b/workspaces/orchestrator/source.json index 4434bab775..f10f50a565 100644 --- a/workspaces/orchestrator/source.json +++ b/workspaces/orchestrator/source.json @@ -1 +1 @@ -{"repo":"https://github.com/redhat-developer/rhdh-plugins","repo-ref":"c74276cf0f671a99f0e50a63bf86ac7f0a5241f8","repo-flat":false,"repo-backstage-version":"1.52.0"} \ No newline at end of file +{"repo":"https://github.com/redhat-developer/rhdh-plugins","repo-ref":"c18c88dc980407bc17add675082fcf4b874e9f6d","repo-flat":false,"repo-backstage-version":"1.52.0"}