chore(sandbox): bump to 0.5.5 + align sandbox-env chart image tag#3468
Merged
Conversation
Releases a new studio-sandbox image that includes the dual-serve daemon routes from #3463 (/_sandbox/* + legacy /_decopilot_vm/*), and bumps the sandbox-env chart's image.tag so deployed warm-pool sandboxes pick up the new image. Without this, post-rename mesh callers hit /_sandbox/config on 0.5.4 daemons that only know the legacy prefix and get a 503 "No dev server" HTML from the fallback proxy. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
🧪 BenchmarkShould we run the Virtual MCP strategy benchmark for this PR? React with 👍 to run the benchmark.
Benchmark will run on the next push after you react. |
Contributor
Release OptionsSuggested: Patch ( React with an emoji to override the release type:
Current version:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this contribution about?
Releases a new `studio-sandbox` image (`0.5.5`) and bumps the `sandbox-env` Helm chart so warm-pool sandboxes pick up the dual-serve daemon routes shipped in #3463 (`/_sandbox/` + legacy `/_decopilot_vm/`).
Without this bump, post-rename mesh (staging is already on `2.347.0`/`2.348.0`) calls `POST /_sandbox/config` against deployed `studio-sandbox:0.5.4` daemons that only know the legacy prefix, so the request falls through to the daemon's catch-all proxy and returns `503 "No dev server running"` HTML — sandboxes cannot start.
How to Test
Migration Notes
Chart version bumped to `0.7.3`; `appVersion` and `image.tag` aligned to `0.5.5`. Deploys must roll the chart out before the warm-pool pods will use the new image.
Review Checklist
Summary by cubic
Release
studio-sandbox0.5.5 and align thesandbox-envchart so warm‑pool sandboxes pull the new image with dual-serve routes (/_sandbox/*+ legacy/_decopilot_vm/*). This prevents 503s when the mesh callsPOST /_sandbox/config.Dependencies
@decocms/sandboxto 0.5.5;sandbox-envchart to 0.7.3; setappVersionandimage.tagto 0.5.5.Migration
sandbox-envchart to staging and prod.0.5.5and apply the change.Written for commit fccbdc5. Summary will update on new commits. Review in cubic