Helper script to find the Weave version in a Server version#2142
Closed
mdlinville wants to merge 6 commits intomainfrom
Closed
Helper script to find the Weave version in a Server version#2142mdlinville wants to merge 6 commits intomainfrom
mdlinville wants to merge 6 commits intomainfrom
Conversation
Contributor
📚 Mintlify Preview Links✨ Added (1 total)📄 Pages (1)
🤖 Generated automatically when Mintlify deployment succeeds |
Contributor
🔗 Link Checker Results✅ All links are valid! No broken links were detected. Checked against: https://wb-21fd5541-weave-version-script.mintlify.app |
theishshah
approved these changes
Feb 11, 2026
theishshah
left a comment
There was a problem hiding this comment.
i think this could be handy for us to sync w the weave team on versions/support, thank you!
Contributor
Author
|
This was an interesting exercise but it was based on misunderstanding on my part, and it turns out we don't need it. |
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.
Description
Add a helper script to find the Weave version in a Server version.
wandb/corerepo uses a git submodule atservices/weave-python/weave-publicthat points to a specific commit in the Weave repo.server-release-0.77.x) pins a submodule commit.weave/version.pyfrom that commitThe helper script uses the
ghCLI or the GitHub API to read these details remotely and produce a simple or verbose report. You can pass it a version string for a released Server version, or the name of awandb/corebranch for a version in development. See full details in theREADME.md.Example output
Short output is appropriate for scripting. This example checks
wandb/coremaster, which will become the next major version at branch cut.Normal output shows more details. This example checks
server-release-0.78.x, a development branch after branch cut.Verbose output shows even more details. This example checks against the branch for a released version, which happens to be a patch (0.77.1).
Testing
mint dev)mint broken-links)