fix(gateways): bump helm chart version to 0.0.110 (CLI lockstep) - #104
Conversation
profiles/gateways/helm.yaml pinned the Helm chart at 0.0.85 while the CLI
floor and openshift.yaml are at 0.0.110. The chart's own comment says to keep
it in lockstep with the openshell CLI, since a lagging chart ships an older
supervisor image and can break sandbox create ("supervisor session not found")
during the ssh/tar upload.
- profiles/gateways/helm.yaml: chart version 0.0.85 -> 0.0.110 (matches
openshift.yaml and .openshell-version / MinOpenShellVersion)
- profiles/gateways/README.md: bump the example chart version 0.0.59 -> 0.0.110
and note the lockstep expectation
Chart 0.0.110 is already published and exercised by the OCP flow
(openshift.yaml). The kind CI job deploys helm.yaml, so it validates the helm
flow at 0.0.110.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 12 included reviews per hour; 10 remain after this review. WalkthroughThe gateway profile updates its documented and declared Helm chart version to ChangesGateway chart version
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized change aligns the Helm chart and documentation with the CLI version; no actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (2 skipped: 2 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
profiles/gateways/helm.yamlpinned the Helm chart at0.0.85while the CLI floor (.openshell-version/internal/gateway.MinOpenShellVersion) andprofiles/gateways/openshift.yamlare at0.0.110. The chart's own comment says to keep the version in lockstep with the openshell CLI — a lagging chart ships an older supervisor image and can break sandbox create with"supervisor session not found"during the ssh/tar upload.Changes
0.0.85→0.0.110(now matchesopenshift.yamland the CLI pin)0.0.59→0.0.110, with a note about the lockstep expectationWhy this is safe
Chart
0.0.110is already published and exercised by the OCP flow (openshift.yaml). The kind CI job deployshelm.yaml(test-flow.sh helm), so thekindcheck on this PR validates the helm flow end-to-end at0.0.110.Verification
go build ./...,CGO_ENABLED=0 go test ./..., andmake test-suite(33/33) pass locally. Full validation is the PR'skindintegration job.Summary by CodeRabbit
0.0.110.