chore(deploy): require dash 4.0.7 for the docs deploy - #446
Merged
Merged
Conversation
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
dash v4.0.7 is out with two deploy-path fixes (doctor passes a stale proxy the next deploy reboots automatically; registry login fails fast on a blank credential). Raise this docs site's dash floor to match:
minimum_version: 4.0.7indocs/config/deploy.yml.The shared deploy workflow (zoolutions/docs-kit#79) now installs
dash ~> 4.0.7; this makes the site's own config state the same floor.Test plan
Config-only change — the docs redeploy after merge is the proof.
https://claude.ai/code/session_01KsqvKPn1c1hWu6NSEQHy1W
Summary by cubic
Raises the docs site's minimum
dashversion from 4.0.0 to 4.0.7, picking up two deploy-path fixes: doctor no longer passes a stale proxy that the next deploy reboots automatically, and registry login fails fast on a blank credential. The shared deploy workflow already installsdash ~> 4.0.7, so this keeps the site's config aligned.Written for commit 835e7a5. Summary will update on new commits.