Update stacklok/toolhive-studio to v0.38.0#1037
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
Claude finished @renovate[bot]'s task in 7m 35s —— View job Upstream release docs: stacklok/toolhive-studio v0.38.0Ran
Summaryv0.38.0's only doc-relevant change is stacklok/toolhive-studio#2469 by @kantord: the Studio's boolean network isolation toggle became a 3-way Network access radio ( The "Allow host machine access" checkbox is UI-only in this release (per PR author) — the backend has no REST-reachable Everything else in the release is dependency updates and CI infra with no user-facing surface. ChangesCommit
Deferred (
|
toolhive-studio v0.38.0 replaces the boolean network isolation toggle with a 3-way network access radio (none / host / proxy) and a nested allowed destinations radio (anywhere / selected). Rewrite the Studio network isolation guide and the configure-mcp-servers section to match the new UI and defaults.
|
Claude finished @renovate[bot]'s task in 4m 34s —— View job Editorial review of upstream release docsApplied
Fixes applied
Skipped intentionally
|
|
@claude I'm pretty sure this statement is not true and that note on the PR was just outdated; the version of the API included with this UI release does indeed have the docker gateway field wired up and it should be wired through...verify and fix the docs if so.
The generation agent also missed the crux of the change here; network isolation (which is still the name of the feature, for consistency with the CLI) is now enabled by default. This matches the same default-enabled state that CLI v0.30.1 brought. |
|
Claude finished @danbarr's task in 6m 45s —— View job Fixed: network access docs for toolhive-studio v0.38.0Both of your points check out against the source I could reach. Pushed
Changes made
Notes / caveats
|
Network isolation is enabled by default (matching the CLI since v0.30.1 and the REST API default), so both registry and custom servers start behind the HTTP proxy. Document the Allow host machine access option, which maps to allow_docker_gateway: Docker gateway addresses are blocked by an explicit deny even when all destinations are allowed, so the prior guidance to add host.docker.internal to the allowed hosts list was incorrect. Co-authored-by: Dan Barr <danbarr@users.noreply.github.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
@kantord does the generated doc look good? |
This PR contains the following updates:
v0.37.0→v0.38.0After this PR opens,
.github/workflows/upstream-release-docs.ymladds source-verified content edits for the new release. Forstacklok/toolhive, the same workflow also syncs reference assets (CLI help, Swagger) and regenerates the CRD MDX pages.Release Notes
stacklok/toolhive-studio (stacklok/toolhive-studio)
v0.38.0Compare Source
What's Changed
517a711by @renovate[bot] in #244337b464cby @renovate[bot] in #24321253134by @renovate[bot] in #24522499707by @renovate[bot] in #2466Full Changelog: stacklok/toolhive-studio@v0.37.0...v0.38.0
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Docs update for
toolhive-studiov0.38.0At a glance
stacklok/toolhive-studiov0.37.0→v0.38.0Summary of changes
docs/toolhive/guides-ui/network-isolation.mdxto reflect the newNetwork access tab: 3-way mode radio (No isolation / Host networking
(Advanced) / Isolate behind an HTTP proxy), nested "Allowed destinations"
radio (Anywhere / Selected destinations), and the corresponding default
behavior for registry vs custom servers.
troubleshooting steps, and cross-network example on the same page to
describe the new proxy-mode-only scoping instead of the boolean toggle.
### Network isolationsection indocs/toolhive/guides-ui/configure-mcp-servers.mdxto### Network accessand rewrote its blurb to match the new tab label and mode semantics.
Gaps needing human context
Network access screenshot refresh (PR stacklok/toolhive-studio#2469 by @kantord)
The Studio "Network access" tab UI was rewritten in v0.38.0: the boolean
network isolation toggle became a 3-way radio (No isolation / Host networking
(Advanced) / Isolate behind an HTTP proxy) with a nested "Allowed destinations"
radio. The existing
static/img/toolhive/network-isolation-{light,dark}.webpscreenshots on
docs/toolhive/guides-ui/network-isolation.mdxshow the oldtoggle-and-list UI and no longer match what the reader sees. Refresh both
themes with a screenshot of the new UI in "Isolate behind an HTTP proxy" +
"Selected destinations" mode, showing populated Allowed hosts and Allowed
ports (the same example the prose describes:
api.github.com,.githubusercontent.com, port 443).File(s):
static/img/toolhive/network-isolation-light.webp,static/img/toolhive/network-isolation-dark.webp,docs/toolhive/guides-ui/network-isolation.mdxHelper prompt for local Claude:
Run cost
How this PR was built
Two Claude Opus sessions run per release: a generation pass
(
upstream-release-docsskill, 6 phases) followed by a fresh-context editorial pass (
docs-review). Prettier/ESLintauto-fixes are applied after.
Auto-synced paths — do not hand-edit these in review:
static/api-specs/docs/toolhive/reference/cli/(toolhive only)If a "Gaps needing human context" section is present above,
each entry includes a paste-ready Helper prompt for local
Claude a reviewer can use to resolve the gap.