Releases: brian-maloney/fluent-bit-static
v3.2.2
https://fluentbit.io/announcements/v3.2.2/
What's Changed
- release: update to 3.2.2 by @github-actions in fluent/fluent-bit#9610
- signv4: added missing length calculation (CID 514601) by @leonardo-albertovich in fluent/fluent-bit#9606
- http_client: added missing exit path (CID 514596, 514571) by @leonardo-albertovich in fluent/fluent-bit#9607
- http_common: added missing initializers (CID 514594, 514583) by @leonardo-albertovich in fluent/fluent-bit#9608
- out_opentelemetry: added missing result checks and fixed leaks (CID 514593) by @leonardo-albertovich in fluent/fluent-bit#9609
- http_client: fixed potential memory corruption (CID 514587) by @leonardo-albertovich in fluent/fluent-bit#9611
- http_client: added missing exit path (CID 514585) by @leonardo-albertovich in fluent/fluent-bit#9612
- http_common: moved initializers to correct a bug introduced in PR 9608 by @leonardo-albertovich in fluent/fluent-bit#9619
- ci: extended CI script to pass test for flb_utils_get_machine_id by @mabrarov in fluent/fluent-bit#9630
- in_forward: Plug a resource leak on exception (CID 508064) by @cosmo0920 in fluent/fluent-bit#9616
- node_exporter_metrics: Use real_path for complaining on glob error by @cosmo0920 in fluent/fluent-bit#9618
- plugin: Plug a use-after-free issue (CID 514582) by @cosmo0920 in fluent/fluent-bit#9639
- http_client: assorted HTTP/2 related fixes by @leonardo-albertovich in fluent/fluent-bit#9645
- out_azure_kusto : fix multiple files tail issue and timeout issue by @tanmaya-panda1 in fluent/fluent-bit#8430
- in_opentelemetry: Propogate tag in http2 metrics and trace handlers by @nuclearpidgeon in fluent/fluent-bit#9635
- processor_labels: Process operations for output purposed contexts of metrics instead of the original one by @cosmo0920 in fluent/fluent-bit#9632
- filter_lua: expose env variables in FLB_ENV Lua table by @edsiper in fluent/fluent-bit#9617
- custom_calyptia: honour collector interval in secs and nano secs. by @niedbalski in fluent/fluent-bit#9648
- out_stackdriver bug fix: return cached token when current_timestamp is less than cached_expiration by @shuaich in fluent/fluent-bit#9652
- http_client: out_es: lib: implement http client response testing mechanism by @cosmo0920 in fluent/fluent-bit#9401
- in_http: use 'tag_key' option when json array is received by @imankurpatel000 in fluent/fluent-bit#9590
- network: fix IPV6 handling for accepting connections by @jomillerOpen in fluent/fluent-bit#9404
New Contributors
- @mabrarov made their first contribution in fluent/fluent-bit#9630
- @tanmaya-panda1 made their first contribution in fluent/fluent-bit#8430
- @imankurpatel000 made their first contribution in fluent/fluent-bit#9590
- @jomillerOpen made their first contribution in fluent/fluent-bit#9404
Full Changelog: fluent/fluent-bit@v3.2.1...v3.2.2
Binary SHA1 sums:
daf6470bc3739b2f6d3011d18c22e8962e33eef0 fluent-bit-v3.2.2-386
10e9da9dedad2c66fb316f5bc05f7ead599ba928 fluent-bit-v3.2.2-amd64
2c3c619f8b773d414e4ca49328c1412f8948040f fluent-bit-v3.2.2-arm
5715c2ed9cf1d3c296e7f3fa27df4ff9844125ba fluent-bit-v3.2.2-arm64
v3.2.1
https://fluentbit.io/announcements/v3.2.1/
What's Changed
- config_format: windows: Handle static config on windows correctly by @cosmo0920 in fluent/fluent-bit#9582
- ci: support 3.2 releases as latest version by @patrick-stephens in fluent/fluent-bit#9445
- Retrieve Kubernetes pod IP address if it is set in status.podIP by @kgtw in fluent/fluent-bit#2783
- tests: runtime: kubernetes: fixes tests after addition of pod_ip by @lecaros in fluent/fluent-bit#9591
- in_ebpf: Prepare build directory for building eBPF objects by @cosmo0920 in fluent/fluent-bit#9592
- in_splunk: splunk token validation must be case-insensitive by @lecaros in fluent/fluent-bit#9518
- in_ebpf: Handle debian like systems' signal probes by @cosmo0920 in fluent/fluent-bit#9596
- security: supported versions now are 3.1.x and 3.2.x by @lecaros in fluent/fluent-bit#9594
- tls: removed alpn selector requirement by @leonardo-albertovich in fluent/fluent-bit#9599
- update: bump version to v3.2.1 by @edsiper in fluent/fluent-bit#9602
New Contributors
- @kgtw made their first contribution in fluent/fluent-bit#2783
Full Changelog: fluent/fluent-bit@v3.2.0...v3.2.1
Binary SHA1 sums:
59645b05dbf8bba843393a809985bfb25798e2a9 fluent-bit-v3.2.1-386
a319a52c1db22c9226162a0dc82a1891db24183a fluent-bit-v3.2.1-amd64
c1b90a9364bd68161c04ddd03cef48bc7a3c73ac fluent-bit-v3.2.1-arm
c36ddde3ca08adb62bc8f392b686d777e4d9c2c7 fluent-bit-v3.2.1-arm64
v3.2.0
https://fluentbit.io/announcements/v3.2.0/
What's Changed
- build: bump to v3.2 series by @edsiper in fluent/fluent-bit#9322
- workflows: bump peter-evans/create-pull-request from 6 to 7 by @dependabot in fluent/fluent-bit#9342
- workflows: linux: Compile and execute internal test on non-amd64 platforms Linux by @cosmo0920 in fluent/fluent-bit#9313
- engine: added missing explicit cast (CID 508212) by @leonardo-albertovich in fluent/fluent-bit#9329
- in_elasticsearch: fixed potential issue caused by ingored reallocation (CID 508180) by @leonardo-albertovich in fluent/fluent-bit#9356
- input: added missing initializer (CID 508207) by @leonardo-albertovich in fluent/fluent-bit#9331
- out_opentelemetry: fixed memory leaks (CID 508192) by @leonardo-albertovich in fluent/fluent-bit#9334
- tests: internal: signv4: uncommented code that caused a leak (CID 508181) by @leonardo-albertovich in fluent/fluent-bit#9348
- in_elasticsearch: fixed memory leak (CID 507822) by @leonardo-albertovich in fluent/fluent-bit#9358
- out_influxdb: Handle signed/unsigned integer as influx's integer of that representation by @cosmo0920 in fluent/fluent-bit#9301
- in_calyptia_fleet: fixed memory leaks (CID 508187) by @leonardo-albertovich in fluent/fluent-bit#9346
- out_http: Request timed out(408) to be treated as retry by @cosmo0920 in fluent/fluent-bit#9377
- tests: internal: signv4: fixed leak (CID 508222) by @leonardo-albertovich in fluent/fluent-bit#9344
- input: disable coroutines for custom events and input callbacks that do not support coroutines. by @pwhelan in fluent/fluent-bit#9338
- filter_log_to_metrics: Add timer callback for emitting metrics by @drbugfinder-work in fluent/fluent-bit#9251
- lib: cmetrics: upgrade to v0.9.6 by @edsiper in fluent/fluent-bit#9392
- out_splunk: Extend retrying HTTP status code by @cosmo0920 in fluent/fluent-bit#9375
- workflows: Update scorecard workflow and remove Dockerfile warnings by @patrick-stephens in fluent/fluent-bit#9421
- config_format: cf_yaml: Plug memory leaks on exception for processing variants on plugin elements by @cosmo0920 in fluent/fluent-bit#9426
- out_calyptia: register OS and architecture for agents. by @pwhelan in fluent/fluent-bit#8466
- lib: ctraces: upgrade to v0.5.6 by @edsiper in fluent/fluent-bit#9430
- in_calyptia_fleet: fix 'unable to find fleet by name'. by @pwhelan in fluent/fluent-bit#9410
- filter_multiline: Reset group metadata buf on flush - Fixes 9262,8925,9337,8567 by @drbugfinder-work in fluent/fluent-bit#9425
- lib: fluent-otel-proto: update generated files and add profiling support by @edsiper in fluent/fluent-bit#9434
- reload: do not call flb_stop when flb_start fails to avoid crash on RHEL/CentOS. by @pwhelan in fluent/fluent-bit#9432
- upstream: Improve error message for misconfigured HTTP_PROXY variable by @lecaros in fluent/fluent-bit#9328
- core: signal blob implementation by @edsiper in fluent/fluent-bit#9326
- workflows: update for 3.1 branch by @patrick-stephens in fluent/fluent-bit#9444
- motd: v3.2 by @edsiper in fluent/fluent-bit#9442
- in_opentelemetry: add tag_from_uri support to http2 codepath by @nuclearpidgeon in fluent/fluent-bit#8963
- motd: add missing null character by @edsiper in fluent/fluent-bit#9474
- cmake: update emails and urls for Chronosphere by @patrick-stephens in fluent/fluent-bit#9408
- lib: monkey: upgrade to v1.8.1 (add support for HTTP/1.1 chunked transfer encoding) by @edsiper in fluent/fluent-bit#9466
- blob: assorted improvements (cleanup) by @edsiper in fluent/fluent-bit#9479
- http_server: http1: always reset the parser context on pending status by @edsiper in fluent/fluent-bit#9480
- tests/internal: fix use-after-free for input_chunks test input_chunk_dropping_chunks. by @pwhelan in fluent/fluent-bit#9472
- out_opentelemetry: metrics handling fixes by @edsiper in fluent/fluent-bit#9481
- scan: coverity fixes 20241012 by @edsiper in fluent/fluent-bit#9488
- out_azure_blob: fixed blob endpoint tracking by @leonardo-albertovich in fluent/fluent-bit#9493
- blob: assorted fixes by @leonardo-albertovich in fluent/fluent-bit#9511
- simd: add new SIMD support for JSON escaping by @edsiper in fluent/fluent-bit#9500
- config: complete Yaml support by @edsiper in fluent/fluent-bit#9513
- processor_content_modifier: add support for Metrics processing by @edsiper in fluent/fluent-bit#9531
- tls: include X509 error string when verify result is not x509_V_OK. by @niedbalski in fluent/fluent-bit#9527
- tls: improve debug information on the cause of the failure when loading system certificates on windows by @niedbalski in fluent/fluent-bit#9533
- docs: DEVELOPER_GUIDE: add instructions for windows 2022. by @niedbalski in fluent/fluent-bit#9522
- input_chunk: fix input plugin metrics not counting records re-emitted by filters downstream by @mindw in fluent/fluent-bit#9487
- lib: fluent-otel-proto: update files for latest profiles support by @edsiper in fluent/fluent-bit#9540
- tls: macos load system certificates using security framework. by @niedbalski in fluent/fluent-bit#9539
- http_client: HTTP/2 client addition by @leonardo-albertovich in fluent/fluent-bit#9541
- out_blob: consider auto_create_container by @uristernik in fluent/fluent-bit#9457
- in_forward: fixed incorrect shared key length in authentication by @leonardo-albertovich in fluent/fluent-bit#9550
- filter_multiline: Add functionality to use as processor by @drbugfinder-work in fluent/fluent-bit#9521
- output: allow records size 0 on flb event type logs processor by @niedbalski in fluent/fluent-bit#9554
- processor_opentelemetry_envelope: add support for Metrics by @edsiper in fluent/fluent-bit#9558
- in_calyptia_fleet: fleet id search by name must use exact name. by @lecaros in fluent/fluent-bit#9561
- in_calyptia_fleet: make the http client buffer size configurable. by @pwhelan in fluent/fluent-bit#9515
- in_calyptia_fleet: fix registering agent after first invocation. by @pwhelan in fluent/fluent-bit#9516
- filter: Add dropped_bytes_total / drop_bytes metrics by @cosmo0920 in fluent/fluent-bit#9419
- network: tcp keepalive addition by @leonardo-albertovich in fluent/fluent-bit#9249
- out_datadog: custom added ability ot set custom HTTP headers by @AndrewChubatiuk in fluent/fluent-bit#9441
- build: use the system provided packages if found by @ThomasDevoogdt in fluent/fluent-bit#8930
- out_kinesis_streams: add custom port support for Kinesis output plugin by @azalio in fluent/fluent-bit#9317
- metrics_exporter: add support for filter metrics inside processors by @cw-Guo in fluent/fluent-bit#9341
- fix: ARES_OPT_TRIES must be set to update opt.tries by @bazzargh in fluent/fluent-bit#8587
- out_kafka: Introduce raw_log_key to write a single value to kafka by @zecke in fluent/fluent-bit#8655
- network: use TCP_KEEPALIVE instead of TCP_KEEPIDLE in OSX by @lecaros in fluent/fluent-bit#9574
- in_ebpf: initial version of the plugin (experimental) by @niedbalski in fluent/fluent-bit#9576
- lib: cprofiles addition by @leonardo-albertovich in fluent/fluent-bit#9584
- lib: cprofiles: fixed incorrect check by @leonardo-albertovich in fluent/fluent-bit#9586
- opentelemetry: initial addition of the experimental otlp profile signal by @leonardo-albertovich in fluent/fluent-bit#9583
New Contributors
- @mindw made their first contribution in fluent/fluent-bit#9487
- @uristernik made their first contribution in fluent/fluent-bit#9457
- @AndrewChubatiuk made their first contribution in fluent/fluent-bit#9441
- @azalio made their first contribution in fluent/fluent-bit#9317
- @cw-Guo made their first contribution in fluent/fluent-bit#9341
- @bazzargh made their first contribution in fluent/fluent-bit#8587
Full Changelog: fluent/fluent-bit@v3.1.7...v3.2.0
Binary SHA1 sums:
7944d02e9acd5bdbf8fce68f2288850c74683d8b fluent-bit-v3.2.0-386
6252bef3755b91d6635ba259ba3b16cbb0c9557f fluent-bit-v3.2.0-amd64
ad0fda5fc7774fdac8c5f227e10f1fcf6cc89d6e fluent-bit-v3.2.0-arm
3ebdc24e5db2391ae2790ff6560492c56b3ce5c0 fluent-bit-v3.2.0-arm64
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 in fluent/fluent-bit#9447
- in_http: fix parsing of root JSON object by @edsiper in fluent/fluent-bit#9467
- out_opentelemetry: metrics handling fixes (backport for v3.1) by @edsiper in fluent/fluent-bit#9483
- in_forward: fixed incorrect shared key length in authentication by @leonardo-albertovich in fluent/fluent-bit#9551
Full Changelog: fluent/fluent-bit@v3.1.9...v3.1.10
Binary SHA1 sums:
7cb53d4a3019997ba16696450d0ffb3106418a5e fluent-bit-v3.1.10-386
8bc647de1c6951f805bbcde422bb46f539f420d9 fluent-bit-v3.1.10-amd64
22da077ab400e2420a40f7ed82bbfcb87a78cb3c fluent-bit-v3.1.10-arm
87df26b499021d05f0fc40db62174d196ca16b5b fluent-bit-v3.1.10-arm64
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 in fluent/fluent-bit#9412
- 3.1: backport fixes 2024-09-26 by @edsiper in fluent/fluent-bit#9433
- reload: do not call flb_stop when flb_start fails and fix crash on RHEL by @pwhelan in fluent/fluent-bit#9435
- upstream: Improve error message for misconfigured HTTP_PROXY variable - Backport to 3.1 by @lecaros in fluent/fluent-bit#9438
Full Changelog: fluent/fluent-bit@v3.1.8...v3.1.9
Binary SHA1 sums:
9bd6747546db5c83d2221877cc7fa9e85c0cac49 fluent-bit-v3.1.9-386
26827b899134b2e318e112320ad1a06f11efd6f4 fluent-bit-v3.1.9-amd64
1294bb7bd01d80f3c9b9083203ab566b5f3e7e69 fluent-bit-v3.1.9-arm
934967cb95e390847a6ff0f9f2c07091a01bbdb1 fluent-bit-v3.1.9-arm64
v3.1.8
https://fluentbit.io/announcements/v3.1.8/
What's Changed
- engine: added missing explicit cast (CID 508212) by @leonardo-albertovich in fluent/fluent-bit#9330
- tests: internal: signv4: fixed leak (CID 508222) by @leonardo-albertovich in fluent/fluent-bit#9345
- tests: internal: signv4: uncommented code that caused a leak (CID 508181) by @leonardo-albertovich in fluent/fluent-bit#9349
- in_elasticsearch: fixed potential issue caused by ingored reallocation (CID 508180) by @leonardo-albertovich in fluent/fluent-bit#9357
- in_elasticsearch: fixed memory leak (CID 507822) by @leonardo-albertovich in fluent/fluent-bit#9359
- release: update to 3.1.8 by @github-actions in fluent/fluent-bit#9324
- out_opentelemetry: fixed memory leaks (CID 508192) by @leonardo-albertovich in fluent/fluent-bit#9335
- in_calyptia_fleet: fixed memory leaks (CID 508187) by @leonardo-albertovich in fluent/fluent-bit#9347
- input: added missing initializer (CID 508207) by @leonardo-albertovich in fluent/fluent-bit#9332
- out_splunk: Extend retrying HTTP status code [Backport 3.1] by @cosmo0920 in fluent/fluent-bit#9380
- out_http: Request timed out(408) to be treated as retry [Backport 3.1] by @cosmo0920 in fluent/fluent-bit#9379
- out_influxdb: Handle signed/unsigned integer as influx's integer of that representation [Backport 3.1] by @cosmo0920 in fluent/fluent-bit#9361
- backport: PR #9338 to 3.1 by @pwhelan in fluent/fluent-bit#9390
- 3.1: lib: upgrade cmetrics to v0.9.6 by @edsiper in fluent/fluent-bit#9393
Full Changelog: fluent/fluent-bit@v3.1.7...v3.1.8
Binary SHA1 sums:
788efca32171cded508277f22c562bf6801532e4 fluent-bit-v3.1.8-386
6c5e5664de90c1ae121b6867cdf1ec28fdcac0d5 fluent-bit-v3.1.8-amd64
20547ddb16795ce76fd817aad7d45859ea295725 fluent-bit-v3.1.8-arm
0b4088ebbc875460b37a6ac714e7d75f11f9de96 fluent-bit-v3.1.8-arm64
v3.1.7
https://fluentbit.io/announcements/v3.1.7/
What's Changed
- release: update to 3.1.7 by @github-actions in fluent/fluent-bit#9232
- tests: in_http: replaced the failure trigger mechanism by @leonardo-albertovich in fluent/fluent-bit#9219
- filter_aws: fixed group metadata fetch issue and addressed (CID 507941) by @leonardo-albertovich in fluent/fluent-bit#9220
- out_opensearch: fixed a wrong data type used for a boolean option by @leonardo-albertovich in fluent/fluent-bit#9221
- out_stackdriver: fixed a wrong data type used for two boolean options by @leonardo-albertovich in fluent/fluent-bit#9222
- filter_tensorflow: fixed a wrong data type used for a boolean option by @leonardo-albertovich in fluent/fluent-bit#9224
- in_nginx_exporter_metrics: fixed a wrong data type used for an option by @leonardo-albertovich in fluent/fluent-bit#9225
- in_opentelemetry: fixed a wrong data type used for an option by @leonardo-albertovich in fluent/fluent-bit#9226
- in_proc: fixed a wrong data type used for three options by @leonardo-albertovich in fluent/fluent-bit#9227
- out_es: fixed a wrong data type used for an option by @leonardo-albertovich in fluent/fluent-bit#9228
- network: fixed a wrong data type used for an option by @leonardo-albertovich in fluent/fluent-bit#9229
- tests: config_map: fixed a wrong data type used for an option by @leonardo-albertovich in fluent/fluent-bit#9230
- in_dummy: switched property types to match the config_map by @rightblank in fluent/fluent-bit#9213
- in_head: switched the type of buf_size to match the config_map by @rightblank in fluent/fluent-bit#9205
- in_elasticsearch: Store log_encoder pointer (CID 508245) by @cosmo0920 in fluent/fluent-bit#9210
- out_opensearch: Plug a use-after-free issue (CID 508013) by @cosmo0920 in fluent/fluent-bit#9233
- in_event_type: Plug a resource leak on exception (CID 507968) by @cosmo0920 in fluent/fluent-bit#9235
- out_chronicle: Plug a resource leak on exception (CID 508008) by @cosmo0920 in fluent/fluent-bit#9234
- core: fix configuration type cast issue on big endian systems by @rightblank in fluent/fluent-bit#8904
- core: support configurable event loop mechanism by @edsiper in fluent/fluent-bit#9244
- in_emitter: Plug a possible resource leak on exception (CID 508193) by @cosmo0920 in fluent/fluent-bit#9250
- filter_logs_to_metrics: fixed memory corruption issue by @leonardo-albertovich in fluent/fluent-bit#9252
- upstream_ha: added environment variable support by @leonardo-albertovich in fluent/fluent-bit#9255
- core: fixed the data type used for booleans by @leonardo-albertovich in fluent/fluent-bit#9253
- in_winevtlog: Skip to translate SID for capability SIDs by @cosmo0920 in fluent/fluent-bit#9212
- core: endianness detection fix by @leonardo-albertovich in fluent/fluent-bit#9256
- in_process_exporter_metrics: Initialize with NULL for flb_sds_t pointer variables (CID 507975) by @cosmo0920 in fluent/fluent-bit#9266
- output: Remove a needless calling of flb_output_instance_destroy() (CID 507809) by @cosmo0920 in fluent/fluent-bit#9280
- core: fixes for reports provided by Coverity 20240826 by @edsiper in fluent/fluent-bit#9285
- lib: c-ares: upgrade to v1.33.1 by @edsiper in fluent/fluent-bit#9287
- tests: internal: added cpu byte order test cases by @leonardo-albertovich in fluent/fluent-bit#9270
- utils: use MachineGUID correctly. by @pwhelan in fluent/fluent-bit#8724
- examples: filter_wasm_go: Upgrade to support Go 1.22.5 and TinyGo 0.32 by @opencmit2 in fluent/fluent-bit#9105
- in_elasticsearch: Fix string in http response code 400 by @lecaros in fluent/fluent-bit#8977
- out_logdna: refactored LogDNA URI formation to support configurable endpoints by @mirko-lazarevic in fluent/fluent-bit#8051
- build: use the system provided LuaJIT on s390x by @rightblank in fluent/fluent-bit#9172
- engine:enhanced byte order handling for timestamps by @mirko-lazarevic in fluent/fluent-bit#9196
- in_splunk: test: Handle 1.0 suffixed endpoints by @cosmo0920 in fluent/fluent-bit#9271
- out_elasticsearch: Process error information properly by @cosmo0920 in fluent/fluent-bit#9236
- in_winevtlog: out_s3: Fix windows build failures by @cosmo0920 in fluent/fluent-bit#9293
- out_azure_blob: fixed double free (CID 508656) by @leonardo-albertovich in fluent/fluent-bit#9296
- in_collectd: fixed out of bounds read by @leonardo-albertovich in fluent/fluent-bit#9298
- out_stackdriver: fixed a memory leak (CID 508244) by @leonardo-albertovich in fluent/fluent-bit#9299
- in_node_exporter_metrics: fixed possible invalid dereference (CID 508238) by @leonardo-albertovich in fluent/fluent-bit#9300
- in_podman_metrics: Plug a resource leak on exception (CID 507805) by @cosmo0920 in fluent/fluent-bit#9295
- reload: added appropriate type cast (CID 508209) by @leonardo-albertovich in fluent/fluent-bit#9292
- coverity: fixes for 20240829 by @edsiper in fluent/fluent-bit#9305
- in_event_type: fixed two leaks (CID 508227) by @leonardo-albertovich in fluent/fluent-bit#9311
- core: fixed memory leaks (CID 508230) by @leonardo-albertovich in fluent/fluent-bit#9310
- record_accessor: Plug a resource leak on exception (CID 508119) by @cosmo0920 in fluent/fluent-bit#9306
- out_opentelemetry: Prevent null dereference on memcpy (CID 507910) by @cosmo0920 in fluent/fluent-bit#9307
- filter_multiline: fixed memory leak (CID 508221) by @leonardo-albertovich in fluent/fluent-bit#9314
- sp: changed property type to prevent lossy cast (CID 508218) by @leonardo-albertovich in fluent/fluent-bit#9315
- lib: cmetrics: upgrade to v0.9.5 by @edsiper in fluent/fluent-bit#9319
- filter_alter_size: fixed memory leak (CID 508216) by @leonardo-albertovich in fluent/fluent-bit#9316
- coverity: fixes as of 20240830 (CID 507960) by @edsiper in fluent/fluent-bit#9318
New Contributors
- @rightblank made their first contribution in fluent/fluent-bit#9213
- @opencmit2 made their first contribution in fluent/fluent-bit#9105
- @mirko-lazarevic made their first contribution in fluent/fluent-bit#8051
Full Changelog: fluent/fluent-bit@v3.1.6...v3.1.7
Binary SHA1 sums:
e20df401e05014cbb46d7cbefddbffba2a61b0a5 fluent-bit-v3.1.7-386
da546df23493f6a80bc72d5bc0125994d4824054 fluent-bit-v3.1.7-amd64
93082f8aa2c1c58f03f1f00e8deaff3e687f97ab fluent-bit-v3.1.7-arm
4e5b12b428a099b3d6a4b817b00571902e201ebc fluent-bit-v3.1.7-arm64
v3.1.6
https://fluentbit.io/announcements/v3.1.6/
What's Changed
- release: update to 3.1.6 by @github-actions in fluent/fluent-bit#9183
- filter_parser: added debug message (CID 508252) by @leonardo-albertovich in fluent/fluent-bit#9195
- pack: do not multiply out_size by realloc_size by @braydonk in fluent/fluent-bit#9193
- stackdriver: Add latency metric for write log entries HTTP request. by @shuaich in fluent/fluent-bit#9182
- in_forward: fixed two leaks by @leonardo-albertovich in fluent/fluent-bit#9199
- upstream_ha: upstream_node: process verify hostname on HA settings by @cosmo0920 in fluent/fluent-bit#9180
- coverity: report as of 20240813 by @edsiper in fluent/fluent-bit#9203
- in_kubernetes_events: Use time_t for time(NULL) returned value (CID 507947) by @cosmo0920 in fluent/fluent-bit#9211
- in_exec_wasi: Fix resource leak on exception (CID 508347) by @cosmo0920 in fluent/fluent-bit#9208
- Make
Time_System_Timezone
properly detect daylight savings by @braydonk in fluent/fluent-bit#9201 - out_prometheus_exporter: Fix dead code notified from coverity (CID 508348) by @cosmo0920 in fluent/fluent-bit#9207
- in_forward: Plug a resource leak (CID 508219) by @cosmo0920 in fluent/fluent-bit#9209
- in_http: Content-Type rejected for application/json when encoding value is present. by @metalfork in fluent/fluent-bit#9190
- in_statsd: Implement metrics type of ingestion way by @cosmo0920 in fluent/fluent-bit#9119
New Contributors
- @metalfork made their first contribution in fluent/fluent-bit#9190
Full Changelog: fluent/fluent-bit@v3.1.5...v3.1.6
Binary SHA1 sums:
36c1ac0d61bd35669ea192e655f1000ae4db1934 fluent-bit-v3.1.6-386
7b497ce44d511bff29af2bc6cdfb71a981313315 fluent-bit-v3.1.6-amd64
8bfa8c0a1c0d779856edd9bae9b352eff77a9bf0 fluent-bit-v3.1.6-arm
a1ba2e8a194526c295aa62aa2f52c49a630d65a7 fluent-bit-v3.1.6-arm64
v3.1.5
https://fluentbit.io/announcements/v3.1.5/
What's Changed
- release: update to 3.1.5 by @github-actions in fluent/fluent-bit#9132
- workflows: bump ossf/scorecard-action from 2.3.3 to 2.4.0 by @dependabot in fluent/fluent-bit#9137
- out_s3: Plug memory leaks on gzipped buffers during the swapping contents by @cosmo0920 in fluent/fluent-bit#9143
- lib: c-ares: ugprade to v1.32.3 by @edsiper in fluent/fluent-bit#9141
- in_kubernetes_events: fix k8s events end of stream deadlock by @ryanohnemus in fluent/fluent-bit#9154
- workflows: Fix CentOS7 build failure for EPEL by @cosmo0920 in fluent/fluent-bit#9157
- filter_log_to_metrics: add new option 'discard_logs' by @edsiper in fluent/fluent-bit#9150
- node_exporter_metrics: Align the collecting metrics of unit statuses by @cosmo0920 in fluent/fluent-bit#9134
- in_forward: Use full width of gzip header for checking whether concatenated or not by @cosmo0920 in fluent/fluent-bit#9139
- out_oracle_log_analytics: minor fixes by @nokute78 in fluent/fluent-bit#7966
- workflows: update unstable nightly builds for 3.0 by @patrick-stephens in fluent/fluent-bit#9168
- lib: cfl: upgrade to v0.5.2 by @edsiper in fluent/fluent-bit#9169
- in_mqtt: added buffer size setting and fixed a leak by @leonardo-albertovich in fluent/fluent-bit#9163
- lib: library updates by @edsiper in fluent/fluent-bit#9170
- aws_util: fix leading zeros in time_key strings by @kangaechu in fluent/fluent-bit#9128
- out_opensearch: fixed wrong payload buffer usage for traces by @leonardo-albertovich in fluent/fluent-bit#9158
- build: use the system provided LuaJIT if found by @ThomasDevoogdt in fluent/fluent-bit#7286
- windows: build: Enable kafka plugins on Windows by @cosmo0920 in fluent/fluent-bit#8662
- out_prometheus_exporter: Handle multiply concatenated metrics type of events by @cosmo0920 in fluent/fluent-bit#9122
- core: fixes for issues reported by Coverity by @edsiper in fluent/fluent-bit#9177
- wasm: in_exec_wasi: filter_wasm: Make configurable for wasm heap and stack sizes by @cosmo0920 in fluent/fluent-bit#9146
- core: memory alignment feature addition by @leonardo-albertovich in fluent/fluent-bit#9174
Full Changelog: fluent/fluent-bit@v3.1.4...v3.1.5
Binary SHA1 sums:
ade63e661bd68fef4071f75571e295ba4826b8db fluent-bit-v3.1.5-386
371e3dada0a1ad6db85a8a0721c9cdaefd51c587 fluent-bit-v3.1.5-amd64
0d017cd1b7b0b14384f0d00b04b9ce99c81d6b5c fluent-bit-v3.1.5-arm
6dbba90fd37047108c359bae23a9bc479409bfbc fluent-bit-v3.1.5-arm64
v3.1.4
https://fluentbit.io/announcements/v3.1.4/
What's Changed
- release: update to 3.1.4 by @github-actions in fluent/fluent-bit#9103
- out_stdout: Consume entire metrics type of buffers by @cosmo0920 in fluent/fluent-bit#9118
- log_to_metrics: allow custom namespace and subsystem by @flobz in fluent/fluent-bit#9101
- input_chunk: do not exit if cannot release old chunks by @edsiper in fluent/fluent-bit#9127
Full Changelog: fluent/fluent-bit@v3.1.3...v3.1.4
Binary SHA1 sums:
7fbb689fcd8168a89495a5ed5c4c4232156a1bc6 fluent-bit-v3.1.4-386
71748f9cbe5005211c949695a204d6a09f045df5 fluent-bit-v3.1.4-amd64
a64c08d56c4deb1883a86ff85e92a2af20127f67 fluent-bit-v3.1.4-arm
3d71b2097f866485e62e3f56a72f0617fb0c729f fluent-bit-v3.1.4-arm64