Releases: brian-maloney/fluent-bit-static
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
v3.1.3
https://fluentbit.io/announcements/v3.1.3/
What's Changed
- out_datadog: fix typo for
dd_hostname
documentation by @jszwedko in fluent/fluent-bit#9032 - release: update to 3.1.3 by @github-actions in fluent/fluent-bit#9080
- out_datadog: fix default message key remapping by @pmeier in fluent/fluent-bit#9085
- metrics: fix handling of old metric names (fix #9086) by @edsiper in fluent/fluent-bit#9087
- core and plugins: fix compiler warnings by @edsiper in fluent/fluent-bit#9089
- in_winevtlog: Retrieve messages of forwarded events correctly by @cosmo0920 in fluent/fluent-bit#9081
- lib: ctraces: upgrade to v0.5.2 by @edsiper in fluent/fluent-bit#9090
- in_splunk: Process strict check for credentials by @cosmo0920 in fluent/fluent-bit#9094
- in_splunk: Fix handlings for content type when http2 is off by @cosmo0920 in fluent/fluent-bit#9095
Full Changelog: fluent/fluent-bit@v3.1.2...v3.1.3
Binary SHA1 sums:
1b893194f86069cd835e8a9abd1e0329a6f58773 fluent-bit-v3.1.3-386
d4d8c069358061dee77f019b699099537e016134 fluent-bit-v3.1.3-amd64
d921248cf156acd99b892018cf76917432a79da6 fluent-bit-v3.1.3-arm
4d33aa38d4a9f21b31e54e6926db2f79f26ac316 fluent-bit-v3.1.3-arm64
v3.1.2
https://fluentbit.io/announcements/v3.1.2/
What's Changed
- release: update to 3.1.2 by @github-actions in fluent/fluent-bit#9073
- packaing: test: centos7: Fix packaging test by @cosmo0920 in fluent/fluent-bit#9076
- docs: add user logos by @erikbledsoe in fluent/fluent-bit#9078
- cmake: Correctly fetch FLB_GIT_HASH from signed commit by @xl-sec in fluent/fluent-bit#9070
- out_opentelemetry: restore manual parsing for log record fields (fix #9071) by @edsiper in fluent/fluent-bit#9074
- in_tail: Add option file_cache_advise to reduce file cache usage by @drbugfinder-work in fluent/fluent-bit#8422
- filter_log_to_metric: Add emitter alias and mem buf limit by @drbugfinder-work in fluent/fluent-bit#8659
- flb_input: Config parsing order fixed for storage.pause_on_chunks_overlimit by @drbugfinder-work in fluent/fluent-bit#8720
- in_forward: Add plugin pause/resume mechanism by @drbugfinder-work in fluent/fluent-bit#8829
New Contributors
- @xl-sec made their first contribution in fluent/fluent-bit#9070
Full Changelog: fluent/fluent-bit@v3.1.1...v3.1.2
Binary SHA1 sums:
cfd9e6c154820acd4194589d4c7bfaa521925f78 fluent-bit-v3.1.2-386
42f4e2dab7b094c53e6b65ed8900dcc4d3db7536 fluent-bit-v3.1.2-amd64
94632ccbfe5d0a3afbbe5e9acf735e30b1282a74 fluent-bit-v3.1.2-arm
d215f1b981a6bdd9f273908d606f2810248ea938 fluent-bit-v3.1.2-arm64
v3.0.7
https://fluentbit.io/announcements/v3.0.7/
What's Changed
- release: update to 3.0.7 by @github-actions in fluent/fluent-bit#8876
- in_prometheus_scrape: add User-Agent HTTP header (#8880) by @endersonmaia in fluent/fluent-bit#8882
- tests: internal: log: use milliseconds to do time comparisons for cache timeout. by @pwhelan in fluent/fluent-bit#8891
- tests/runtime/in_podman_metrics: refactor iteration of counters to use cfl_list from #8844. by @pwhelan in fluent/fluent-bit#8888
- out_cloudwatch_logs: support log_group_class option by @PettitWesley in fluent/fluent-bit#8832
- in_http: respond accordingly to requests that produce errors. by @pwhelan in fluent/fluent-bit#8794
- out_calyptia: move debug payload to debug level. by @lecaros in fluent/fluent-bit#8805
- tests: rutime: out_http: simplify and make the in_http test more robust. by @pwhelan in fluent/fluent-bit#8897
- in_splunk: Store HEC token on enabled HTTP2 and raw endpoints by @cosmo0920 in fluent/fluent-bit#8883
- in_splunk: Add switch for storing in metadata or records and handle multiple tokens on in splunk by @cosmo0920 in fluent/fluent-bit#8900
- in_kubernetes_events: refactor time check to use struct flb_time. by @pwhelan in fluent/fluent-bit#8887
- Fix GCC 14.1 build issues by @Javex in fluent/fluent-bit#8901
- in_systemd: Move one record back after skipping to the end by @ardavast in fluent/fluent-bit#8917
- http_server: api: v1: traces: fix finding inputs by alias. by @pwhelan in fluent/fluent-bit#8886
- in_winevtlog: Fix threshold condition to avoid unnecessary warning by @Meetp369 in fluent/fluent-bit#8771
- dockerfile: update to bookworm base image by @patrick-stephens in fluent/fluent-bit#8916
- lib: cmetrics: upgrade to v0.9.1 by @edsiper in fluent/fluent-bit#8922
- CMakeLists.txt: fix build with ninja by @ThomasDevoogdt in fluent/fluent-bit#8835
- processor_metrics_selector: Implement delete by label value operation by @cosmo0920 in fluent/fluent-bit#8812
- dockerfiles: windows: Update to use vcpkg instead of chocolatey by @cosmo0920 in fluent/fluent-bit#8924
New Contributors
- @Javex made their first contribution in fluent/fluent-bit#8901
- @ardavast made their first contribution in fluent/fluent-bit#8917
- @Meetp369 made their first contribution in fluent/fluent-bit#8771
Full Changelog: fluent/fluent-bit@v3.0.6...v3.0.7
Binary SHA1 sums:
7fbf298e772f53a4a26bf641588db4bbf16a470e fluent-bit-v3.0.7-386
7a80e96dafd510d02020bb4d6cd48d2001405f3d fluent-bit-v3.0.7-amd64
ae96e33d7b9ed92a054bc4cb9900adee7bb42ca9 fluent-bit-v3.0.7-arm
c2e310d489300300a84636ce2190326edc8eb1f9 fluent-bit-v3.0.7-arm64
v3.0.6
https://fluentbit.io/announcements/v3.0.6/
What's Changed
- release: update to 3.0.6 by @github-actions in fluent/fluent-bit#8865
- packaging: add build support for ubuntu 24.04 noble numbat by @markuman in fluent/fluent-bit#8796
- out_stackdriver: Support writing to textPayload field of Cloud Logging LogEntry. by @shuaich in fluent/fluent-bit#8850
- out_splunk: fix metadata bug that affects splunk_token behavior (fix #8867) by @edsiper in fluent/fluent-bit#8873
- core: Fix crash when running dry by @zecke in fluent/fluent-bit#8872
New Contributors
- @markuman made their first contribution in fluent/fluent-bit#8796
- @shuaich made their first contribution in fluent/fluent-bit#8850
- @zecke made their first contribution in fluent/fluent-bit#8872
Full Changelog: fluent/fluent-bit@v3.0.5...v3.0.6
Binary SHA1 sums:
1ebbab6671f195be239c132c577ce0f0fb2a3dd3 fluent-bit-v3.0.6-386
71888574673fa668d560acf0448d0547cd7fbab6 fluent-bit-v3.0.6-amd64
6e35a0238d30ecae2219ebaa8971b80f37fa1ff5 fluent-bit-v3.0.6-arm
7260e74cdfeff85c925cd2b57ed33f97adfcc8b0 fluent-bit-v3.0.6-arm64
v3.0.5
https://fluentbit.io/announcements/v3.0.5/
What's Changed
- release: update to 3.0.5 by @github-actions in fluent/fluent-bit#8839
- workflows: ensure only master releases are marked latest by @patrick-stephens in fluent/fluent-bit#8856
- engine: free after log worker thread has been stopped by @hiroyha1 in fluent/fluent-bit#8486
- out_splunk: reduce noise and fix hec_token handling (fix #8859) by @edsiper in fluent/fluent-bit#8864
- winevtlog: change total_size_threshold to size_t by @braydonk in fluent/fluent-bit#8853
- output: Fix handling of metrics in output processor by @tchrono in fluent/fluent-bit#8848
New Contributors
- @hiroyha1 made their first contribution in fluent/fluent-bit#8486
- @tchrono made their first contribution in fluent/fluent-bit#8848
Full Changelog: fluent/fluent-bit@v3.0.4...v3.0.5
Binary SHA1 sums:
e7dd8c7bcbc9f1602b4e0e514e2cb13a31f85300 fluent-bit-v3.0.5-386
9a6c0d5e44633645869a9ae75d0a86fa4bdafc8b fluent-bit-v3.0.5-amd64
8bce255b6860f291f9a48974aa57fe64096e90a9 fluent-bit-v3.0.5-arm
3afdaa9feeafcdeba362f698af2245f27ffdacc5 fluent-bit-v3.0.5-arm64
v3.0.4
https://fluentbit.io/announcements/v3.0.4/
What's Changed
- release: update to 3.0.4 by @github-actions in fluent/fluent-bit#8770
- in_otel: support to add resource of log by @nokute78 in fluent/fluent-bit#8294
- http_server: Fix keep-alive for HTTP/1.1 requests by @iandrewt in fluent/fluent-bit#8761
- workflows: macos: Use matrix for building Apple Silicon artefacts by @cosmo0920 in fluent/fluent-bit#8765
- filter: aws metadata group retries by @mwarzynski in fluent/fluent-bit#7245
- workflows: bump ossf/scorecard-action from 2.3.1 to 2.3.3 by @dependabot in fluent/fluent-bit#8811
- config: fix error message grammar by @braydonk in fluent/fluent-bit#8818
- out_kafka: increase max kafka dynamic topic length to 249 characters by @mickymiek in fluent/fluent-bit#8789
- processor_labels: Remove a needless existence check for insert operation by @cosmo0920 in fluent/fluent-bit#8824
- Config: fix incorrect assignment of kernel version between major and minor by @thenamehasbeentake in fluent/fluent-bit#8797
- fix: splunk output plugin correct record accessor key for hec_token by @mannbiher in fluent/fluent-bit#8793
- out_datadog: Update the descriptions of special field options by @jszwedko in fluent/fluent-bit#8751
- in_premetheus_remote_write: Implement handler of payloads of prometheus remote write protocol by @cosmo0920 in fluent/fluent-bit#8725
New Contributors
- @iandrewt made their first contribution in fluent/fluent-bit#8761
- @mickymiek made their first contribution in fluent/fluent-bit#8789
- @thenamehasbeentake made their first contribution in fluent/fluent-bit#8797
- @mannbiher made their first contribution in fluent/fluent-bit#8793
Full Changelog: fluent/fluent-bit@v3.0.3...v3.0.4
Binary SHA1 sums:
3512a4f598e4584989ee13f37c3b3ba5a0c98dd0 fluent-bit-v3.0.4-386
cc2529a1d8881c26d48d54011972dcc27d55bea1 fluent-bit-v3.0.4-amd64
e0fb7e1b344ea255e2cd24ab9ef1608a793a3990 fluent-bit-v3.0.4-arm
7d28fbf96533746e047ac7caf1bd450f5f722866 fluent-bit-v3.0.4-arm64
v2.2.3
https://fluentbit.io/announcements/v2.2.3/
What's Changed
- release: update to 2.2.3 by @github-actions in fluent/fluent-bit#8377
- maintenance: backport fixes by @edsiper in fluent/fluent-bit#8402
- input_chunk: added proper accounting of chunks that are rolled over by @leonardo-albertovich in fluent/fluent-bit#8441
- workflows: windows: use concrete option on windows workflow [Backport 2.2] by @cosmo0920 in fluent/fluent-bit#8444
- network: utils: Fix int conversion errors [Backport to 2.2] by @cosmo0920 in fluent/fluent-bit#8575
- api: v2: reload: Prevent duplicated request via api v2 reload [Backport 2.2] by @cosmo0920 in fluent/fluent-bit#8462
- in_http: Adds support for Content-Encoding: gzip [Backport to 2.2] by @cosmo0920 in fluent/fluent-bit#8573
- engine_dispatch: remove chunks from memory if the task fails to be created by @seblaz in fluent/fluent-bit#8681
- in_kubernetes_events: update time check to use struct flb_time. by @pwhelan in fluent/fluent-bit#8845
- tests: in_podman_metrics: refactor iteration of counters to use cfl_list. by @pwhelan in fluent/fluent-bit#8844
Full Changelog: fluent/fluent-bit@v2.2.2...v2.2.3
Binary SHA1 sums:
9a199590a9ca0b4b0c9901c6bc795839a262111f fluent-bit-v2.2.3-386
e0de12cb4f60239ebcbe6af03cafc20ac8ae73e0 fluent-bit-v2.2.3-amd64
18d9b859f2853a913a7a7af4f7ad10d03308f739 fluent-bit-v2.2.3-arm
abd4cf49c371907a12adad8a13ab7be99a44a35e fluent-bit-v2.2.3-arm64
v3.0.3
https://fluentbit.io/announcements/v3.0.3/
What's Changed
- workflows: bump azure/setup-kubectl from 3.2 to 4 by @dependabot in fluent/fluent-bit#8706
- workflows: bump azure/setup-helm from 3.5 to 4 by @dependabot in fluent/fluent-bit#8705
- release: update to 3.0.3 by @github-actions in fluent/fluent-bit#8707
- lib: updates for CFL, CMetrics and CTraces plus others by @edsiper in fluent/fluent-bit#8732
- in_splunk: out_splunk: Propagate ingested splunk_token authentication header by @cosmo0920 in fluent/fluent-bit#8738
- workflows: bump helm/kind-action from 1.9.0 to 1.10.0 by @dependabot in fluent/fluent-bit#8754
- in_http: fix url decoder by unifying normal interface with the one used in HTTP/1.x by @edsiper in fluent/fluent-bit#8752
- Update security policy to indicate 3.x supported only by @patrick-stephens in fluent/fluent-bit#8764
- out_chronicle: handle 1MB or larger chunks by @lecaros in fluent/fluent-bit#8766
- lib: updates on ctraces and cmetrics 2024-04-26 by @edsiper in fluent/fluent-bit#8768
- out_http: Use x-ndjson content type for json_lines by @mrueg in fluent/fluent-bit#8715
New Contributors
- @mrueg made their first contribution in fluent/fluent-bit#8715
Full Changelog: fluent/fluent-bit@v3.0.2...v3.0.3
Binary SHA1 sums:
209cea42c544550167673f7e9d1570f6a023ee38 fluent-bit-v3.0.3-386
78a83cd065aa364515a40ad5ae50b867ce69d378 fluent-bit-v3.0.3-amd64
fc7959859241efeb60d9522eb6f456feea346775 fluent-bit-v3.0.3-arm
82416b12138191643cac234520494745ac921296 fluent-bit-v3.0.3-arm64