Skip to content

Orchestrator Plugin Infra Update#1323

Merged
openshift-merge-bot[bot] merged 5 commits intoredhat-developer:mainfrom
jenniferubah:orchestrator-plugin-infra-update
Jul 2, 2025
Merged

Orchestrator Plugin Infra Update#1323
openshift-merge-bot[bot] merged 5 commits intoredhat-developer:mainfrom
jenniferubah:orchestrator-plugin-infra-update

Conversation

@jenniferubah
Copy link
Copy Markdown
Contributor

@jenniferubah jenniferubah commented Jul 1, 2025

Description

With the recent release of Orchestrator 1.6.0, this PR updates the Orchestrator plugins to 1.6.0 version.

PR acceptance criteria

  • Tests
  • Documentation

Summary by Sourcery

Update orchestrator plugin infrastructure to Orchestrator v1.6.0.

New Features:

  • Enable new orchestrator-form-widgets plugin v1.6.0 by default

Enhancements:

  • Bump frontend, backend, and scaffolder Orchestrator plugins to v1.6.0

@sourcery-ai
Copy link
Copy Markdown
Contributor

sourcery-ai bot commented Jul 1, 2025

Reviewer's Guide

This PR upgrades Orchestrator plugins to version 1.6.0, adds the new orchestrator-form-widgets plugin, removes deprecated module declarations, and bumps the Sonataflow operator startingCSV to v1.36.0.

Entity relationship diagram for plugin and service dependencies

erDiagram
  ORCHESTRATOR_FRONTEND_PLUGIN ||--o{ ORCHESTRATOR_FORM_WIDGETS : uses
  ORCHESTRATOR_BACKEND_PLUGIN ||--o{ SONATAFLOW_PLATFORM_DATA_INDEX_SERVICE : depends_on
  SCAFFOLDER_BACKEND_MODULE_ORCHESTRATOR ||--o{ SONATAFLOW_PLATFORM_DATA_INDEX_SERVICE : depends_on
  LOGIC_OPERATOR ||--o{ SONATAFLOW_PLATFORM_DATA_INDEX_SERVICE : manages
Loading

Class diagram for plugin configuration changes

classDiagram
  class OrchestratorFrontendPlugin {
    +appIcons
    +dynamicRoutes
  }
  class OrchestratorBackendPlugin {
    +dependencies
  }
  class ScaffolderBackendModuleOrchestrator {
    +dataIndexServiceUrl
  }
  class OrchestratorFormWidgets {
    <<new>>
  }

  OrchestratorFrontendPlugin <|-- OrchestratorFormWidgets
  OrchestratorBackendPlugin <.. ScaffolderBackendModuleOrchestrator
Loading

File-Level Changes

Change Details Files
Bump Orchestrator plugins to v1.6.0
  • Updated frontend plugin package URL and integrity
  • Updated backend dynamic plugin package URL and integrity
  • Updated scaffolder backend module plugin package URL and integrity
config/profile/rhdh/default-config/dynamic-plugins.yaml
Remove obsolete module fields
  • Removed explicit module imports from dynamic route definitions
config/profile/rhdh/default-config/dynamic-plugins.yaml
Introduce Orchestrator Form Widgets plugin
  • Enabled the new form-widgets plugin
  • Added its package URL and integrity checksum
  • Configured it under frontend dynamicPlugins
config/profile/rhdh/default-config/dynamic-plugins.yaml
Bump Sonataflow operator to v1.36.0
  • Updated startingCSV version for logic-operator-rhel8
config/profile/rhdh/plugin-infra/orchestrator/infra-sonataflow.yaml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @jenniferubah - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jul 1, 2025

⚠️ Files changed in bundle and installer generation!

Those changes to the operator bundle/installer manifests should have been pushed automatically to your PR branch.

NOTE: If the PR checks are stuck after this additional commit, manually close the PR and immediately reopen it to trigger the checks again.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jul 1, 2025

Copy link
Copy Markdown
Member

@rm3l rm3l left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jenniferubah Could you rebase your branch and fix the conflicts reported?

Copy link
Copy Markdown
Member

@gazarenkov gazarenkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sync your PR

This reverts commit e5b247d.
@jenniferubah
Copy link
Copy Markdown
Contributor Author

Please sync your PR

Rebased the PR and fixed the conflicts.

Co-authored-by: jenniferubah <jenniferubah@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jul 2, 2025

⚠️ Files changed in bundle and installer generation!

Those changes to the operator bundle/installer manifests should have been pushed automatically to your PR branch.

NOTE: If the PR checks are stuck after this additional commit, manually close the PR and immediately reopen it to trigger the checks again.

@rm3l rm3l closed this Jul 2, 2025
@rm3l rm3l reopened this Jul 2, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jul 2, 2025

@openshift-ci openshift-ci bot added the approved label Jul 2, 2025
@gazarenkov
Copy link
Copy Markdown
Member

/lgtm

@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Jul 2, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gazarenkov

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit 9b431b4 into redhat-developer:main Jul 2, 2025
7 checks passed
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fortune-Ndlovu pushed a commit to Fortune-Ndlovu/rhdh-operator that referenced this pull request Sep 6, 2025
* Update OSL to 1.36

* Update Orchestrator plugins to 1.6.0

* Revert "Update OSL to 1.36"

This reverts commit e5b247d.

* Update Orchestrator plugins to 1.6.0

* Regenerate bundle/installer manifests

Co-authored-by: jenniferubah <jenniferubah@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: jenniferubah <jenniferubah@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants