Release notes for v0.80.0#2569
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 71.9%, saving 925.0 KB.
|
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 5.9%, saving 20.5 KB.
1 image did not require optimisation. |
📚 Mintlify Preview Links✨ Added (4 total)🖼️ Images (4)
📝 Changed (2 total)📄 Pages (2)
🤖 Generated automatically when Mintlify deployment succeeds |
🔗 Link Checker Results✅ All links are valid! No broken links were detected. Checked against: https://wb-21fd5541-wbdocs-2028.mintlify.app |
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 7.9%, saving 23.4 KB.
2 images did not require optimisation. |
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 7.8%, saving 21.2 KB.
2 images did not require optimisation. |
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 5.4%, saving 13.7 KB.
2 images did not require optimisation. |
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 5.9%, saving 14.1 KB.
2 images did not require optimisation. |
## Description - Fix `validate-mdx` hanging when a commit changes no MDX files, like when the Calibre action runs. Now: - The action will succeed early if it sees nothing to validate, not even bothering to install the `mint` CLI. for `mint validate` to consider, like when the Calibre action commits an image optimization. - The action will run if it finds files that match `(mdx|json|ya?ml|png|jpe?g|webp)` - Fix Calibre action's token. Actions triggered by other actions can no longer use `GITHUB_TOKEN` to write into a PR if the image is added / updated by a commit after the first one. I created a classic PAT owned by `wandb` that grants read-write access only to `wandb/docs`, saved it as a repo secret, and updated the action to use it. We were confused why this seemed to not be a problem for `coreweave/docs` but I was actually able to reproduce it by the second commit in coreweave/docs#2949. CoreWeave won't be able to use a PAT but could potentially use the same auth mechanism that is approved for DocEngine. ## Testing - [x] Local testing - [x] Temporarily added these fixes in #2569, which was impacted by these bugs, verified that the actions work correctly there. - [x] Local build succeeds without errors (`mint dev`) - [x] Local link check succeeds without errors (`mint broken-links`) - [x] PR tests succeed
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 71.9%, saving 925.0 KB.
|
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 71.9%, saving 925.0 KB.
|
|
Brenda approved in Slack. |
Description
Release notes for v0.80.0
Fixes WBDOCS-2028
Notion draft: https://www.notion.so/wandbai/INTERNAL-Draft-Server-0-80-0-release-notes-343e2f5c7ef38025bf1ed476679f47f9?source=copy_link
Testing
mint dev)mint broken-links)