From 44e43da762d3149d8da9ac8ff5b3de919ca69b78 Mon Sep 17 00:00:00 2001 From: Jennifer Ubah Date: Fri, 29 Nov 2024 11:31:11 -0500 Subject: [PATCH] orchestrator plugin 1.3.0-rc.7 --- config/crd/bases/rhdh.redhat.com_orchestrators.yaml | 8 ++++---- config/samples/_v1alpha1_orchestrator.yaml | 8 ++++---- docs/main/existing-rhdh.md | 8 ++++---- helm-charts/orchestrator/values.yaml | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/config/crd/bases/rhdh.redhat.com_orchestrators.yaml b/config/crd/bases/rhdh.redhat.com_orchestrators.yaml index 30f7f6ff..2ec11afc 100644 --- a/config/crd/bases/rhdh.redhat.com_orchestrators.yaml +++ b/config/crd/bases/rhdh.redhat.com_orchestrators.yaml @@ -266,11 +266,11 @@ spec: properties: package: description: Package name - default: backstage-plugin-orchestrator@1.3.0-rc.4 + default: backstage-plugin-orchestrator@1.3.0-rc.7 type: string integrity: description: Package SHA integrity - default: sha512-sB2VsgsLGXYvM9DHgXPJ24CCP+w7AwzBQDAkA+zZlJeJfPe+KelbhX5OTjl7VoE3Yp+1vIaNPX/9sc0c+DFSxg== + default: sha512-wOKbnn9L89YAZRS6NLIGB3CtRgemLVxttse26poNfrRs0m40kj4DuP7ELAsuCGhz5CfQqwIA3t/w/8dOrRw3cw== type: string type: object orchestratorBackend: @@ -279,11 +279,11 @@ spec: package: description: Package name type: string - default: backstage-plugin-orchestrator-backend-dynamic@1.3.0-rc.4 + default: backstage-plugin-orchestrator-backend-dynamic@1.3.0-rc.7 integrity: description: Package SHA integrity type: string - default: sha512-nXY/bYGSRVuRMr2EfdV2TZBV9zyIK1lBOst+Sy6kzgJockuv3RX1mvBpC9x1nbFGsRkjd6hLrpx0YWsceapd7A== + default: sha512-DM1amRIdclPjWfRboRXo+oz4mdNW58rW2WDxvU+VCGbx5LOBQKpAOuvKwxWQtCcKQ74wPrtDkWZbpKr3fMPqsg== type: object notifications: description: Notification plugin information diff --git a/config/samples/_v1alpha1_orchestrator.yaml b/config/samples/_v1alpha1_orchestrator.yaml index 09ca62fc..42094bc5 100644 --- a/config/samples/_v1alpha1_orchestrator.yaml +++ b/config/samples/_v1alpha1_orchestrator.yaml @@ -56,11 +56,11 @@ spec: npmRegistry: "https://npm.registry.redhat.com" # NPM registry is defined already in the container, but sometimes the registry need to be modified to use different versions of the plugin, for example: staging(https://npm.stage.registry.redhat.com) or development repositories scope: "@redhat" orchestrator: - package: "backstage-plugin-orchestrator@1.3.0-rc.4" - integrity: sha512-sB2VsgsLGXYvM9DHgXPJ24CCP+w7AwzBQDAkA+zZlJeJfPe+KelbhX5OTjl7VoE3Yp+1vIaNPX/9sc0c+DFSxg== + package: "backstage-plugin-orchestrator@1.3.0-rc.7" + integrity: sha512-wOKbnn9L89YAZRS6NLIGB3CtRgemLVxttse26poNfrRs0m40kj4DuP7ELAsuCGhz5CfQqwIA3t/w/8dOrRw3cw== orchestratorBackend: - package: "backstage-plugin-orchestrator-backend-dynamic@1.3.0-rc.4" - integrity: sha512-nXY/bYGSRVuRMr2EfdV2TZBV9zyIK1lBOst+Sy6kzgJockuv3RX1mvBpC9x1nbFGsRkjd6hLrpx0YWsceapd7A== + package: "backstage-plugin-orchestrator-backend-dynamic@1.3.0-rc.7" + integrity: sha512-DM1amRIdclPjWfRboRXo+oz4mdNW58rW2WDxvU+VCGbx5LOBQKpAOuvKwxWQtCcKQ74wPrtDkWZbpKr3fMPqsg== notifications: package: "plugin-notifications-dynamic@1.3.0-rc.3" integrity: sha512-zqwK318o+Lc16pV5wvN6IWMLFqImOWr0xbsGBI69YNVGpXA6AOccXInGbn1RA1QKXfV5sNo8xc5N0WIIgx43Iw== diff --git a/docs/main/existing-rhdh.md b/docs/main/existing-rhdh.md index e3a0446d..65b6e7bb 100644 --- a/docs/main/existing-rhdh.md +++ b/docs/main/existing-rhdh.md @@ -119,15 +119,15 @@ By default it should point to `http://sonataflow-platform-data-index-service.son ``` ```yaml - disabled: false - package: "@redhat/backstage-plugin-orchestrator-backend-dynamic@1.3.0-rc.4" - integrity: sha512-nXY/bYGSRVuRMr2EfdV2TZBV9zyIK1lBOst+Sy6kzgJockuv3RX1mvBpC9x1nbFGsRkjd6hLrpx0YWsceapd7A== + package: "@redhat/backstage-plugin-orchestrator-backend-dynamic@1.3.0-rc.7" + integrity: sha512-DM1amRIdclPjWfRboRXo+oz4mdNW58rW2WDxvU+VCGbx5LOBQKpAOuvKwxWQtCcKQ74wPrtDkWZbpKr3fMPqsg== pluginConfig: orchestrator: dataIndexService: url: http://sonataflow-platform-data-index-service.sonataflow-infra - disabled: false - package: "@redhat/backstage-plugin-orchestrator@1.3.0-rc.4" - integrity: sha512-sB2VsgsLGXYvM9DHgXPJ24CCP+w7AwzBQDAkA+zZlJeJfPe+KelbhX5OTjl7VoE3Yp+1vIaNPX/9sc0c+DFSxg== + package: "@redhat/backstage-plugin-orchestrator@1.3.0-rc.7" + integrity: sha512-wOKbnn9L89YAZRS6NLIGB3CtRgemLVxttse26poNfrRs0m40kj4DuP7ELAsuCGhz5CfQqwIA3t/w/8dOrRw3cw== pluginConfig: dynamicPlugins: frontend: diff --git a/helm-charts/orchestrator/values.yaml b/helm-charts/orchestrator/values.yaml index 4948ccfd..a832fd4d 100644 --- a/helm-charts/orchestrator/values.yaml +++ b/helm-charts/orchestrator/values.yaml @@ -56,11 +56,11 @@ rhdhPlugins: # RHDH plugins required for the Orchestrator npmRegistry: "https://npm.registry.redhat.com" # NPM registry is defined already in the container, but sometimes the registry need to be modified to use different versions of the plugin, for example: staging(https://npm.stage.registry.redhat.com) or development repositories scope: "@redhat" orchestrator: - package: "backstage-plugin-orchestrator@1.3.0-rc.4" - integrity: sha512-sB2VsgsLGXYvM9DHgXPJ24CCP+w7AwzBQDAkA+zZlJeJfPe+KelbhX5OTjl7VoE3Yp+1vIaNPX/9sc0c+DFSxg== + package: "backstage-plugin-orchestrator@1.3.0-rc.7" + integrity: sha512-wOKbnn9L89YAZRS6NLIGB3CtRgemLVxttse26poNfrRs0m40kj4DuP7ELAsuCGhz5CfQqwIA3t/w/8dOrRw3cw== orchestratorBackend: - package: "backstage-plugin-orchestrator-backend-dynamic@1.3.0-rc.4" - integrity: sha512-nXY/bYGSRVuRMr2EfdV2TZBV9zyIK1lBOst+Sy6kzgJockuv3RX1mvBpC9x1nbFGsRkjd6hLrpx0YWsceapd7A== + package: "backstage-plugin-orchestrator-backend-dynamic@1.3.0-rc.7" + integrity: sha512-DM1amRIdclPjWfRboRXo+oz4mdNW58rW2WDxvU+VCGbx5LOBQKpAOuvKwxWQtCcKQ74wPrtDkWZbpKr3fMPqsg== notifications: package: "plugin-notifications-dynamic@1.3.0-rc.3" integrity: sha512-zqwK318o+Lc16pV5wvN6IWMLFqImOWr0xbsGBI69YNVGpXA6AOccXInGbn1RA1QKXfV5sNo8xc5N0WIIgx43Iw==