Skip to content

maintenance: update v5.1 stable status - #12290

Merged
edsiper merged 2 commits into
masterfrom
readme-update
Aug 15, 2026
Merged

maintenance: update v5.1 stable status#12290
edsiper merged 2 commits into
masterfrom
readme-update

Conversation

@edsiper

@edsiper edsiper commented Aug 14, 2026

Copy link
Copy Markdown
Member

Summary

  • identify v5.1 on master as the current stable release series
  • move v5.0 to maintenance-only status and update its backport guidance
  • mark v4.2 and earlier release lines as End-of-Life
  • add v5.1 to the security support table without inventing an unannounced EOM date

Why

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, and SECURITY.md.

Validation

  • git diff --check origin/master...HEAD
  • python3 .github/scripts/commit_prefix_check.py
  • GITHUB_EVENT_NAME=pull_request GITHUB_BASE_REF=master python3 .github/scripts/commit_prefix_check.py

Both commit-prefix checks passed. No runtime tests were run because this change only updates documentation.

Summary by CodeRabbit

  • Documentation
    • Updated maintenance guidance to identify v5.1 as stable and v5.0 as receiving maintenance through November 30, 2026.
    • Marked v4.1 and v4.2 as end-of-life.
    • Updated contribution and security-reporting guidance.
    • Revised the README and security policy to reflect the current v5.1 release series and support status.

Signed-off-by: Eduardo Silva <eduardo@chronosphere.io>
@coderabbitai

coderabbitai Bot commented Aug 14, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 8bcbb7e1-f14d-4835-acc4-b5abece57743

📥 Commits

Reviewing files that changed from the base of the PR and between 138886f and 9cb00a9.

📒 Files selected for processing (1)
  • MAINTENANCE.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • MAINTENANCE.md

📝 Walkthrough

Walkthrough

The documentation updates align maintenance, security, and repository status information with the v5.1 stable release and v5.0 maintenance period.

Changes

Release lifecycle documentation

Layer / File(s) Summary
Support and maintenance policy
MAINTENANCE.md, SECURITY.md
The policies identify v5.1 as active and stable, place v5.0 in maintenance through November 30, 2026, mark older releases as EOL, update backport guidance, and add the v5.1 EOM notice.
Repository release status
README.md
The README states that master tracks stable v5.1.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Merge Risk: ⚪ Minimal · up to 9cb00

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: cosmo0920

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the primary change: updating v5.1 to stable status.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch readme-update

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@edsiper
edsiper marked this pull request as ready for review August 14, 2026 21:37
@edsiper
edsiper requested a review from cosmo0920 as a code owner August 14, 2026 21:37

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread MAINTENANCE.md Outdated
| 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**. |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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>
@edsiper
edsiper merged commit ea92b9a into master Aug 15, 2026
43 of 45 checks passed
@edsiper
edsiper deleted the readme-update branch August 15, 2026 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant