update orchestrator changelog to include backported versions#2520
update orchestrator changelog to include backported versions#2520lokanandaprabhu merged 2 commits intoredhat-developer:mainfrom
Conversation
Review Summary by QodoAdd backported patch versions to orchestrator plugin changelogs
WalkthroughsDescription• Add backported patch versions to orchestrator plugin changelogs • Document dependency updates across multiple orchestrator modules • Include commit 546ccb2 changes in version history Diagramflowchart LR
commit["Commit 546ccb2"]
commit -- "backported to" --> common["orchestrator-common@3.4.2"]
commit -- "backported to" --> node["orchestrator-node@1.0.2"]
common -- "updated in" --> backend["orchestrator-backend@8.6.2"]
common -- "updated in" --> formapi["orchestrator-form-api@2.4.4"]
common -- "updated in" --> formreact["orchestrator-form-react@2.5.3"]
common -- "updated in" --> formwidgets["orchestrator-form-widgets@1.6.3"]
common -- "updated in" --> main["orchestrator@5.4.2"]
common -- "updated in" --> scaffolder["scaffolder-backend-module-orchestrator@1.3.4"]
File Changes1. workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md
|
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewⓘ The new review experience is currently in Beta. Learn more |
|
This PR, #2474, also updates some of those changelogs but also adds the code loki backend code that needs to be ported back to main. |
f064fd8 to
c9c7cea
Compare
|
|
@lholmquist after looking at the conflicts in the changelog, we realised there was backend-module-loki and a dependancy update on orchestrator-node that needs to be included along with the frontend related commits. we included both the frontend and backend chagnes here in the overlay pr - redhat-developer/rhdh-plugin-export-overlays#2025 Could you please help with verifying if your changes are included in that loki image from the above PR? Thanks |
My changes are included and i've tested them out and they still work |



Update the orchestrator plugin changelog to include the backported vesions.