diff mbox series

[meta-oe,07/64] fluentbit: upgrade 5.0.2 -> 5.0.3

Message ID 20260430104924.1106-7-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/64] 7zip: upgrade 26.00 -> 26.01 | expand

Commit Message

Wang Mingyu April 30, 2026, 10:48 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=============
- tests: integration: introduce in-tree integration test suite
- parser: Address wrong assignments of timezone at midnight
- release: update to 5.0.3
- workflows: Unify steps of downloading built macOS packages
- record accessor: fix CFL root-key matching and container translation
- env: add new extended format to handle environment variables
- out_s3: fix retry_limit semantics and multipart upload memory leaks
- lib: cmetrics: upgrade to v2.1.2
- in_tail: harden db offset restore across restart
- oauth2: restore legacy context creation behavior
- network: Handle baraketed ipv6 addresses
- in_opentelemetry: fix tag routing issue
- http_server: add settings for ingress queue
- out_syslog: address invalid configurations on in syslog
- input_thread: replace raw read() with pipe abstraction to fix crash
- workflows: Windows docker insufficient disk space fix
- http_client: enhance parser in timeouts and protocol parsing
- in_ebpf: add tcp trace

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../fluentbit/{fluentbit_5.0.2.bb => fluentbit_5.0.3.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/fluentbit/{fluentbit_5.0.2.bb => fluentbit_5.0.3.bb} (99%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit_5.0.2.bb b/meta-oe/recipes-extended/fluentbit/fluentbit_5.0.3.bb
similarity index 99%
rename from meta-oe/recipes-extended/fluentbit/fluentbit_5.0.2.bb
rename to meta-oe/recipes-extended/fluentbit/fluentbit_5.0.3.bb
index 3f3299459c..4153cba106 100644
--- a/meta-oe/recipes-extended/fluentbit/fluentbit_5.0.2.bb
+++ b/meta-oe/recipes-extended/fluentbit/fluentbit_5.0.3.bb
@@ -17,7 +17,7 @@  DEPENDS = "\
 "
 DEPENDS:append:libc-musl = " fts"
 
-SRCREV = "66ffbe43bd0b393ec418e6f5851a23461fa478d4"
+SRCREV = "63ed88ee65a1164b5be52b5ddab0344271a2825c"
 SRC_URI = "\
     git://github.com/fluent/fluent-bit.git;nobranch=1;protocol=https;tag=v${PV} \
     file://0001-lib-Do-not-use-private-makefile-targets-in-CMakelist.patch \