-
Notifications
You must be signed in to change notification settings - Fork 1.9k
build: bump to v5.1 (dev) #12066
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 v5.1 (dev) #12066
Changes from all commits
4528774
ec956bf
b63b62f
f91cd5b
3f6cb7d
17e1b25
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" | |
| SECTION = "net" | ||
|
|
||
| PR = "r0" | ||
| PV = "5.0.9" | ||
| PV = "5.1.0" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This recipe is the release recipe (it says it packages the latest stable release, while Useful? React with 👍 / 👎. |
||
|
|
||
| SRCREV = "v${PV}" | ||
| SRC_URI = "git://github.com/fluent/fluent-bit.git;nobranch=1" | ||
|
|
||
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.
As of July 7, 2026, v4.1 is past its February 28, 2026 EOM and
SECURITY.mdmarks 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 👍 / 👎.