From a8aecdfdbc886858d5cdccf9fb7f1bd5b568419c Mon Sep 17 00:00:00 2001 From: Rhys Sullivan <39114868+RhysSullivan@users.noreply.github.com> Date: Mon, 29 Jun 2026 17:16:28 -0700 Subject: [PATCH] chore(release): cut self-hosted Cache-Control fix as a CLI patch 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. --- .changeset/selfhost-spa-cache-headers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.changeset/selfhost-spa-cache-headers.md b/.changeset/selfhost-spa-cache-headers.md index f9fc908f5..9b9f597cf 100644 --- a/.changeset/selfhost-spa-cache-headers.md +++ b/.changeset/selfhost-spa-cache-headers.md @@ -1,4 +1,5 @@ --- +"executor": patch "@executor-js/host-selfhost": patch ---