grafana / loki

Like Prometheus, but for logs.
https://grafana.com/loki
GNU Affero General Public License v3.0
24k stars 3.46k forks source link

chore(deps): update fluent/fluent-bit to v3 (major) #14989

Closed renovate[bot] closed 6 days ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Type Update Change
fluent/fluent-bit final major 1.9.10 -> 3.2.1
fluent/fluent-bit major 1.9 -> 3.2

Release Notes

fluent/fluent-bit (fluent/fluent-bit) ### [`v3.2.1`](https://redirect.github.com/fluent/fluent-bit/releases/tag/v3.2.1): Fluent Bit 3.2.1 [Compare Source](https://redirect.github.com/fluent/fluent-bit/compare/v3.2.0...v3.2.1) https://fluentbit.io/announcements/v3.2.1/ #### What's Changed - config_format: windows: Handle static config on windows correctly by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9582](https://redirect.github.com/fluent/fluent-bit/pull/9582) - ci: support 3.2 releases as latest version by [@​patrick-stephens](https://redirect.github.com/patrick-stephens) in [https://github.com/fluent/fluent-bit/pull/9445](https://redirect.github.com/fluent/fluent-bit/pull/9445) - Retrieve Kubernetes pod IP address if it is set in status.podIP by [@​kgtw](https://redirect.github.com/kgtw) in [https://github.com/fluent/fluent-bit/pull/2783](https://redirect.github.com/fluent/fluent-bit/pull/2783) - tests: runtime: kubernetes: fixes tests after addition of pod_ip by [@​lecaros](https://redirect.github.com/lecaros) in [https://github.com/fluent/fluent-bit/pull/9591](https://redirect.github.com/fluent/fluent-bit/pull/9591) - in_ebpf: Prepare build directory for building eBPF objects by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9592](https://redirect.github.com/fluent/fluent-bit/pull/9592) - in_splunk: splunk token validation must be case-insensitive by [@​lecaros](https://redirect.github.com/lecaros) in [https://github.com/fluent/fluent-bit/pull/9518](https://redirect.github.com/fluent/fluent-bit/pull/9518) - in_ebpf: Handle debian like systems' signal probes by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9596](https://redirect.github.com/fluent/fluent-bit/pull/9596) - security: supported versions now are 3.1.x and 3.2.x by [@​lecaros](https://redirect.github.com/lecaros) in [https://github.com/fluent/fluent-bit/pull/9594](https://redirect.github.com/fluent/fluent-bit/pull/9594) - tls: removed alpn selector requirement by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9599](https://redirect.github.com/fluent/fluent-bit/pull/9599) - update: bump version to v3.2.1 by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9602](https://redirect.github.com/fluent/fluent-bit/pull/9602) #### New Contributors - [@​kgtw](https://redirect.github.com/kgtw) made their first contribution in [https://github.com/fluent/fluent-bit/pull/2783](https://redirect.github.com/fluent/fluent-bit/pull/2783) **Full Changelog**: https://github.com/fluent/fluent-bit/compare/v3.2.0...v3.2.1 ### [`v3.2.0`](https://redirect.github.com/fluent/fluent-bit/releases/tag/v3.2.0): Fluent Bit 3.2.0 [Compare Source](https://redirect.github.com/fluent/fluent-bit/compare/v3.1.10...v3.2.0) https://fluentbit.io/announcements/v3.2.0/ ##### What's Changed - build: bump to v3.2 series by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9322](https://redirect.github.com/fluent/fluent-bit/pull/9322) - workflows: bump peter-evans/create-pull-request from 6 to 7 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fluent/fluent-bit/pull/9342](https://redirect.github.com/fluent/fluent-bit/pull/9342) - workflows: linux: Compile and execute internal test on non-amd64 platforms Linux by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9313](https://redirect.github.com/fluent/fluent-bit/pull/9313) - engine: added missing explicit cast (CID 508212) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9329](https://redirect.github.com/fluent/fluent-bit/pull/9329) - in_elasticsearch: fixed potential issue caused by ingored reallocation (CID 508180) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9356](https://redirect.github.com/fluent/fluent-bit/pull/9356) - input: added missing initializer (CID 508207) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9331](https://redirect.github.com/fluent/fluent-bit/pull/9331) - out_opentelemetry: fixed memory leaks (CID 508192) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9334](https://redirect.github.com/fluent/fluent-bit/pull/9334) - tests: internal: signv4: uncommented code that caused a leak (CID 508181) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9348](https://redirect.github.com/fluent/fluent-bit/pull/9348) - in_elasticsearch: fixed memory leak (CID 507822) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9358](https://redirect.github.com/fluent/fluent-bit/pull/9358) - out_influxdb: Handle signed/unsigned integer as influx's integer of that representation by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9301](https://redirect.github.com/fluent/fluent-bit/pull/9301) - in_calyptia_fleet: fixed memory leaks (CID 508187) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9346](https://redirect.github.com/fluent/fluent-bit/pull/9346) - out_http: Request timed out(408) to be treated as retry by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9377](https://redirect.github.com/fluent/fluent-bit/pull/9377) - tests: internal: signv4: fixed leak (CID 508222) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9344](https://redirect.github.com/fluent/fluent-bit/pull/9344) - input: disable coroutines for custom events and input callbacks that do not support coroutines. by [@​pwhelan](https://redirect.github.com/pwhelan) in [https://github.com/fluent/fluent-bit/pull/9338](https://redirect.github.com/fluent/fluent-bit/pull/9338) - filter_log_to_metrics: Add timer callback for emitting metrics by [@​drbugfinder-work](https://redirect.github.com/drbugfinder-work) in [https://github.com/fluent/fluent-bit/pull/9251](https://redirect.github.com/fluent/fluent-bit/pull/9251) - lib: cmetrics: upgrade to v0.9.6 by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9392](https://redirect.github.com/fluent/fluent-bit/pull/9392) - out_splunk: Extend retrying HTTP status code by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9375](https://redirect.github.com/fluent/fluent-bit/pull/9375) - workflows: Update scorecard workflow and remove Dockerfile warnings by [@​patrick-stephens](https://redirect.github.com/patrick-stephens) in [https://github.com/fluent/fluent-bit/pull/9421](https://redirect.github.com/fluent/fluent-bit/pull/9421) - config_format: cf_yaml: Plug memory leaks on exception for processing variants on plugin elements by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9426](https://redirect.github.com/fluent/fluent-bit/pull/9426) - out_calyptia: register OS and architecture for agents. by [@​pwhelan](https://redirect.github.com/pwhelan) in [https://github.com/fluent/fluent-bit/pull/8466](https://redirect.github.com/fluent/fluent-bit/pull/8466) - lib: ctraces: upgrade to v0.5.6 by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9430](https://redirect.github.com/fluent/fluent-bit/pull/9430) - in_calyptia_fleet: fix 'unable to find fleet by name'. by [@​pwhelan](https://redirect.github.com/pwhelan) in [https://github.com/fluent/fluent-bit/pull/9410](https://redirect.github.com/fluent/fluent-bit/pull/9410) - filter_multiline: Reset group metadata buf on flush - Fixes 9262,8925,9337,8567 by [@​drbugfinder-work](https://redirect.github.com/drbugfinder-work) in [https://github.com/fluent/fluent-bit/pull/9425](https://redirect.github.com/fluent/fluent-bit/pull/9425) - lib: fluent-otel-proto: update generated files and add profiling support by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9434](https://redirect.github.com/fluent/fluent-bit/pull/9434) - reload: do not call flb_stop when flb_start fails to avoid crash on RHEL/CentOS. by [@​pwhelan](https://redirect.github.com/pwhelan) in [https://github.com/fluent/fluent-bit/pull/9432](https://redirect.github.com/fluent/fluent-bit/pull/9432) - upstream: Improve error message for misconfigured HTTP_PROXY variable by [@​lecaros](https://redirect.github.com/lecaros) in [https://github.com/fluent/fluent-bit/pull/9328](https://redirect.github.com/fluent/fluent-bit/pull/9328) - core: signal blob implementation by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9326](https://redirect.github.com/fluent/fluent-bit/pull/9326) - workflows: update for 3.1 branch by [@​patrick-stephens](https://redirect.github.com/patrick-stephens) in [https://github.com/fluent/fluent-bit/pull/9444](https://redirect.github.com/fluent/fluent-bit/pull/9444) - motd: v3.2 by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9442](https://redirect.github.com/fluent/fluent-bit/pull/9442) - in_opentelemetry: add tag_from_uri support to http2 codepath by [@​nuclearpidgeon](https://redirect.github.com/nuclearpidgeon) in [https://github.com/fluent/fluent-bit/pull/8963](https://redirect.github.com/fluent/fluent-bit/pull/8963) - motd: add missing null character by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9474](https://redirect.github.com/fluent/fluent-bit/pull/9474) - cmake: update emails and urls for Chronosphere by [@​patrick-stephens](https://redirect.github.com/patrick-stephens) in [https://github.com/fluent/fluent-bit/pull/9408](https://redirect.github.com/fluent/fluent-bit/pull/9408) - lib: monkey: upgrade to v1.8.1 (add support for HTTP/1.1 chunked transfer encoding) by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9466](https://redirect.github.com/fluent/fluent-bit/pull/9466) - blob: assorted improvements (cleanup) by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9479](https://redirect.github.com/fluent/fluent-bit/pull/9479) - http_server: http1: always reset the parser context on pending status by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9480](https://redirect.github.com/fluent/fluent-bit/pull/9480) - tests/internal: fix use-after-free for input_chunks test input_chunk_dropping_chunks. by [@​pwhelan](https://redirect.github.com/pwhelan) in [https://github.com/fluent/fluent-bit/pull/9472](https://redirect.github.com/fluent/fluent-bit/pull/9472) - out_opentelemetry: metrics handling fixes by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9481](https://redirect.github.com/fluent/fluent-bit/pull/9481) - scan: coverity fixes [`2024101`](https://redirect.github.com/fluent/fluent-bit/commit/20241012) by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9488](https://redirect.github.com/fluent/fluent-bit/pull/9488) - out_azure_blob: fixed blob endpoint tracking by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9493](https://redirect.github.com/fluent/fluent-bit/pull/9493) - blob: assorted fixes by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9511](https://redirect.github.com/fluent/fluent-bit/pull/9511) - simd: add new SIMD support for JSON escaping by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9500](https://redirect.github.com/fluent/fluent-bit/pull/9500) - config: complete Yaml support by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9513](https://redirect.github.com/fluent/fluent-bit/pull/9513) - processor_content_modifier: add support for Metrics processing by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9531](https://redirect.github.com/fluent/fluent-bit/pull/9531) - tls: include X509 error string when verify result is not x509\_V_OK. by [@​niedbalski](https://redirect.github.com/niedbalski) in [https://github.com/fluent/fluent-bit/pull/9527](https://redirect.github.com/fluent/fluent-bit/pull/9527) - tls: improve debug information on the cause of the failure when loading system certificates on windows by [@​niedbalski](https://redirect.github.com/niedbalski) in [https://github.com/fluent/fluent-bit/pull/9533](https://redirect.github.com/fluent/fluent-bit/pull/9533) - docs: DEVELOPER_GUIDE: add instructions for windows 2022. by [@​niedbalski](https://redirect.github.com/niedbalski) in [https://github.com/fluent/fluent-bit/pull/9522](https://redirect.github.com/fluent/fluent-bit/pull/9522) - input_chunk: fix input plugin metrics not counting records re-emitted by filters downstream by [@​mindw](https://redirect.github.com/mindw) in [https://github.com/fluent/fluent-bit/pull/9487](https://redirect.github.com/fluent/fluent-bit/pull/9487) - lib: fluent-otel-proto: update files for latest profiles support by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9540](https://redirect.github.com/fluent/fluent-bit/pull/9540) - tls: macos load system certificates using security framework. by [@​niedbalski](https://redirect.github.com/niedbalski) in [https://github.com/fluent/fluent-bit/pull/9539](https://redirect.github.com/fluent/fluent-bit/pull/9539) - http_client: HTTP/2 client addition by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9541](https://redirect.github.com/fluent/fluent-bit/pull/9541) - out_blob: consider auto_create_container by [@​uristernik](https://redirect.github.com/uristernik) in [https://github.com/fluent/fluent-bit/pull/9457](https://redirect.github.com/fluent/fluent-bit/pull/9457) - in_forward: fixed incorrect shared key length in authentication by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9550](https://redirect.github.com/fluent/fluent-bit/pull/9550) - filter_multiline: Add functionality to use as processor by [@​drbugfinder-work](https://redirect.github.com/drbugfinder-work) in [https://github.com/fluent/fluent-bit/pull/9521](https://redirect.github.com/fluent/fluent-bit/pull/9521) - output: allow records size 0 on flb event type logs processor by [@​niedbalski](https://redirect.github.com/niedbalski) in [https://github.com/fluent/fluent-bit/pull/9554](https://redirect.github.com/fluent/fluent-bit/pull/9554) - processor_opentelemetry_envelope: add support for Metrics by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9558](https://redirect.github.com/fluent/fluent-bit/pull/9558) - in_calyptia_fleet: fleet id search by name must use exact name. by [@​lecaros](https://redirect.github.com/lecaros) in [https://github.com/fluent/fluent-bit/pull/9561](https://redirect.github.com/fluent/fluent-bit/pull/9561) - in_calyptia_fleet: make the http client buffer size configurable. by [@​pwhelan](https://redirect.github.com/pwhelan) in [https://github.com/fluent/fluent-bit/pull/9515](https://redirect.github.com/fluent/fluent-bit/pull/9515) - in_calyptia_fleet: fix registering agent after first invocation. by [@​pwhelan](https://redirect.github.com/pwhelan) in [https://github.com/fluent/fluent-bit/pull/9516](https://redirect.github.com/fluent/fluent-bit/pull/9516) - filter: Add dropped_bytes_total / drop_bytes metrics by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9419](https://redirect.github.com/fluent/fluent-bit/pull/9419) - network: tcp keepalive addition by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9249](https://redirect.github.com/fluent/fluent-bit/pull/9249) - out_datadog: custom added ability ot set custom HTTP headers by [@​AndrewChubatiuk](https://redirect.github.com/AndrewChubatiuk) in [https://github.com/fluent/fluent-bit/pull/9441](https://redirect.github.com/fluent/fluent-bit/pull/9441) - build: use the system provided packages if found by [@​ThomasDevoogdt](https://redirect.github.com/ThomasDevoogdt) in [https://github.com/fluent/fluent-bit/pull/8930](https://redirect.github.com/fluent/fluent-bit/pull/8930) - out_kinesis_streams: add custom port support for Kinesis output plugin by [@​azalio](https://redirect.github.com/azalio) in [https://github.com/fluent/fluent-bit/pull/9317](https://redirect.github.com/fluent/fluent-bit/pull/9317) - metrics_exporter: add support for filter metrics inside processors by [@​cw-Guo](https://redirect.github.com/cw-Guo) in [https://github.com/fluent/fluent-bit/pull/9341](https://redirect.github.com/fluent/fluent-bit/pull/9341) - fix: ARES_OPT_TRIES must be set to update opt.tries by [@​bazzargh](https://redirect.github.com/bazzargh) in [https://github.com/fluent/fluent-bit/pull/8587](https://redirect.github.com/fluent/fluent-bit/pull/8587) - out_kafka: Introduce raw_log_key to write a single value to kafka by [@​zecke](https://redirect.github.com/zecke) in [https://github.com/fluent/fluent-bit/pull/8655](https://redirect.github.com/fluent/fluent-bit/pull/8655) - network: use TCP_KEEPALIVE instead of TCP_KEEPIDLE in OSX by [@​lecaros](https://redirect.github.com/lecaros) in [https://github.com/fluent/fluent-bit/pull/9574](https://redirect.github.com/fluent/fluent-bit/pull/9574) - in_ebpf: initial version of the plugin (experimental) by [@​niedbalski](https://redirect.github.com/niedbalski) in [https://github.com/fluent/fluent-bit/pull/9576](https://redirect.github.com/fluent/fluent-bit/pull/9576) - lib: cprofiles addition by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9584](https://redirect.github.com/fluent/fluent-bit/pull/9584) - lib: cprofiles: fixed incorrect check by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9586](https://redirect.github.com/fluent/fluent-bit/pull/9586) - opentelemetry: initial addition of the experimental otlp profile signal by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9583](https://redirect.github.com/fluent/fluent-bit/pull/9583) ##### New Contributors - [@​mindw](https://redirect.github.com/mindw) made their first contribution in [https://github.com/fluent/fluent-bit/pull/9487](https://redirect.github.com/fluent/fluent-bit/pull/9487) - [@​uristernik](https://redirect.github.com/uristernik) made their first contribution in [https://github.com/fluent/fluent-bit/pull/9457](https://redirect.github.com/fluent/fluent-bit/pull/9457) - [@​AndrewChubatiuk](https://redirect.github.com/AndrewChubatiuk) made their first contribution in [https://github.com/fluent/fluent-bit/pull/9441](https://redirect.github.com/fluent/fluent-bit/pull/9441) - [@​azalio](https://redirect.github.com/azalio) made their first contribution in [https://github.com/fluent/fluent-bit/pull/9317](https://redirect.github.com/fluent/fluent-bit/pull/9317) - [@​cw-Guo](https://redirect.github.com/cw-Guo) made their first contribution in [https://github.com/fluent/fluent-bit/pull/9341](https://redirect.github.com/fluent/fluent-bit/pull/9341) - [@​bazzargh](https://redirect.github.com/bazzargh) made their first contribution in [https://github.com/fluent/fluent-bit/pull/8587](https://redirect.github.com/fluent/fluent-bit/pull/8587) **Full Changelog**: https://github.com/fluent/fluent-bit/compare/v3.1.7...v3.2.0 ### [`v3.1.10`](https://redirect.github.com/fluent/fluent-bit/releases/tag/v3.1.10): Fluent Bit 3.1.10 [Compare Source](https://redirect.github.com/fluent/fluent-bit/compare/v3.1.9...v3.1.10) https://fluentbit.io/announcements/v3.1.10/ #### What's Changed - in_opentelemetry: add tag_from_uri support to http2 codepath by [@​lecaros](https://redirect.github.com/lecaros) in [https://github.com/fluent/fluent-bit/pull/9447](https://redirect.github.com/fluent/fluent-bit/pull/9447) - in_http: fix parsing of root JSON object by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9467](https://redirect.github.com/fluent/fluent-bit/pull/9467) - out_opentelemetry: metrics handling fixes (backport for v3.1) by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9483](https://redirect.github.com/fluent/fluent-bit/pull/9483) - in_forward: fixed incorrect shared key length in authentication by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9551](https://redirect.github.com/fluent/fluent-bit/pull/9551) **Full Changelog**: https://github.com/fluent/fluent-bit/compare/v3.1.9...v3.1.10 ### [`v3.1.9`](https://redirect.github.com/fluent/fluent-bit/releases/tag/v3.1.9): Fluent Bit 3.1.9 [Compare Source](https://redirect.github.com/fluent/fluent-bit/compare/v3.1.8...v3.1.9) https://fluentbit.io/announcements/v3.1.9/ ##### What's Changed - in_calyptia_fleet: fix 'unable to find fleet by name'. by [@​pwhelan](https://redirect.github.com/pwhelan) in [https://github.com/fluent/fluent-bit/pull/9412](https://redirect.github.com/fluent/fluent-bit/pull/9412) - 3.1: backport fixes 2024-09-26 by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9433](https://redirect.github.com/fluent/fluent-bit/pull/9433) - reload: do not call flb_stop when flb_start fails and fix crash on RHEL by [@​pwhelan](https://redirect.github.com/pwhelan) in [https://github.com/fluent/fluent-bit/pull/9435](https://redirect.github.com/fluent/fluent-bit/pull/9435) - upstream: Improve error message for misconfigured HTTP_PROXY variable - Backport to 3.1 by [@​lecaros](https://redirect.github.com/lecaros) in [https://github.com/fluent/fluent-bit/pull/9438](https://redirect.github.com/fluent/fluent-bit/pull/9438) **Full Changelog**: https://github.com/fluent/fluent-bit/compare/v3.1.8...v3.1.9 ### [`v3.1.8`](https://redirect.github.com/fluent/fluent-bit/releases/tag/v3.1.8): Fluent Bit 3.1.8 [Compare Source](https://redirect.github.com/fluent/fluent-bit/compare/v3.1.7...v3.1.8) https://fluentbit.io/announcements/v3.1.8/ ##### What's Changed - engine: added missing explicit cast (CID 508212) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9330](https://redirect.github.com/fluent/fluent-bit/pull/9330) - tests: internal: signv4: fixed leak (CID 508222) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9345](https://redirect.github.com/fluent/fluent-bit/pull/9345) - tests: internal: signv4: uncommented code that caused a leak (CID 508181) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9349](https://redirect.github.com/fluent/fluent-bit/pull/9349) - in_elasticsearch: fixed potential issue caused by ingored reallocation (CID 508180) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9357](https://redirect.github.com/fluent/fluent-bit/pull/9357) - in_elasticsearch: fixed memory leak (CID 507822) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9359](https://redirect.github.com/fluent/fluent-bit/pull/9359) - release: update to 3.1.8 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/fluent/fluent-bit/pull/9324](https://redirect.github.com/fluent/fluent-bit/pull/9324) - out_opentelemetry: fixed memory leaks (CID 508192) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9335](https://redirect.github.com/fluent/fluent-bit/pull/9335) - in_calyptia_fleet: fixed memory leaks (CID 508187) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9347](https://redirect.github.com/fluent/fluent-bit/pull/9347) - input: added missing initializer (CID 508207) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9332](https://redirect.github.com/fluent/fluent-bit/pull/9332) - out_splunk: Extend retrying HTTP status code \[Backport 3.1] by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9380](https://redirect.github.com/fluent/fluent-bit/pull/9380) - out_http: Request timed out(408) to be treated as retry \[Backport 3.1] by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9379](https://redirect.github.com/fluent/fluent-bit/pull/9379) - out_influxdb: Handle signed/unsigned integer as influx's integer of that representation \[Backport 3.1] by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9361](https://redirect.github.com/fluent/fluent-bit/pull/9361) - backport: PR [#​9338](https://redirect.github.com/fluent/fluent-bit/issues/9338) to 3.1 by [@​pwhelan](https://redirect.github.com/pwhelan) in [https://github.com/fluent/fluent-bit/pull/9390](https://redirect.github.com/fluent/fluent-bit/pull/9390) - 3.1: lib: upgrade cmetrics to v0.9.6 by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9393](https://redirect.github.com/fluent/fluent-bit/pull/9393) **Full Changelog**: https://github.com/fluent/fluent-bit/compare/v3.1.7...v3.1.8 ### [`v3.1.7`](https://redirect.github.com/fluent/fluent-bit/releases/tag/v3.1.7): Fluent Bit 3.1.7 [Compare Source](https://redirect.github.com/fluent/fluent-bit/compare/v3.1.6...v3.1.7) https://fluentbit.io/announcements/v3.1.7/ ##### What's Changed - release: update to 3.1.7 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/fluent/fluent-bit/pull/9232](https://redirect.github.com/fluent/fluent-bit/pull/9232) - tests: in_http: replaced the failure trigger mechanism by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9219](https://redirect.github.com/fluent/fluent-bit/pull/9219) - filter_aws: fixed group metadata fetch issue and addressed (CID 507941) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9220](https://redirect.github.com/fluent/fluent-bit/pull/9220) - out_opensearch: fixed a wrong data type used for a boolean option by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9221](https://redirect.github.com/fluent/fluent-bit/pull/9221) - out_stackdriver: fixed a wrong data type used for two boolean options by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9222](https://redirect.github.com/fluent/fluent-bit/pull/9222) - filter_tensorflow: fixed a wrong data type used for a boolean option by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9224](https://redirect.github.com/fluent/fluent-bit/pull/9224) - in_nginx_exporter_metrics: fixed a wrong data type used for an option by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9225](https://redirect.github.com/fluent/fluent-bit/pull/9225) - in_opentelemetry: fixed a wrong data type used for an option by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9226](https://redirect.github.com/fluent/fluent-bit/pull/9226) - in_proc: fixed a wrong data type used for three options by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9227](https://redirect.github.com/fluent/fluent-bit/pull/9227) - out_es: fixed a wrong data type used for an option by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9228](https://redirect.github.com/fluent/fluent-bit/pull/9228) - network: fixed a wrong data type used for an option by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9229](https://redirect.github.com/fluent/fluent-bit/pull/9229) - tests: config_map: fixed a wrong data type used for an option by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9230](https://redirect.github.com/fluent/fluent-bit/pull/9230) - in_dummy: switched property types to match the config_map by [@​rightblank](https://redirect.github.com/rightblank) in [https://github.com/fluent/fluent-bit/pull/9213](https://redirect.github.com/fluent/fluent-bit/pull/9213) - in_head: switched the type of buf_size to match the config_map by [@​rightblank](https://redirect.github.com/rightblank) in [https://github.com/fluent/fluent-bit/pull/9205](https://redirect.github.com/fluent/fluent-bit/pull/9205) - in_elasticsearch: Store log_encoder pointer (CID 508245) by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9210](https://redirect.github.com/fluent/fluent-bit/pull/9210) - out_opensearch: Plug a use-after-free issue (CID 508013) by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9233](https://redirect.github.com/fluent/fluent-bit/pull/9233) - in_event_type: Plug a resource leak on exception (CID 507968) by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9235](https://redirect.github.com/fluent/fluent-bit/pull/9235) - out_chronicle: Plug a resource leak on exception (CID 508008) by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9234](https://redirect.github.com/fluent/fluent-bit/pull/9234) - core: fix configuration type cast issue on big endian systems by [@​rightblank](https://redirect.github.com/rightblank) in [https://github.com/fluent/fluent-bit/pull/8904](https://redirect.github.com/fluent/fluent-bit/pull/8904) - core: support configurable event loop mechanism by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9244](https://redirect.github.com/fluent/fluent-bit/pull/9244) - in_emitter: Plug a possible resource leak on exception (CID 508193) by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9250](https://redirect.github.com/fluent/fluent-bit/pull/9250) - filter_logs_to_metrics: fixed memory corruption issue by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9252](https://redirect.github.com/fluent/fluent-bit/pull/9252) - upstream_ha: added environment variable support by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9255](https://redirect.github.com/fluent/fluent-bit/pull/9255) - core: fixed the data type used for booleans by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9253](https://redirect.github.com/fluent/fluent-bit/pull/9253) - in_winevtlog: Skip to translate SID for capability SIDs by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9212](https://redirect.github.com/fluent/fluent-bit/pull/9212) - core: endianness detection fix by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9256](https://redirect.github.com/fluent/fluent-bit/pull/9256) - in_process_exporter_metrics: Initialize with NULL for flb_sds_t pointer variables (CID 507975) by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9266](https://redirect.github.com/fluent/fluent-bit/pull/9266) - output: Remove a needless calling of flb_output_instance_destroy() (CID 507809) by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9280](https://redirect.github.com/fluent/fluent-bit/pull/9280) - core: fixes for reports provided by Coverity [`2024082`](https://redirect.github.com/fluent/fluent-bit/commit/20240826) by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9285](https://redirect.github.com/fluent/fluent-bit/pull/9285) - lib: c-ares: upgrade to v1.33.1 by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9287](https://redirect.github.com/fluent/fluent-bit/pull/9287) - tests: internal: added cpu byte order test cases by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9270](https://redirect.github.com/fluent/fluent-bit/pull/9270) - utils: use MachineGUID correctly. by [@​pwhelan](https://redirect.github.com/pwhelan) in [https://github.com/fluent/fluent-bit/pull/8724](https://redirect.github.com/fluent/fluent-bit/pull/8724) - examples: filter_wasm_go: Upgrade to support Go 1.22.5 and TinyGo 0.32 by [@​opencmit2](https://redirect.github.com/opencmit2) in [https://github.com/fluent/fluent-bit/pull/9105](https://redirect.github.com/fluent/fluent-bit/pull/9105) - in_elasticsearch: Fix string in http response code 400 by [@​lecaros](https://redirect.github.com/lecaros) in [https://github.com/fluent/fluent-bit/pull/8977](https://redirect.github.com/fluent/fluent-bit/pull/8977) - out_logdna: refactored LogDNA URI formation to support configurable endpoints by [@​mirko-lazarevic](https://redirect.github.com/mirko-lazarevic) in [https://github.com/fluent/fluent-bit/pull/8051](https://redirect.github.com/fluent/fluent-bit/pull/8051) - build: use the system provided LuaJIT on s390x by [@​rightblank](https://redirect.github.com/rightblank) in [https://github.com/fluent/fluent-bit/pull/9172](https://redirect.github.com/fluent/fluent-bit/pull/9172) - engine:enhanced byte order handling for timestamps by [@​mirko-lazarevic](https://redirect.github.com/mirko-lazarevic) in [https://github.com/fluent/fluent-bit/pull/9196](https://redirect.github.com/fluent/fluent-bit/pull/9196) - in_splunk: test: Handle 1.0 suffixed endpoints by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9271](https://redirect.github.com/fluent/fluent-bit/pull/9271) - out_elasticsearch: Process error information properly by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9236](https://redirect.github.com/fluent/fluent-bit/pull/9236) - in_winevtlog: out_s3: Fix windows build failures by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9293](https://redirect.github.com/fluent/fluent-bit/pull/9293) - out_azure_blob: fixed double free (CID 508656) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9296](https://redirect.github.com/fluent/fluent-bit/pull/9296) - in_collectd: fixed out of bounds read by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9298](https://redirect.github.com/fluent/fluent-bit/pull/9298) - out_stackdriver: fixed a memory leak (CID 508244) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9299](https://redirect.github.com/fluent/fluent-bit/pull/9299) - in_node_exporter_metrics: fixed possible invalid dereference (CID 508238) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9300](https://redirect.github.com/fluent/fluent-bit/pull/9300) - in_podman_metrics: Plug a resource leak on exception (CID 507805) by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9295](https://redirect.github.com/fluent/fluent-bit/pull/9295) - reload: added appropriate type cast (CID 508209) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9292](https://redirect.github.com/fluent/fluent-bit/pull/9292) - coverity: fixes for [`2024082`](https://redirect.github.com/fluent/fluent-bit/commit/20240829) by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9305](https://redirect.github.com/fluent/fluent-bit/pull/9305) - in_event_type: fixed two leaks (CID 508227) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9311](https://redirect.github.com/fluent/fluent-bit/pull/9311) - core: fixed memory leaks (CID 508230) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9310](https://redirect.github.com/fluent/fluent-bit/pull/9310) - record_accessor: Plug a resource leak on exception (CID 508119) by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9306](https://redirect.github.com/fluent/fluent-bit/pull/9306) - out_opentelemetry: Prevent null dereference on memcpy (CID 507910) by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9307](https://redirect.github.com/fluent/fluent-bit/pull/9307) - filter_multiline: fixed memory leak (CID 508221) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9314](https://redirect.github.com/fluent/fluent-bit/pull/9314) - sp: changed property type to prevent lossy cast (CID 508218) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9315](https://redirect.github.com/fluent/fluent-bit/pull/9315) - lib: cmetrics: upgrade to v0.9.5 by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9319](https://redirect.github.com/fluent/fluent-bit/pull/9319) - filter_alter_size: fixed memory leak (CID 508216) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9316](https://redirect.github.com/fluent/fluent-bit/pull/9316) - coverity: fixes as of [`2024083`](https://redirect.github.com/fluent/fluent-bit/commit/20240830) (CID 507960) by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9318](https://redirect.github.com/fluent/fluent-bit/pull/9318) ##### New Contributors - [@​rightblank](https://redirect.github.com/rightblank) made their first contribution in [https://github.com/fluent/fluent-bit/pull/9213](https://redirect.github.com/fluent/fluent-bit/pull/9213) - [@​opencmit2](https://redirect.github.com/opencmit2) made their first contribution in [https://github.com/fluent/fluent-bit/pull/9105](https://redirect.github.com/fluent/fluent-bit/pull/9105) - [@​mirko-lazarevic](https://redirect.github.com/mirko-lazarevic) made their first contribution in [https://github.com/fluent/fluent-bit/pull/8051](https://redirect.github.com/fluent/fluent-bit/pull/8051) **Full Changelog**: https://github.com/fluent/fluent-bit/compare/v3.1.6...v3.1.7 ### [`v3.1.6`](https://redirect.github.com/fluent/fluent-bit/releases/tag/v3.1.6): Fluent Bit 3.1.6 [Compare Source](https://redirect.github.com/fluent/fluent-bit/compare/v3.1.5...v3.1.6) https://fluentbit.io/announcements/v3.1.6/ ##### What's Changed - release: update to 3.1.6 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/fluent/fluent-bit/pull/9183](https://redirect.github.com/fluent/fluent-bit/pull/9183) - filter_parser: added debug message (CID 508252) by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9195](https://redirect.github.com/fluent/fluent-bit/pull/9195) - pack: do not multiply out_size by realloc_size by [@​braydonk](https://redirect.github.com/braydonk) in [https://github.com/fluent/fluent-bit/pull/9193](https://redirect.github.com/fluent/fluent-bit/pull/9193) - stackdriver: Add latency metric for write log entries HTTP request. by [@​shuaich](https://redirect.github.com/shuaich) in [https://github.com/fluent/fluent-bit/pull/9182](https://redirect.github.com/fluent/fluent-bit/pull/9182) - in_forward: fixed two leaks by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9199](https://redirect.github.com/fluent/fluent-bit/pull/9199) - upstream_ha: upstream_node: process verify hostname on HA settings by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9180](https://redirect.github.com/fluent/fluent-bit/pull/9180) - coverity: report as of [`2024081`](https://redirect.github.com/fluent/fluent-bit/commit/20240813) by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9203](https://redirect.github.com/fluent/fluent-bit/pull/9203) - in_kubernetes_events: Use time_t for time(NULL) returned value (CID 507947) by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9211](https://redirect.github.com/fluent/fluent-bit/pull/9211) - in_exec_wasi: Fix resource leak on exception (CID 508347) by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9208](https://redirect.github.com/fluent/fluent-bit/pull/9208) - Make `Time_System_Timezone` properly detect daylight savings by [@​braydonk](https://redirect.github.com/braydonk) in [https://github.com/fluent/fluent-bit/pull/9201](https://redirect.github.com/fluent/fluent-bit/pull/9201) - out_prometheus_exporter: Fix dead code notified from coverity (CID 508348) by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9207](https://redirect.github.com/fluent/fluent-bit/pull/9207) - in_forward: Plug a resource leak (CID 508219) by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9209](https://redirect.github.com/fluent/fluent-bit/pull/9209) - in_http: Content-Type rejected for application/json when encoding value is present. by [@​metalfork](https://redirect.github.com/metalfork) in [https://github.com/fluent/fluent-bit/pull/9190](https://redirect.github.com/fluent/fluent-bit/pull/9190) - in_statsd: Implement metrics type of ingestion way by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9119](https://redirect.github.com/fluent/fluent-bit/pull/9119) ##### New Contributors - [@​metalfork](https://redirect.github.com/metalfork) made their first contribution in [https://github.com/fluent/fluent-bit/pull/9190](https://redirect.github.com/fluent/fluent-bit/pull/9190) **Full Changelog**: https://github.com/fluent/fluent-bit/compare/v3.1.5...v3.1.6 ### [`v3.1.5`](https://redirect.github.com/fluent/fluent-bit/releases/tag/v3.1.5): Fluent Bit 3.1.5 [Compare Source](https://redirect.github.com/fluent/fluent-bit/compare/v3.1.4...v3.1.5) https://fluentbit.io/announcements/v3.1.5/ ##### What's Changed - release: update to 3.1.5 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/fluent/fluent-bit/pull/9132](https://redirect.github.com/fluent/fluent-bit/pull/9132) - workflows: bump ossf/scorecard-action from 2.3.3 to 2.4.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fluent/fluent-bit/pull/9137](https://redirect.github.com/fluent/fluent-bit/pull/9137) - out_s3: Plug memory leaks on gzipped buffers during the swapping contents by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9143](https://redirect.github.com/fluent/fluent-bit/pull/9143) - lib: c-ares: ugprade to v1.32.3 by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9141](https://redirect.github.com/fluent/fluent-bit/pull/9141) - in_kubernetes_events: fix k8s events end of stream deadlock by [@​ryanohnemus](https://redirect.github.com/ryanohnemus) in [https://github.com/fluent/fluent-bit/pull/9154](https://redirect.github.com/fluent/fluent-bit/pull/9154) - workflows: Fix CentOS7 build failure for EPEL by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9157](https://redirect.github.com/fluent/fluent-bit/pull/9157) - filter_log_to_metrics: add new option 'discard_logs' by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9150](https://redirect.github.com/fluent/fluent-bit/pull/9150) - node_exporter_metrics: Align the collecting metrics of unit statuses by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9134](https://redirect.github.com/fluent/fluent-bit/pull/9134) - in_forward: Use full width of gzip header for checking whether concatenated or not by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9139](https://redirect.github.com/fluent/fluent-bit/pull/9139) - out_oracle_log_analytics: minor fixes by [@​nokute78](https://redirect.github.com/nokute78) in [https://github.com/fluent/fluent-bit/pull/7966](https://redirect.github.com/fluent/fluent-bit/pull/7966) - workflows: update unstable nightly builds for 3.0 by [@​patrick-stephens](https://redirect.github.com/patrick-stephens) in [https://github.com/fluent/fluent-bit/pull/9168](https://redirect.github.com/fluent/fluent-bit/pull/9168) - lib: cfl: upgrade to v0.5.2 by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9169](https://redirect.github.com/fluent/fluent-bit/pull/9169) - in_mqtt: added buffer size setting and fixed a leak by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9163](https://redirect.github.com/fluent/fluent-bit/pull/9163) - lib: library updates by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9170](https://redirect.github.com/fluent/fluent-bit/pull/9170) - aws_util: fix leading zeros in time_key strings by [@​kangaechu](https://redirect.github.com/kangaechu) in [https://github.com/fluent/fluent-bit/pull/9128](https://redirect.github.com/fluent/fluent-bit/pull/9128) - out_opensearch: fixed wrong payload buffer usage for traces by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9158](https://redirect.github.com/fluent/fluent-bit/pull/9158) - build: use the system provided LuaJIT if found by [@​ThomasDevoogdt](https://redirect.github.com/ThomasDevoogdt) in [https://github.com/fluent/fluent-bit/pull/7286](https://redirect.github.com/fluent/fluent-bit/pull/7286) - windows: build: Enable kafka plugins on Windows by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/8662](https://redirect.github.com/fluent/fluent-bit/pull/8662) - out_prometheus_exporter: Handle multiply concatenated metrics type of events by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9122](https://redirect.github.com/fluent/fluent-bit/pull/9122) - core: fixes for issues reported by Coverity by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9177](https://redirect.github.com/fluent/fluent-bit/pull/9177) - wasm: in_exec_wasi: filter_wasm: Make configurable for wasm heap and stack sizes by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9146](https://redirect.github.com/fluent/fluent-bit/pull/9146) - core: memory alignment feature addition by [@​leonardo-albertovich](https://redirect.github.com/leonardo-albertovich) in [https://github.com/fluent/fluent-bit/pull/9174](https://redirect.github.com/fluent/fluent-bit/pull/9174) **Full Changelog**: https://github.com/fluent/fluent-bit/compare/v3.1.4...v3.1.5 ### [`v3.1.4`](https://redirect.github.com/fluent/fluent-bit/releases/tag/v3.1.4): Fluent Bit 3.1.4 [Compare Source](https://redirect.github.com/fluent/fluent-bit/compare/v3.1.3...v3.1.4) https://fluentbit.io/announcements/v3.1.4/ ##### What's Changed - release: update to 3.1.4 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/fluent/fluent-bit/pull/9103](https://redirect.github.com/fluent/fluent-bit/pull/9103) - out_stdout: Consume entire metrics type of buffers by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9118](https://redirect.github.com/fluent/fluent-bit/pull/9118) - log_to_metrics: allow custom namespace and subsystem by [@​flobz](https://redirect.github.com/flobz) in [https://github.com/fluent/fluent-bit/pull/9101](https://redirect.github.com/fluent/fluent-bit/pull/9101) - input_chunk: do not exit if cannot release old chunks by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9127](https://redirect.github.com/fluent/fluent-bit/pull/9127) **Full Changelog**: https://github.com/fluent/fluent-bit/compare/v3.1.3...v3.1.4 ### [`v3.1.3`](https://redirect.github.com/fluent/fluent-bit/releases/tag/v3.1.3): Fluent Bit 3.1.3 [Compare Source](https://redirect.github.com/fluent/fluent-bit/compare/v3.1.2...v3.1.3) https://fluentbit.io/announcements/v3.1.3/ ##### What's Changed - out_datadog: fix typo for `dd_hostname` documentation by [@​jszwedko](https://redirect.github.com/jszwedko) in [https://github.com/fluent/fluent-bit/pull/9032](https://redirect.github.com/fluent/fluent-bit/pull/9032) - release: update to 3.1.3 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/fluent/fluent-bit/pull/9080](https://redirect.github.com/fluent/fluent-bit/pull/9080) - out_datadog: fix default message key remapping by [@​pmeier](https://redirect.github.com/pmeier) in [https://github.com/fluent/fluent-bit/pull/9085](https://redirect.github.com/fluent/fluent-bit/pull/9085) - metrics: fix handling of old metric names (fix [#​9086](https://redirect.github.com/fluent/fluent-bit/issues/9086)) by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9087](https://redirect.github.com/fluent/fluent-bit/pull/9087) - core and plugins: fix compiler warnings by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9089](https://redirect.github.com/fluent/fluent-bit/pull/9089) - in_winevtlog: Retrieve messages of forwarded events correctly by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9081](https://redirect.github.com/fluent/fluent-bit/pull/9081) - lib: ctraces: upgrade to v0.5.2 by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9090](https://redirect.github.com/fluent/fluent-bit/pull/9090) - in_splunk: Process strict check for credentials by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9094](https://redirect.github.com/fluent/fluent-bit/pull/9094) - in_splunk: Fix handlings for content type when http2 is off by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9095](https://redirect.github.com/fluent/fluent-bit/pull/9095) **Full Changelog**: https://github.com/fluent/fluent-bit/compare/v3.1.2...v3.1.3 ### [`v3.1.2`](https://redirect.github.com/fluent/fluent-bit/releases/tag/v3.1.2): Fluent Bit 3.1.2 [Compare Source](https://redirect.github.com/fluent/fluent-bit/compare/v3.1.1...v3.1.2) https://fluentbit.io/announcements/v3.1.2/ ##### What's Changed - release: update to 3.1.2 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/fluent/fluent-bit/pull/9073](https://redirect.github.com/fluent/fluent-bit/pull/9073) - packaing: test: centos7: Fix packaging test by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9076](https://redirect.github.com/fluent/fluent-bit/pull/9076) - docs: add user logos by [@​erikbledsoe](https://redirect.github.com/erikbledsoe) in [https://github.com/fluent/fluent-bit/pull/9078](https://redirect.github.com/fluent/fluent-bit/pull/9078) - cmake: Correctly fetch FLB_GIT_HASH from signed commit by [@​xl-sec](https://redirect.github.com/xl-sec) in [https://github.com/fluent/fluent-bit/pull/9070](https://redirect.github.com/fluent/fluent-bit/pull/9070) - out_opentelemetry: restore manual parsing for log record fields (fix [#​9071](https://redirect.github.com/fluent/fluent-bit/issues/9071)) by [@​edsiper](https://redirect.github.com/edsiper) in [https://github.com/fluent/fluent-bit/pull/9074](https://redirect.github.com/fluent/fluent-bit/pull/9074) - in_tail: Add option file_cache_advise to reduce file cache usage by [@​drbugfinder-work](https://redirect.github.com/drbugfinder-work) in [https://github.com/fluent/fluent-bit/pull/8422](https://redirect.github.com/fluent/fluent-bit/pull/8422) - filter_log_to_metric: Add emitter alias and mem buf limit by [@​drbugfinder-work](https://redirect.github.com/drbugfinder-work) in [https://github.com/fluent/fluent-bit/pull/8659](https://redirect.github.com/fluent/fluent-bit/pull/8659) - flb_input: Config parsing order fixed for storage.pause_on_chunks_overlimit by [@​drbugfinder-work](https://redirect.github.com/drbugfinder-work) in [https://github.com/fluent/fluent-bit/pull/8720](https://redirect.github.com/fluent/fluent-bit/pull/8720) - in_forward: Add plugin pause/resume mechanism by [@​drbugfinder-work](https://redirect.github.com/drbugfinder-work) in [https://github.com/fluent/fluent-bit/pull/8829](https://redirect.github.com/fluent/fluent-bit/pull/8829) ##### New Contributors - [@​xl-sec](https://redirect.github.com/xl-sec) made their first contribution in [https://github.com/fluent/fluent-bit/pull/9070](https://redirect.github.com/fluent/fluent-bit/pull/9070) **Full Changelog**: https://github.com/fluent/fluent-bit/compare/v3.1.1...v3.1.2 ### [`v3.1.1`](https://redirect.github.com/fluent/fluent-bit/releases/tag/v3.1.1): Fluent Bit 3.1.1 [Compare Source](https://redirect.github.com/fluent/fluent-bit/compare/v3.1.0...v3.1.1) Official announcement: https://fluentbit.io/announcements/v3.1.1/ #### FYI This is a minor updated that fixes some build system issues found in v3.1.0 where some plugins were disabled. #### What's Changed - release: update to 3.1.1 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/fluent/fluent-bit/pull/9060](https://redirect.github.com/fluent/fluent-bit/pull/9060) - luajit-cmake: Add git repository existence check by [@​cosmo0920](https://redirect.github.com/cosmo0920) in [https://github.com/fluent/fluent-bit/pull/9065](https://redirect.github.com/fluent/fluent-bit/pull/9065) - cmake: build

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 6 days ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.