Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
10 changes: 7 additions & 3 deletions workspaces/orchestrator/metadata/rhdh-bsp-orchestrator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -60,6 +63,7 @@ spec:
mountPoints:
- mountPoint: entity.page.workflows/cards
importName: OrchestratorCatalogTab
module: Legacy
config:
layout:
gridColumn: 1 / -1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion workspaces/orchestrator/source.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"repo":"https://github.com/redhat-developer/rhdh-plugins","repo-ref":"c74276cf0f671a99f0e50a63bf86ac7f0a5241f8","repo-flat":false,"repo-backstage-version":"1.52.0"}
{"repo":"https://github.com/redhat-developer/rhdh-plugins","repo-ref":"c18c88dc980407bc17add675082fcf4b874e9f6d","repo-flat":false,"repo-backstage-version":"1.52.0"}
Loading