Skip to content

Tags: silverwind/fluent-bit

Tags

v1.9.0-ci-test-1

Toggle v1.9.0-ci-test-1's commit message
CI test tag

v1.9.0-rc2

Toggle v1.9.0-rc2's commit message
CI test

v1.4.5

Toggle v1.4.5's commit message
tests: internal: record_accessor: release sds buffer on exit

Signed-off-by: Eduardo Silva <[email protected]>

v1.4.4

Toggle v1.4.4's commit message
filter_expect: release key value (CID 292096)

Signed-off-by: Eduardo Silva <[email protected]>

v1.4.3

Toggle v1.4.3's commit message
lib: monkey: on timers use monotonic clock

Signed-off-by: Eduardo Silva <[email protected]>

v1.4.2

Toggle v1.4.2's commit message
build: use cmake variable magic instead of `cmake` (fluent#2048)

Some Windows systems do not set PATH to cmake.exe. For this reason,
invoking cmake can sometimes fail with an error "unrecognized
command: cmake".

Work around that by using CMAKE_COMMAND that contains an absolute
path to cmake.exe.

Signed-off-by: Fujimoto Seiji <[email protected]>

v1.4.1

Toggle v1.4.1's commit message
snap: remove daemon mode and bump version to v1.4.1

Signed-off-by: Eduardo Silva <[email protected]>

v1.4.0

Toggle v1.4.0's commit message
dockerfile: adjust distroless version

Signed-off-by: Eduardo Silva <[email protected]>

v1.3.11

Toggle v1.3.11's commit message
gzip: fix wrong usage of address when calculating available size

flb_gzip_compress() calculate strm.avail_out while compressing the
buffer. However, it wrongly uses `out_data` which is argument to this
function and likely to be an address of local variable in stack. This
should be `out_buf` which is the start address and to which `pb` belongs
to.

Signed-off-by: Lee Byeoksan <[email protected]>

v1.3.10

Toggle v1.3.10's commit message
lib: chunkio: upgrade from v1.0.1 to v1.0.2

Signed-off-by: Eduardo Silva <[email protected]>