docs: daily update 2026-08-10 (release v4.196.3) - #5877
Open
deco-cms[bot] wants to merge 2 commits into
Open
Conversation
added 2 commits
August 10, 2026 14:35
…he uploader (sandbox-env Helm chart)
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.
Summary
Daily docs review for release v4.196.3 (previous: v4.196.2), covering the commit range
v4.196.2...v4.196.3.Because 36
docs/auto-update-*PRs are already open (oldest since 2026-07-30, most recent#5852/docs/auto-update-2026-08-07-release-4.193.0), this PR is branched from that PR's HEAD instead ofmain, per the chaining rule. This PR depends on #5852 and everything stacked before it — please merge the backlog in order, oldest first, before this one.Commits reviewed (v4.196.2...v4.196.3)
Warranted a docs change:
786850f78feat(sandbox): reimplement the L2 golden tier in the Go daemon (feat(sandbox): reimplement the L2 golden tier in the Go daemon #5824)41c90379efeat(sandbox): node-level uploader that fills the shared golden store (feat(sandbox): node-level uploader that fills the shared golden store #5843)Reviewed and skipped:
5f80da518fix(reports): keep polling when the run finishes before deck assembly (fix(reports): keep polling when the run finishes before deck assembly #5873) — internal bugfix to the marketing "reports" scan tool's polling logic; not part of the Studio product docs surface, no new config or user-facing behavior for Studio users.6a5ec8059,a7440d57a,47e45ca71—[release]: bump changed workspace versions(bot commits).32122bbb6—[chore]: bump homebrew cask to 4.196.2(bot/version bump only).Doc files changed
studio/self-hosting/deploy/kubernetes.mdx(en + pt-br): documented the new opt-ingoldenUploaderHelm value in thesandbox-envchart — a DaemonSet that publishes each node's local dependency-cache "goldens" into a shared, cross-node store (the L2 tier, reimplemented in the Go daemon in this range). Added:depsCache.enabled,depsCache.remote.enabled) and thepvcNamecaveat for dynamic StorageClasses.goldenUploader.enabledin the Main sandbox values table.The feature is additive and defaults to
false, so no other self-hosting instructions changed.Consistency notes
image.repository/image.tagdefault (1.17.8) is already stale relative to the chart's current default invalues.yaml(now1.46.0as of this release) — pre-existing drift, unrelated to this range, flagged for a separate cleanup rather than fixed here to keep this PR's scope tight.architecture.mdxanddocker-compose.mdxwere checked for golden/dependency-cache mentions — neither documents cache internals or would contradict this change (Docker Compose explicitly has no sandbox support), so no edits made there.Translation
pt-br file was translated in full for the new subsection and table row; product terms (
golden,DaemonSet,PV/PVC,StorageClass, config keys) kept in English per convention.Summary by cubic
Docs update for v4.196.3: added Kubernetes self-hosting guidance for the opt-in
goldenUploaderDaemonSet that publishes node-local dependency “goldens” to a shared cross-node store. Explains how to enable it and the required settings; default is off, so existing installs are unchanged.goldenUploader.enabledrow in the Main sandbox values table.depsCache.enabled,depsCache.remote.enabled, and a writable volume; use the chart PV/PVC or setgoldenUploader.pvcNamewhendepsCache.remote.storageClassNameis set.Written for commit 7b9ff5b. Summary will update on new commits.