adds helm changelogs to the docs - #3827
Conversation
|
|
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis PR adds 31 comprehensive Helm chart changelog documents spanning versions v1.7.0 through v2.1.19, capturing release notes and migration guidance across major architectural changes, configuration refinements, schema synchronization, and enterprise feature additions. The changelogs are registered in the documentation navigation menu organized by release month. ChangesHelm Release Changelog Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Confidence Score: 4/5Safe to merge; all changes are additive documentation with no impact on runtime behaviour. The changes are purely documentation. The only items worth a second look before merging are the unexplained gap for v2.0.3/v2.0.4 and the inconsistent grouping of May 2026 releases — neither blocks the docs site from rendering correctly. docs/docs.json — verify the v2.0.3/v2.0.4 gap and the missing May 2026 group label. Important Files Changed
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/changelogs/helm-v2.0.7.mdx`:
- Line 10: Replace the placeholder line "- Previous release" in the helm v2.0.7
changelog with a concrete release note summarizing key changes for v2.0.7:
mention the main features/fixes (e.g., bug fixes, API changes, performance
improvements or security patches), include concise bullet points or a short
paragraph, and add any relevant upgrade notes or breaking changes under the
v2.0.7 heading so readers understand what changed and if any action is required.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 0209fa61-5d34-45fa-aed8-7f35c06e1839
📒 Files selected for processing (37)
docs/changelogs/helm-v1.7.0.mdxdocs/changelogs/helm-v2.0.0.mdxdocs/changelogs/helm-v2.0.1.mdxdocs/changelogs/helm-v2.0.10.mdxdocs/changelogs/helm-v2.0.11.mdxdocs/changelogs/helm-v2.0.12.mdxdocs/changelogs/helm-v2.0.13.mdxdocs/changelogs/helm-v2.0.14.mdxdocs/changelogs/helm-v2.0.15.mdxdocs/changelogs/helm-v2.0.16.mdxdocs/changelogs/helm-v2.0.17.mdxdocs/changelogs/helm-v2.0.2.mdxdocs/changelogs/helm-v2.0.5.mdxdocs/changelogs/helm-v2.0.6.mdxdocs/changelogs/helm-v2.0.7.mdxdocs/changelogs/helm-v2.0.8.mdxdocs/changelogs/helm-v2.0.9.mdxdocs/changelogs/helm-v2.1.0-prerelease2.mdxdocs/changelogs/helm-v2.1.1.mdxdocs/changelogs/helm-v2.1.10.mdxdocs/changelogs/helm-v2.1.11.mdxdocs/changelogs/helm-v2.1.12.mdxdocs/changelogs/helm-v2.1.13.mdxdocs/changelogs/helm-v2.1.14.mdxdocs/changelogs/helm-v2.1.15.mdxdocs/changelogs/helm-v2.1.16.mdxdocs/changelogs/helm-v2.1.17.mdxdocs/changelogs/helm-v2.1.18.mdxdocs/changelogs/helm-v2.1.19.mdxdocs/changelogs/helm-v2.1.2.mdxdocs/changelogs/helm-v2.1.3.mdxdocs/changelogs/helm-v2.1.4.mdxdocs/changelogs/helm-v2.1.6.mdxdocs/changelogs/helm-v2.1.7.mdxdocs/changelogs/helm-v2.1.8.mdxdocs/changelogs/helm-v2.1.9.mdxdocs/docs.json
|
|
||
| ## Changelog | ||
|
|
||
| - Previous release |
There was a problem hiding this comment.
Replace placeholder changelog text with a concrete release note.
- Previous release is too vague for a changelog entry and doesn’t communicate what changed in v2.0.7.
Suggested edit
-- Previous release
+- [Add the specific fix/feature shipped in v2.0.7]📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| - Previous release | |
| - [Add the specific fix/feature shipped in v2.0.7] |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@docs/changelogs/helm-v2.0.7.mdx` at line 10, Replace the placeholder line "-
Previous release" in the helm v2.0.7 changelog with a concrete release note
summarizing key changes for v2.0.7: mention the main features/fixes (e.g., bug
fixes, API changes, performance improvements or security patches), include
concise bullet points or a short paragraph, and add any relevant upgrade notes
or breaking changes under the v2.0.7 heading so readers understand what changed
and if any action is required.
Merge activity
|
## Summary Adds Bifrost Helm chart changelogs to the documentation site, covering all releases from v1.7.0 through v2.1.19. This brings the changelog history into the docs navigation so users can track what changed across each Helm chart release. ## Changes - Added individual changelog pages for every Helm chart release from v1.7.0 through v2.1.19, including the v2.0.0 breaking change (StatefulSet migration for SQLite with persistence), all v2.0.x patch releases, and all v2.1.x releases up to v2.1.19. - Registered all new changelog pages in `docs.json` under a new "Helm" navigation group, organized by month (January–May 2026), with the most recent releases surfaced at the top level outside the monthly groups. ## Type of change - [ ] Bug fix - [ ] Feature - [ ] Refactor - [x] Documentation - [ ] Chore/CI ## Affected areas - [ ] Core (Go) - [ ] Transports (HTTP) - [ ] Providers/Integrations - [ ] Plugins - [ ] UI (React) - [x] Docs ## How to test Navigate to the Changelogs section of the docs site and verify the new "Helm" group appears with all releases listed, grouped correctly by month, and that each page renders its changelog content without errors. ## Breaking changes - [ ] Yes - [x] No ## Related issues N/A ## Security considerations None. ## Checklist - [ ] I read `docs/contributing/README.md` and followed the guidelines - [ ] I added/updated tests where appropriate - [x] I updated documentation where needed - [ ] I verified builds succeed (Go and UI) - [ ] I verified the CI pipeline passes locally if applicable
## Summary Adds Bifrost Helm chart changelogs to the documentation site, covering all releases from v1.7.0 through v2.1.19. This brings the changelog history into the docs navigation so users can track what changed across each Helm chart release. ## Changes - Added individual changelog pages for every Helm chart release from v1.7.0 through v2.1.19, including the v2.0.0 breaking change (StatefulSet migration for SQLite with persistence), all v2.0.x patch releases, and all v2.1.x releases up to v2.1.19. - Registered all new changelog pages in `docs.json` under a new "Helm" navigation group, organized by month (January–May 2026), with the most recent releases surfaced at the top level outside the monthly groups. ## Type of change - [ ] Bug fix - [ ] Feature - [ ] Refactor - [x] Documentation - [ ] Chore/CI ## Affected areas - [ ] Core (Go) - [ ] Transports (HTTP) - [ ] Providers/Integrations - [ ] Plugins - [ ] UI (React) - [x] Docs ## How to test Navigate to the Changelogs section of the docs site and verify the new "Helm" group appears with all releases listed, grouped correctly by month, and that each page renders its changelog content without errors. ## Breaking changes - [ ] Yes - [x] No ## Related issues N/A ## Security considerations None. ## Checklist - [ ] I read `docs/contributing/README.md` and followed the guidelines - [ ] I added/updated tests where appropriate - [x] I updated documentation where needed - [ ] I verified builds succeed (Go and UI) - [ ] I verified the CI pipeline passes locally if applicable
## Summary Adds Bifrost Helm chart changelogs to the documentation site, covering all releases from v1.7.0 through v2.1.19. This brings the changelog history into the docs navigation so users can track what changed across each Helm chart release. ## Changes - Added individual changelog pages for every Helm chart release from v1.7.0 through v2.1.19, including the v2.0.0 breaking change (StatefulSet migration for SQLite with persistence), all v2.0.x patch releases, and all v2.1.x releases up to v2.1.19. - Registered all new changelog pages in `docs.json` under a new "Helm" navigation group, organized by month (January–May 2026), with the most recent releases surfaced at the top level outside the monthly groups. ## Type of change - [ ] Bug fix - [ ] Feature - [ ] Refactor - [x] Documentation - [ ] Chore/CI ## Affected areas - [ ] Core (Go) - [ ] Transports (HTTP) - [ ] Providers/Integrations - [ ] Plugins - [ ] UI (React) - [x] Docs ## How to test Navigate to the Changelogs section of the docs site and verify the new "Helm" group appears with all releases listed, grouped correctly by month, and that each page renders its changelog content without errors. ## Breaking changes - [ ] Yes - [x] No ## Related issues N/A ## Security considerations None. ## Checklist - [ ] I read `docs/contributing/README.md` and followed the guidelines - [ ] I added/updated tests where appropriate - [x] I updated documentation where needed - [ ] I verified builds succeed (Go and UI) - [ ] I verified the CI pipeline passes locally if applicable

Summary
Adds Bifrost Helm chart changelogs to the documentation site, covering all releases from v1.7.0 through v2.1.19. This brings the changelog history into the docs navigation so users can track what changed across each Helm chart release.
Changes
docs.jsonunder a new "Helm" navigation group, organized by month (January–May 2026), with the most recent releases surfaced at the top level outside the monthly groups.Type of change
Affected areas
How to test
Navigate to the Changelogs section of the docs site and verify the new "Helm" group appears with all releases listed, grouped correctly by month, and that each page renders its changelog content without errors.
Breaking changes
Related issues
N/A
Security considerations
None.
Checklist
docs/contributing/README.mdand followed the guidelines