build: bump to v5.1 (dev)#12066
Conversation
Signed-off-by: Eduardo Silva <eduardo@chronosphere.io>
Signed-off-by: Eduardo Silva <eduardo@chronosphere.io>
Signed-off-by: Eduardo Silva <eduardo@chronosphere.io>
Signed-off-by: Eduardo Silva <eduardo@chronosphere.io>
Signed-off-by: Eduardo Silva <eduardo@chronosphere.io>
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 Run ID: 📒 Files selected for processing (6)
📝 WalkthroughWalkthroughThis PR bumps the Fluent Bit version from 5.0.9 to 5.1.0 across CMakeLists.txt, the Dockerfile, the Bitbake recipe, and snapcraft.yaml. It also updates MAINTENANCE.md and README.md to reflect master tracking v5.1 (development) and v5.0 as the current stable series. ChangesVersion Bump to 5.1.0
Estimated code review effort: 1 (Trivial) | ~5 minutes 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: 17e1b2592a
ℹ️ 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".
|
|
||
| PR = "r0" | ||
| PV = "5.0.9" | ||
| PV = "5.1.0" |
There was a problem hiding this comment.
Keep stable BitBake recipe on the stable series
This recipe is the release recipe (it says it packages the latest stable release, while fluent-bit_git.bb covers active master builds), but this commit also documents v5.1 as the development line and v5.0 as the current stable series in MAINTENANCE.md. With PV set to 5.1.0, Yocto users consuming the stable recipe will fetch/build the development series, or fail before a v5.1.0 release tag exists; keep this recipe on the v5.0.x stable release until v5.1 becomes stable.
Useful? React with 👍 / 👎.
| ## How to Contribute to Maintained Versions | ||
|
|
||
| If you're submitting a fix or feature relevant to a stable or maintenance branch (v4.2 or v4.1): | ||
| If you're submitting a fix or feature relevant to a stable or maintenance branch (v5.0, v4.2, or v4.1): |
There was a problem hiding this comment.
Drop EOL 4.1 from backport targets
As of July 7, 2026, v4.1 is past its February 28, 2026 EOM and SECURITY.md marks 4.1 and earlier as EOL with no further fixes, but this updated contribution guidance still tells contributors to target v4.1. That sends fixes toward a branch the security policy says is closed; remove v4.1 from the maintained target list or explicitly mark it EOL in this section.
Useful? React with 👍 / 👎.
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.
Summary by CodeRabbit
Chores
Documentation