release: cut v2026.8.3 - #390
Merged
Merged
Conversation
Co-authored-by: Ry <4283+ryw@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Cuts release v2026.8.3 by adding the new release entry to the canonical CHANGELOG.md, then regenerating the published docs changelog page and the in-app docs bundle so all three surfaces stay in sync for this release.
Changes:
- Add
v2026.8.3release notes (dashboard perf fixes + duplicate-migration CI guard + dependency summary) toCHANGELOG.md. - Regenerate
docs/src/content/docs/changelog.mdfromCHANGELOG.mdfor the published docs site. - Regenerate
web/src/lib/docs-content.tsfrom the docs content so the in-app/docsmatches.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| CHANGELOG.md | Adds the v2026.8.3 release entry (source of truth). |
| docs/src/content/docs/changelog.md | Mirrors the new v2026.8.3 entry for the published manual. |
| web/src/lib/docs-content.ts | Updates the bundled in-app docs content to include v2026.8.3. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Release notes for v2026.8.3, covering the 12 commits on
mainsincev2026.8.2.CHANGELOG.mdis the source;docs/src/content/docs/changelog.md(pnpm -C docs gen:project) andweb/src/lib/docs-content.ts(pnpm -C web gen:docs) are regenerated from it in this commit.Contents
Note for the reviewer
The throttle in #389 is a user-visible freshness change: improvement PR state can now be up to a minute stale, so a just-merged PR takes that long to show as
Merged. It's called out in the changelog entry and inimprovements.md. If you'd rather that not ship to customers, hold this PR — the tag is what publishes images.Once merged,
v2026.8.3gets tagged on the merge commit, which triggers Release images (GHCR build + cosign signing + Trivy scan, moveslatest) and the automatedcompose.release.yamlpin bump.