chore: bump charts minor versions to avoid publishing conflicts with release-1.10#395
Conversation
release-1.10
|
Review Summary by QodoBump Helm chart minor versions to avoid release-1.10 conflicts
WalkthroughsDescription• Bump backstage chart version from 5.12.0 to 5.13.0 • Bump must-gather chart version from 0.5.1 to 0.6.0 • Bump orchestrator-infra chart version from 0.5.3 to 0.6.0 • Bump orchestrator-software-templates-infra version from 0.4.0 to 0.5.0 • Bump orchestrator-software-templates chart version from 0.3.0 to 0.4.0 • Update version references in README files for all charts Diagramflowchart LR
backstage["backstage<br/>5.12.0 → 5.13.0"]
must_gather["must-gather<br/>0.5.1 → 0.6.0"]
orch_infra["orchestrator-infra<br/>0.5.3 → 0.6.0"]
orch_sw_infra["orchestrator-software-templates-infra<br/>0.4.0 → 0.5.0"]
orch_sw["orchestrator-software-templates<br/>0.3.0 → 0.4.0"]
backstage -- "version bump" --> update["Version Updates"]
must_gather -- "version bump" --> update
orch_infra -- "version bump" --> update
orch_sw_infra -- "version bump" --> update
orch_sw -- "version bump" --> update
update --> readme["README files<br/>updated"]
File Changes1. charts/backstage/Chart.yaml
|
|
/override "Test Latest Release"
|
|
@rm3l: Overrode contexts on behalf of rm3l: Test Latest Release DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |



Description of the change
Bumps charts minor versions to avoid conflicts when they will be packaged from the release-1.10 branch.
Which issue(s) does this PR fix or relate to
—
How to test changes / Special notes to the reviewer
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. Runpre-commit run --all-filesto run the hooks and then push any resulting changes. The pre-commit Workflow will enforce this and warn you if needed.pre-commithook.ct lintcommand.