ci(release): suffix the OCI image.version label + docker-*/version.txt#2902
Conversation
…t (test feedback) org.opencontainers.image.version and docker-*/version.txt are image tags, so they now take the suffixed flex tag (e.g. 6.2.0-1) like the other image-tag references, instead of the bare version. The chart/package versions (version.py, Chart.yaml) stay bare. Signed-off-by: moauto <54212639+mo-auto@users.noreply.github.com>
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe release version bump script now handles ChangesVersion bump handling
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Follow-up to #2897 (merged).
org.opencontainers.image.version(in the flex Dockerfiles) anddocker-*/version.txtare image tags, so the bump now sets them to the suffixed flex tag (e.g.6.2.0-1) like the other image-tag references, instead of the bare version (6.2.0). Chart/package versions (version.py,Chart.yaml) stay bare.Validated with a
6.2.0bump: all four Dockerfiles' OCI label →6.2.0-1, bothdocker-*/version.txt→6.2.0-1,version.py→6.2.0.Summary by CodeRabbit