v5.0.6
Fluent Bit 5.0.6
Added 3
- Add bash-style default value operator :- for environment variables
- Add support for Ubuntu 26.04 in packaging
- Add total limit size configuration for DLQ in storage
Changed 5
- Upgrade cfl library to v0.7.1
- Partition OTLP logs by resource in out_kafka
- Harden listener and architecture for http_server
- Spawn internal server in threaded mode for http_server
- Omit SNI for IP literal hosts in TLS
Fixed 8
- Fix general issues with sds_cat() usage
- Handle unpacker allocation failure in in_forward
- Prevent port binding failures in concurrent OTEL tests
- Ignore duplicate STOP messages to prevent shutdown spin in engine
- Plug segmentation fault on termination in out_azure_logs_ingestion
- Fix file append cleanup on failure in in_tail
- Reconcile files after missed inotify events in in_tail
- Fix handling of cfl_sds return buffers after cfl upgrade
https://fluentbit.io/announcements/v5.0.6/
What's Changed
- release: update to 5.0.6 by @github-actions[bot] in https://github.com/fluent/fluent-bit/pull/11785
- env: add bash-style default value operator :- by @benjaminmueggenburg-serato in https://github.com/fluent/fluent-bit/pull/11787
- lib: cfl: upgrade to v0.7.1 by @edsiper in https://github.com/fluent/fluent-bit/pull/11795
- out_kafka: partition OTLP logs by resource by @edsiper in https://github.com/fluent/fluent-bit/pull/11786
- sds: general fixes for sds_cat() usage by @edsiper in https://github.com/fluent/fluent-bit/pull/11805
- in_forward: handle unpacker allocation failure by @edsiper in https://github.com/fluent/fluent-bit/pull/11809
- tests: prevent port binding failures in concurrent OTEL tests by @patrick-stephens in https://github.com/fluent/fluent-bit/pull/11808
- engine: ignore duplicate STOP to prevent shutdown spin by @jinyongchoi in https://github.com/fluent/fluent-bit/pull/11747
- out_azure_logs_ingestion: Plug SEGV on termination by @cosmo0920 in https://github.com/fluent/fluent-bit/pull/11800
- packaging: add support for Ubuntu 26.04 by @patrick-stephens in https://github.com/fluent/fluent-bit/pull/11802
- config: storage: Add total limit size of DLQ by @cosmo0920 in https://github.com/fluent/fluent-bit/pull/11796
- http_server: harden listener and architecture by @edsiper in https://github.com/fluent/fluent-bit/pull/11742
- tests: runtime: wait for tail truncate output by @edsiper in https://github.com/fluent/fluent-bit/pull/11810
- in_tail: fix file append cleanup on failure by @sandy2008 in https://github.com/fluent/fluent-bit/pull/11749
- in_tail: reconcile files after missed inotify events by @sandy2008 in https://github.com/fluent/fluent-bit/pull/11750
- github: workflows: Restore ok-package-test trigger behavior by @cosmo0920 in https://github.com/fluent/fluent-bit/pull/11820
- security: update policy for 5.0 and EOL 4.1 by @patrick-stephens in https://github.com/fluent/fluent-bit/pull/11818
- sds: fix handling of cfl_sds return buffers after cfl upgrade by @edsiper in https://github.com/fluent/fluent-bit/pull/11813
- tls: omit SNI for IP literal hosts by @edsiper in https://github.com/fluent/fluent-bit/pull/11827
- http_server: spawn internal server in threaded mode by @edsiper in https://github.com/fluent/fluent-bit/pull/11811
New Contributors
- @sandy2008 made their first contribution in https://github.com/fluent/fluent-bit/pull/11749
Full Changelog: https://github.com/fluent/fluent-bit/compare/v5.0.5...v5.0.6