maintenance: update v5.1 stable status - #12290
Conversation
Signed-off-by: Eduardo Silva <eduardo@chronosphere.io>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe documentation updates align maintenance, security, and repository status information with the v5.1 stable release and v5.0 maintenance period. ChangesRelease lifecycle documentation
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This documentation-only update aligns release, maintenance, and security guidance, with no actionable merge-blocking risk remaining after normal checks and review. Possibly related PRs
Suggested reviewers: 🚥 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.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 138886fb48
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| | Branch | Version | Status | Maintainer | Notes | | ||
| |------------|---------|------------------|-------------------------------------------------------------|--------------------------------------------------------------------| | ||
| | `master` | v5.1.x | Stable | [Eduardo Silva](https://github.com/edsiper) | Current stable release series. All new features and bug fixes land here first. | | ||
| | `5.0` | v5.0.x | Maintenance only | [Eduardo Silva](https://github.com/edsiper) [Hiroshi Hatake (@cosmo0920)](https://github.com/cosmo0920) | Bug fixes, security fixes, and selected low-risk backports until **November 30, 2026**. | |
There was a problem hiding this comment.
Limit v5.0 to the documented maintenance fixes
For contributors deciding whether a change qualifies for a v5.0 backport, this row now says that the maintenance-only branch accepts unrestricted “Bug fixes,” while the policy at lines 23–25 limits maintenance branches to security patches, critical bug fixes, and selected low-risk enhancements. The same broad wording is repeated in the v5.0 section, so the document gives conflicting guidance about which fixes maintainers will accept; qualify this as critical bug fixes to match the stated maintenance policy.
Useful? React with 👍 / 👎.
Signed-off-by: Eduardo Silva <eduardo@chronosphere.io>
Summary
masteras the current stable release seriesWhy
The repository documentation still described v5.1 as under development and v5.0 as the current stable release after v5.1 became stable. Related maintenance, backport, and security guidance had become inconsistent.
Impact
Users and contributors now see consistent release lifecycle and backport guidance across
README.md,MAINTENANCE.md, andSECURITY.md.Validation
git diff --check origin/master...HEADpython3 .github/scripts/commit_prefix_check.pyGITHUB_EVENT_NAME=pull_request GITHUB_BASE_REF=master python3 .github/scripts/commit_prefix_check.pyBoth commit-prefix checks passed. No runtime tests were run because this change only updates documentation.
Summary by CodeRabbit