chore: tagRelease.sh: bump to 1.10.1 in release-1.10 branch [skip-build] [skip-e2e]#2989
Conversation
…ld] [skip-e2e] Signed-off-by: rhdh-bot service account <rhdh-bot@redhat.com>
|
/ok-to-test |
Co-authored-by: rhdh-bot <rhdh-bot@users.noreply.github.com>
|
|
Code Review by Qodo
Context used✅ Compliance rules (platform):
18 rules 1. Missing CSV upgrade path
|
|
PR Summary by QodoBump release artifacts to 1.10.1 / 0.10.1 and regenerate operator manifests WalkthroughsDescription• Bump default build/release versions to 1.10.1 (and operator 0.10.1) • Regenerate Operator CSVs to reflect updated versioning and upgrade paths • Update install/kustomize manifests to pull the new operator image tag Diagramgraph TD
R["Release bump 1.10.1"] --> M["Makefile (VERSION)"] --> K["Kustomize profile"] --> I["dist/install.yaml"]
K --> C1["CSV: backstage.io"] --> Q[("quay.io operator image")]
B["CSV base: config/manifests"] --> C2["CSV: RHDH bundle"]
subgraph Legend
direction LR
_f["Manifest / config"] ~~~ _img[("Container image")]
end
High-Level AssessmentThe following are alternative approaches to this PR: 1. Single source-of-truth version file
2. CI-only regeneration of bundle/dist artifacts
3. Use kustomize/templating to populate replaces/skipRange
Recommendation: For a release-branch patch bump, the current approach (explicitly updating versions and committing regenerated artifacts) is appropriate and low risk. Longer-term, consider centralizing version metadata (or templating it) to reduce repetitive edits and minimize the chance of mismatched CSV/version/image tags, especially around replaces/skipRange. File ChangesOther (6)
|
|
/override "PR Publish" Everything worked, except the last step trying to add a comment to the PR, which, for some reason (unrelated to this PR) failed with 401: https://github.com/redhat-developer/rhdh-operator/actions/runs/27285377188/job/80593498468?pr=2989#step:9:22 |
|
@rm3l: Overrode contexts on behalf of rm3l: PR Publish 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. |



Signed-off-by: rhdh-bot service account rhdh-bot@redhat.com