-
Notifications
You must be signed in to change notification settings - Fork 1.9k
build: bump to v4.2.0 #11037
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: bump to v4.2.0 #11037
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>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
fluent-bit/dockerfiles/Dockerfile
Line 16 in 42e7501
| ARG RELEASE_VERSION=4.1.2 |
The commit sets the project version to 4.2.0 everywhere else, but dockerfiles/Dockerfile still defines ARG RELEASE_VERSION=4.1.2. Anyone building or publishing the Docker image after this change will continue producing a 4.1.2 image even though the rest of the build is 4.2.0, leading to inconsistent artifacts. This argument should be updated to 4.2.0 so the container matches the new release.
ℹ️ 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
|
Caution Review failedThe pull request is closed. WalkthroughVersion bump from 4.1.2 to 4.2.0 applied consistently across build configuration and deployment manifest files, updating version identifiers in CMakeLists.txt, BitBake recipe, and Snapcraft configuration. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
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 |
|
@cosmo0920 @edsiper we need to update the CI to handle this so 4.1/4.0 releases are correctly triggered and managed - particularly for docs/release generation. The security page is also wildly out of date for what versions are supported so that needs an update too. I will not have time to do this next week due to KCD UK so it likely needs doing asap if you want to release 4.0 or 4.1. |
GIT master is now 4.2.0 (development), a new branch
4.2has been created. More details in the roadmap link:https://github.com/fluent/fluent-bit/wiki/Fluent-Bit-Roadmap#release-timing-note-updated-on-oct-2025
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