bumping osl version to 1.36 in orchestrator-infra - #213
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideBackports the OpenShift Serverless Logic (OSL) operator version bump to 1.36.0 in the orchestrator-infra chart by updating default startingCSV values, CRD extraction commands, and fixing a documentation typo. Entity relationship diagram for updated serverlessLogicOperator subscription versionerDiagram
SERVERLESSLOGICOPERATOR ||--o| SUBSCRIPTION : has
SUBSCRIPTION {
string name
string source
string sourceNamespace
string startingCSV
}
%% Updated startingCSV from v1.35.0 to v1.36.0
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey @elai-shalev - I've reviewed your changes and they look great!
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
@gazarenkov the CI is failing in the linter because I did not bump the version of the chart. AFAIU we want to release the chart at 0.1.0, correct? so bumping it now to 0.1.1 is not expected |
|
Hi @elai-shalev |
|
|
@gazarenkov waiting for lgtm to merge |
35cab18
into
redhat-developer:release-1.7



This PR is a backport of the fix introduced to main here: #201
We need to bump the default OSL version in orchestrator-infra chart, as Orchestrater now requires most recent version.
The Chart version in this PR has remained 0.1.0 to indicate the first release of the chart.
Related to this bug: https://issues.redhat.com/browse/FLPATH-2543
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
Backport the fix to bump the default OpenShift Serverless Logic (OSL) operator version in the orchestrator-infra Helm chart to 1.36.0.
Enhancements: