Skip to content

Commit

Permalink
Upgrade fluent-bit-out-plugin to v0.6.0 (#30)
Browse files Browse the repository at this point in the history
* Upgrade fluent-bit-out-plugin to v0.6.0

* Update README.md
  • Loading branch information
ralongit authored May 26, 2024
1 parent 8badb3f commit 45302e9
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 114 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ Always confirm your logs are arriving at your Logz.io account.
## Change log
- **0.5.0**:
- **0.6.0**:
- Upgrade fluent-bit official image to v3.0.4
- **0.5.0**:
- Added HTTP proxy support.
- Added Array fields support
- Improved retries.
Expand Down
Binary file modified build/out_logzio-linux-arm64.so
Binary file not shown.
Binary file modified build/out_logzio-linux.so
Binary file not shown.
Binary file modified build/out_logzio-macOS.so
Binary file not shown.
Binary file modified build/out_logzio-windows.so
Binary file not shown.
111 changes: 0 additions & 111 deletions build/out_logzio.h

This file was deleted.

2 changes: 1 addition & 1 deletion test/Dockerfile.amd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /go/src/logzio

RUN make

FROM fluent/fluent-bit:2.1.9-amd64
FROM fluent/fluent-bit:3.0.4-amd64

COPY --from=gobuilder /go/src/logzio/build/out_logzio.so /fluent-bit/bin/
COPY --from=gobuilder /go/src/logzio/test/fluent-bit.conf /fluent-bit/etc/
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /go/src/logzio

RUN make

FROM fluent/fluent-bit:2.1.9-arm64
FROM fluent/fluent-bit:3.0.4-arm64

COPY --from=gobuilder /go/src/logzio/build/out_logzio.so /fluent-bit/bin/
COPY --from=gobuilder /go/src/logzio/test/fluent-bit.conf /fluent-bit/etc/
Expand Down

0 comments on commit 45302e9

Please sign in to comment.