chore(release): ship the self-hosted Cache-Control fix as a patch (1.5.26)#1222
Merged
Conversation
The fix landed as a host-selfhost-only changeset, which does not bump the CLI/train version. The self-host Docker image only publishes when the CLI version bumps, so add an 'executor' patch to cascade the fixed group to a 1.5.x patch and trigger the self-host image build.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-marketing | a8aecdf | Commit Preview URL Branch Preview URL |
Jun 30 2026, 12:18 AM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-cloud | a8aecdf | Jun 30 2026, 12:19 AM |
Contributor
Cloudflare previewTorn down — the PR is closed. |
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.
Follow-up to #1221 so the self-hosted
Cache-Controlfix actually ships.#1221 landed the fix with a
@executor-js/host-selfhost-only changeset. That package is private and outside thefixedrelease group, so it does not bump the CLI/train version, and the self-host Docker image only publishes when the CLI version bumps (publish-executor-package.ymldispatchespublish-selfhost-docker.ymlon the release tag). As-is, the fix would sit onmainwithout a self-host release.This adds an
executorpatch to the existing changeset so thefixedgroup cascades to the next patch and the self-host image rebuilds and publishes.Verified locally with
changeset versionfrom a pristinemain:executorgoes 1.5.25 -> 1.5.26 (patch only, no minor), and the fix's body becomes the 1.5.26 release-notes entry.