v5.0.5
Fluent Bit 5.0.5
Added 1
- in_ebpf: implement exec trace
Changed 4
- in_node_exporter_metrics: skip IPv6 metrics collection when disabled
- aws: update support for additional regions
- out_s3: handle otlp JSON format
- lib: cmetrics: upgrade to v2.1.3
Fixed 8
- filter_kubernetes: destroy TLS session to prevent SSL object leak
- filter_kubernetes: make memory growth rigidly on filter k8s
- filter_log_to_metrics: retry timer metric append
- crypto: fix build with OPENSSL_NO_ENGINE
- opentelemetry: preserve otlp log resource grouping
- filter_kubernetes: destroy upstream and TLS context on happy path exit
- out_forward: fix retain_metadata_in_forward_mode default value
- input: fix threaded input conditional routing for logs
Removed 1
- out_logdna: remove promoted known keys
https://fluentbit.io/announcements/v5.0.5/
What's Changed
- in_node_exporter_metrics: Skip ipv6 metrics collection when disabled by @piwai in https://github.com/fluent/fluent-bit/pull/11773
- out_logdna: remove promoted known keys by @lecaros in https://github.com/fluent/fluent-bit/pull/11755
- in_ebpf: Implement exec trace by @cosmo0920 in https://github.com/fluent/fluent-bit/pull/11714
- filter_kubernetes: destroy TLS session to prevent SSL object leak by @ShelbyZ in https://github.com/fluent/fluent-bit/pull/11730
- aws: update support for additional regions by @ShelbyZ in https://github.com/fluent/fluent-bit/pull/11733
- filter_kubernetes: make memory growth rigidly on filter k8s by @cosmo0920 in https://github.com/fluent/fluent-bit/pull/11731
- out_s3: Handle otlp JSON format by @cosmo0920 in https://github.com/fluent/fluent-bit/pull/11762
- filter_log_to_metrics: retry timer metric append by @edsiper in https://github.com/fluent/fluent-bit/pull/11774
- crypto: fix build with OPENSSL_NO_ENGINE by @yselkowitz in https://github.com/fluent/fluent-bit/pull/11771
- scripts: enable working runtime tests by @mabrarov in https://github.com/fluent/fluent-bit/pull/11724
- opentelemetry: preserve otlp log resource grouping by @edsiper in https://github.com/fluent/fluent-bit/pull/11781
- filter_kubernetes: destroy upstream and TLS context on happy path exit by @ShelbyZ in https://github.com/fluent/fluent-bit/pull/11738
- out_forward: fix retain_metadata_in_forward_mode default value (true) by @edsiper in https://github.com/fluent/fluent-bit/pull/11756
- release: update to 5.0.5 by @github-actions[bot] in https://github.com/fluent/fluent-bit/pull/11767
- lib: cmetrics: upgrade to v2.1.3 by @edsiper in https://github.com/fluent/fluent-bit/pull/11780
- input: fix threaded input conditional routing for logs by @edsiper in https://github.com/fluent/fluent-bit/pull/11783
New Contributors
- @yselkowitz made their first contribution in https://github.com/fluent/fluent-bit/pull/11771
Full Changelog: https://github.com/fluent/fluent-bit/compare/v5.0.4...v5.0.5