chore(hoppscotch): bump hoppscotch to 2026.6.0#714
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThis PR updates the Hoppscotch Helm chart from 2026.5.0 to 2026.6.0 in chart metadata, values, deployment tests, and supporting documentation. ChangesHoppscotch Image Version Bump
Estimated code review effort: 1 (Trivial) | ~5 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Standards Check (GR-079) — PASSEvery changed chart fully passes standards-check. |
🟢 Security Scan:
|
| Framework | Score |
|---|---|
| MITRE + NSA + SOC2 | 87.62626% |
✅ Security posture acceptable.
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
charts/hoppscotch/tests/deployment_test.yaml (1)
26-31: 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick winUse exact image matches for the Hoppscotch image tag.
matchRegexwith2026.6.0also matches tags like2026x6x0and2026.6.00. Switch these assertions toequal(or escape the dots) in the deployment test and the two init-container checks.🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@charts/hoppscotch/tests/deployment_test.yaml` around lines 26 - 31, The image tag assertions in the deployment test are too permissive because matchRegex treats the version dots as regex wildcards. Update the deployment spec checks to use exact matching instead of regex for the Hoppscotch image tag, including the main container assertion and the two init-container assertions, so the expected image string is compared literally rather than pattern-matched.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Outside diff comments:
In `@charts/hoppscotch/tests/deployment_test.yaml`:
- Around line 26-31: The image tag assertions in the deployment test are too
permissive because matchRegex treats the version dots as regex wildcards. Update
the deployment spec checks to use exact matching instead of regex for the
Hoppscotch image tag, including the main container assertion and the two
init-container assertions, so the expected image string is compared literally
rather than pattern-matched.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 2ee1bb9f-9510-47e2-928a-6aa863188c3e
📒 Files selected for processing (5)
charts/hoppscotch/Chart.yamlcharts/hoppscotch/README.mdcharts/hoppscotch/docs/production.mdcharts/hoppscotch/tests/deployment_test.yamlcharts/hoppscotch/values.yaml
|
Handled the CodeRabbit outside-diff comment in a34e5ac. Changed the Hoppscotch image assertions from permissive regex checks to exact Validation:
This CodeRabbit item was outside the diff range and was posted only in the review summary, so there is no resolvable review thread to close. |
Closes #695.
Summary
Upstream Evidence
docker.io/hoppscotch/hoppscotch:2026.6.0linux/amd64,linux/arm64.id_tokensupport, mock server URL handling for subpath deployments, Thai language support, self-hosted admin validation improvements, and security hardening.Site Sync
Validation
make image-verify IMAGE=docker.io/hoppscotch/hoppscotch:2026.6.0make deps-check CHART=hoppscotchhelm unittest charts/hoppscotchpassed: 14 suites, 81 tests.node scripts/charts/template-standards-check.js --chart hoppscotchmake standards-check CHART=hoppscotchmake validate-chart CHART=hoppscotchpassed fully: 18 layers, including k3d behavioral validation for default and all CI values scenarios.make site-sync-check CHART=hoppscotchmake release-check REPO=chartsmake attribution-check REPO=chartsLab Note
make validate-chart CHART=hoppscotchpassed end-to-end.Summary by CodeRabbit
2026.6.0.PROXY_APP_URL.2026.6.0Hoppscotch image tags across the main container and init containers.