Skip to content

Commit 4860f53

Browse files
committed
Add orchestrator plugins to version 1.7.1
(cherry picked from commit c3645ec)
1 parent 33686f7 commit 4860f53

5 files changed

+78
-17
lines changed

catalog-entities/marketplace/packages/redhat-backstage-plugin-orchestrator-backend.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ metadata:
1818
- automation
1919
spec:
2020
packageName: "@redhat/backstage-plugin-orchestrator-backend"
21-
dynamicArtifact: "@redhat/backstage-plugin-orchestrator-backend-dynamic@1.5.1"
22-
version: 1.5.1
21+
dynamicArtifact: "@redhat/backstage-plugin-orchestrator-backend-dynamic@1.7.1"
22+
version: 1.7.1
2323
backstage:
2424
role: backend-plugin
2525
supportedVersions: 1.39.1
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
apiVersion: extensions.backstage.io/v1alpha1
2+
kind: Package
3+
metadata:
4+
name: redhat-backstage-plugin-orchestrator-form-widgets
5+
namespace: rhdh
6+
title: "@redhat/backstage-plugin-orchestrator-form-widgets"
7+
links:
8+
- url: https://red.ht/rhdh
9+
title: Homepage
10+
- url: https://issues.redhat.com/browse/RHIDP
11+
title: Bugs
12+
- title: Source Code
13+
url: https://github.com/redhat-developer/rhdh-plugins/tree/main/workspaces/orchestrator/plugins/orchestrator-form-widgets
14+
annotations:
15+
backstage.io/source-location: url
16+
https://github.com/redhat-developer/rhdh-plugins/tree/main/workspaces/orchestrator/plugins/orchestrator-form-widgets
17+
tags:
18+
- automation
19+
spec:
20+
packageName: "@redhat/backstage-plugin-orchestrator-form-widgets"
21+
dynamicArtifact: "@redhat/[email protected]"
22+
version: 1.7.1
23+
backstage:
24+
role: backend-plugin
25+
supportedVersions: 1.39.1
26+
author: Red Hat
27+
support: tech-preview
28+
lifecycle: active
29+
partOf:
30+
- orchestrator
31+
appConfigExamples:
32+
- title: Default configuration
33+
content:
34+
dynamicPlugins:
35+
frontend:
36+
red-hat-developer-hub.backstage-plugin-orchestrator-form-widgets: { }

catalog-entities/marketplace/packages/redhat-backstage-plugin-orchestrator.yaml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ metadata:
1818
- automation
1919
spec:
2020
packageName: "@redhat/backstage-plugin-orchestrator"
21-
dynamicArtifact: "@redhat/backstage-plugin-orchestrator@1.5.1"
22-
version: 1.5.1
21+
dynamicArtifact: "@redhat/backstage-plugin-orchestrator@1.7.1"
22+
version: 1.7.1
2323
backstage:
2424
role: frontend-plugin
2525
supportedVersions: 1.39.1
2626
author: Red Hat
27-
support: tech-preview
27+
support: production
2828
lifecycle: active
2929
partOf:
3030
- orchestrator
@@ -45,3 +45,16 @@ spec:
4545
text: Orchestrator
4646
module: OrchestratorPlugin
4747
path: /orchestrator
48+
entityTabs:
49+
- path: /workflows
50+
title: Workflows
51+
mountPoint: entity.page.workflows
52+
mountPoints:
53+
- mountPoint: entity.page.workflows/cards
54+
importName: OrchestratorCatalogTab
55+
config:
56+
layout:
57+
gridColumn: '1 / -1'
58+
if:
59+
anyOf:
60+
- IsOrchestratorCatalogTabAvailable

catalog-entities/marketplace/packages/redhat-backstage-plugin-scaffolder-backend-module-orchestrator.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ metadata:
1919
- automation
2020
spec:
2121
packageName: "@redhat/backstage-plugin-scaffolder-backend-module-orchestrator"
22-
dynamicArtifact: "@redhat/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic@1.5.1"
23-
version: 1.5.1
22+
dynamicArtifact: "@redhat/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic@1.7.1"
23+
version: 1.7.1
2424
backstage:
2525
role: backend-plugin-module
2626
supportedVersions: 1.39.1
2727
author: Red Hat
28-
support: tech-preview
28+
support: production
2929
lifecycle: active
3030
partOf:
3131
- orchestrator-scaffolder-actions

dynamic-plugins.default.yaml

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,9 +1210,9 @@ plugins:
12101210
title: Catalog
12111211

12121212
# Group: Orchestrator
1213-
- package: "@redhat/[email protected].0"
1213+
- package: "@redhat/[email protected].1"
12141214
disabled: true
1215-
integrity: sha512-HpyV/5yBh2wBVaF93dMBzm4oggEvILX2pXao0w7iUxJeWFC31iXj4rpviBZJrH1UlyJcuXgaJ2N0oYT8wZ/c6Q==
1215+
integrity: sha512-Cqu9EQwVQ4mpdgWTUA0MW89Gul0IklhvkkqVoO3CloQ1dnAj1XyXikCphzH5TmNDDd9K66dOpaKKCaW9KeJ4WA==
12161216
pluginConfig:
12171217
dynamicPlugins:
12181218
frontend:
@@ -1226,26 +1226,38 @@ plugins:
12261226
icon: orchestratorIcon
12271227
text: Orchestrator
12281228
path: /orchestrator
1229-
1230-
- package: "@redhat/[email protected]"
1229+
entityTabs:
1230+
- path: /workflows
1231+
title: Workflows
1232+
mountPoint: entity.page.workflows
1233+
mountPoints:
1234+
- mountPoint: entity.page.workflows/cards
1235+
importName: OrchestratorCatalogTab
1236+
config:
1237+
layout:
1238+
gridColumn: '1 / -1'
1239+
if:
1240+
anyOf:
1241+
- IsOrchestratorCatalogTabAvailable
1242+
- package: "@redhat/[email protected]"
12311243
disabled: true
1232-
integrity: sha512-CRqcbfTFQqqHbUUl89rz5cCK5HdKEVQ1/IqZekYjec/9hFra36y37AZm2PiwjdW7/aqnvM14TnLIjI1MU8NXZw==
1244+
integrity: sha512-9cXbedr0lC7ns7SNqARrWSQI4JGcZFw5xpfpUzA1tJaMMUjzAdPHTXqljf62/fs4hYBK8TJsWJ2KJkGVMzbrHQ==
12331245
pluginConfig:
12341246
orchestrator:
12351247
dataIndexService:
12361248
url: http://sonataflow-platform-data-index-service
12371249

1238-
- package: "@redhat/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic@1.7.0"
1250+
- package: "@redhat/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic@1.7.1"
12391251
disabled: true
1240-
integrity: sha512-XeR78NJCLVCBPUWNDWiojckLOF3ASIsPTyaYbH0WB2ko8de/bgZ4QVzMo5FXK1xK6TwRgUVY4M3JRpSY7dxm6Q==
1252+
integrity: sha512-J1sTjA5kj6DphG8D65go9KlpIfKyLN/wq+XlY5Cb5djEo8mvF3wn3Haf60OGFo5cP4OfRSWqFwT7LM5/dNVwAg==
12411253
pluginConfig:
12421254
orchestrator:
12431255
dataIndexService:
12441256
url: http://sonataflow-platform-data-index-service
12451257

1246-
- package: "@redhat/[email protected].0"
1258+
- package: "@redhat/[email protected].1"
12471259
disabled: true
1248-
integrity: sha512-uqzL/O2sZB74XS95rma4ZHMaWwII9JIHFHWNoRRP8LVrKC4LNiPpUr4dhnOsWG3erQeTz4jK2X7gWYo47w7zXA==
1260+
integrity: sha512-0KIXrZoJ+O4xNNzN/zB4+VMuaRPuiUviAmM+fIhTo/P9aLA36F9aIlyMbUbki49uaJ0zd8KXMBvmJSHZNrYkGQ==
12491261
pluginConfig:
12501262
dynamicPlugins:
12511263
frontend:

0 commit comments

Comments
 (0)