chore(backstage): bump orchestrator plugins to 1.7.1 prod release#219
Merged
openshift-merge-bot[bot] merged 7 commits intoredhat-developer:mainfrom Sep 12, 2025
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR bumps orchestrator-related Backstage plugins from v1.6.0 to v1.7.0, updates the Helm chart's version and documentation to reflect the new release, ensuring all package URLs and integrity hashes are aligned with the prod 1.7 release. Class diagram for updated orchestrator plugin configuration in values.yamlclassDiagram
class OrchestratorPlugin {
- disabled: bool
- package: string
- integrity: string
- pluginConfig: object
}
class OrchestratorBackendDynamicPlugin {
- package: "https://npm.registry.redhat.com/@redhat/backstage-plugin-orchestrator-backend-dynamic/-/backstage-plugin-orchestrator-backend-dynamic-1.7.0.tgz"
- integrity: "sha512-Kr55YbuVwEADwGef9o9wyimcgHmiwehPeAtVHa9g2RQYoSPEa6BeOlaPzB6W5Ke3M2bN/0j0XXtpLuvrlXQogA=="
- pluginConfig: orchestrator.dataIndexService.url
}
class OrchestratorPluginMain {
- package: "https://npm.registry.redhat.com/@redhat/backstage-plugin-orchestrator/-/backstage-plugin-orchestrator-1.7.0.tgz"
- integrity: "sha512-fOSJv2PgtD2urKwBM7p9W6gV/0UIHSf4pkZ9V/wQO0eg0Zi5Mys/CL1ba3nO9x9l84MX11UBZ2r7PPVJPrmOtw=="
- pluginConfig: dynamicPlugins.frontend
}
class ScaffolderBackendModuleOrchestratorDynamicPlugin {
- package: "https://npm.registry.redhat.com/@redhat/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic/-/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic-1.7.0.tgz"
- integrity: "sha512-Bueeix4661fXEnfJ9y31Yw91LXJgw6hJUG7lPVdESCi9VwBCjDB9Rm8u2yPqP8sriwr0OMtKtqD+Odn3LOPyVw=="
- pluginConfig: orchestrator.dataIndexService.url
}
class OrchestratorFormWidgetsPlugin {
- package: "https://npm.registry.redhat.com/@redhat/backstage-plugin-orchestrator-form-widgets/-/backstage-plugin-orchestrator-form-widgets-1.7.0.tgz"
- integrity: "sha512-Tqn6HO21Q1TQ7TFUoRhwBVCtSBzbQYz+OaanzzIB0R24O6YtVx3wR7Chtr5TzC05Vz5GkBO1+FZid8BKpqljgA=="
- pluginConfig: dynamicPlugins.frontend
}
OrchestratorPlugin <|-- OrchestratorBackendDynamicPlugin
OrchestratorPlugin <|-- OrchestratorPluginMain
OrchestratorPlugin <|-- ScaffolderBackendModuleOrchestratorDynamicPlugin
OrchestratorPlugin <|-- OrchestratorFormWidgetsPlugin
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey there - I've reviewed your changes and they look great!
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location> `charts/backstage/values.yaml:402` </location>
<code_context>
# but this caused conflicting issues with user-provided .npmrc secrets.
- disabled: false
- package: "https://npm.registry.redhat.com/@redhat/backstage-plugin-orchestrator-backend-dynamic/-/backstage-plugin-orchestrator-backend-dynamic-1.6.0.tgz"
+ package: "https://npm.registry.redhat.com/@redhat/backstage-plugin-orchestrator-backend-dynamic/-/backstage-plugin-orchestrator-backend-dynamic-1.7.0.tgz"
integrity: sha512-Kr55YbuVwEADwGef9o9wyimcgHmiwehPeAtVHa9g2RQYoSPEa6BeOlaPzB6W5Ke3M2bN/0j0XXtpLuvrlXQogA==
pluginConfig:
</code_context>
<issue_to_address>
Consider updating the 'integrity' field if the package version changes.
Ensure the 'integrity' field is updated to reflect the new package version's hash to prevent installation or deployment issues.
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
9bec8bf to
350c69b
Compare
|
@gazarenkov , @rm3l please could we convert this PR to ready for review as well? |
gazarenkov
approved these changes
Sep 12, 2025
Member
|
/retitle bumping orch plugins to 1.7 prod release |
|
c8cc27f
into
redhat-developer:main
9 checks passed
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR will bump the orchestrator plugins to the plugins released to prod 1.7.
related to this issue:
https://issues.redhat.com/browse/RHIDP-8514
DRAFT: WAITING FOR PLUGIN RELEASE
Checklist
Chart.yamlaccording to Semantic Versioning.values.yamland added to the corresponding README.md. The pre-commit utility can be used to generate the necessary content. Usepre-commit run -ato apply changes. The pre-commit Workflow will do this automatically for you if needed.pre-commithook.ct lintcommand.Summary by Sourcery
Bump orchestrator plugins to v1.7.1 and extend their configuration with a new Workflows tab integration
New Features:
Enhancements:
Documentation: