docs(answer): document 2.0.2 notification controls - #458
Merged
Conversation
📝 WalkthroughWalkthroughThe Apache Answer Helm chart documentation updates the default container image tag from ChangesAnswer chart documentation
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related issues
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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 `@src/pages/docs/charts/answer.mdx`:
- Around line 249-250: Update the documentation for
answer.notifications.newQuestionEmail.queueSize and sendIntervalSeconds to use
the supported answer.extraEnv configuration, showing the corresponding
NEW_QUESTION_NOTIFICATION_EMAIL_QUEUE_SIZE and
NEW_QUESTION_NOTIFICATION_EMAIL_SEND_INTERVAL_SECONDS environment variables;
remove the nested option rows if they cannot be documented accurately.
🪄 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 Plus
Run ID: da26405a-4191-480c-bbc9-4c82c3c52717
📒 Files selected for processing (1)
src/pages/docs/charts/answer.mdx
mberlofa
added a commit
to helmforgedev/charts
that referenced
this pull request
Jul 30, 2026
## Summary - upgrades the official Apache Answer image from `2.0.1` to `2.0.2` - exposes the new-question email queue size and send interval as typed chart values - validates the new values with unit, schema, template, and behavioral k3d scenarios - updates the chart README and synchronizes the site documentation in helmforgedev/site#458 Closes #831. ## Upstream review - release: https://github.com/apache/answer/releases/tag/v2.0.2 - comparison: apache/answer@v2.0.1...v2.0.2 - image: `docker.io/apache/answer:2.0.2`, verified for `linux/amd64` and `linux/arm64` Answer 2.0.2 adds reasoning content in AI chat, optional email verification, recovery middleware, configurable new-question email delivery, and several authorization and account-hardening fixes. The release does not change the chart's port, storage path, or database contract. ## User impact The upgrade is backward compatible with the existing defaults. Operators may now configure: - `answer.notifications.newQuestionEmail.queueSize` (`1` to `65536`, default `1024`) - `answer.notifications.newQuestionEmail.sendIntervalSeconds` (`0` to `300`, default `0`) ## Validation - `make image-verify IMAGE=docker.io/apache/answer:2.0.2` - `make deps-check CHART=answer` - `make validate-chart CHART=answer` - 19 layers passed - 10 behavioral k3d scenarios passed - all workloads Ready, zero restarts, clean crash/fatal log scan - default, backup, external database, External Secrets, Gateway API, Ingress, MySQL, PostgreSQL, and new email-worker scenarios covered - schema rejection verified for queue size `0` and interval `301` - `make standards-check CHART=answer` - `node scripts/charts/template-standards-check.js --chart answer` - `make site-sync-check CHART=answer` - `make release-check REPO=charts` - `make attribution-check REPO=charts` - `make preflight` ## Self-review - reviewed every changed line against `main` - confirmed the image and `appVersion` match the latest stable upstream release - confirmed no chart package version was edited - confirmed the new schema bounds match the upstream constants - confirmed the new values render the exact upstream environment variables - confirmed no stale `2.0.1` reference remains under `charts/answer` - confirmed the diff contains no unrelated changes or attribution trailers <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added configuration for new-question email delivery, including queue capacity and sending intervals. * Added support for disabling email throttling by setting the interval to zero. * Exposed the new settings through Helm chart values and deployment configuration. * **Documentation** * Updated chart documentation with the new notification settings. * **Chores** * Updated the application image and chart version to 2.0.2. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: MergeCheck <mergecheck@example.invalid>
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
2.0.2User impact
Users can see the supported queue-size and send-interval controls introduced with Answer 2.0.2 directly in the chart documentation.
Validation
npm run lintnpm run format:checknpm run build(162 pages generated; 158 indexed by Pagefind)make site-sync-check CHART=answermake release-check REPO=sitemake attribution-check REPO=siteSelf-review
mainCompanion chart PR: helmforgedev/charts#860.
Related to helmforgedev/charts#831.
Summary by CodeRabbit
2.0.2.