Skip to content

Commit

Permalink
Update Fluent Bit to version 1.8.8 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoberger authored Oct 21, 2021
1 parent f8a0c6d commit 6a4b9aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ NOTE: As semantic versioning states all 0.y.z releases can contain breaking chan

## Unreleased

## [v0.5.2](https://github.com/kobsio/fluent-bit-clickhouse/releases/tag/v0.5.2) (2021-10-21)

- [#10](https://github.com/kobsio/fluent-bit-clickhouse/pull/10): Update Fluent Bit to version 1.8.8.

## [v0.5.1](https://github.com/kobsio/fluent-bit-clickhouse/releases/tag/v0.5.1) (2021-10-14)

- [#9](https://github.com/kobsio/fluent-bit-clickhouse/pull/9): Improve parsing of number fields.
Expand Down
2 changes: 1 addition & 1 deletion cluster/fluent-bit/kafka/fluent-bit-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: fluent-bit
serviceAccount: fluent-bit
containers:
- image: fluent/fluent-bit:1.8.4
- image: fluent/fluent-bit:1.8.8
imagePullPolicy: IfNotPresent
name: fluent-bit
ports:
Expand Down
2 changes: 1 addition & 1 deletion cmd/fluent-bit-clickhouse/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN go mod download
COPY . .
RUN make build-fluent-bit-clickhouse

FROM fluent/fluent-bit:1.8.4
FROM fluent/fluent-bit:1.8.8
COPY --from=build /root/out_clickhouse.so /fluent-bit/bin/
EXPOSE 2020
CMD ["/fluent-bit/bin/fluent-bit", "--plugin", "/fluent-bit/bin/out_clickhouse.so", "--config", "/fluent-bit/etc/fluent-bit.conf"]

0 comments on commit 6a4b9aa

Please sign in to comment.