Skip to content

Commit

Permalink
chore(sidecar): update fluent-bit to 2.1.7 (#563)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <[email protected]>
  • Loading branch information
sumo-drosiek authored Jul 19, 2023
1 parent b450abd commit c37e95c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sidecar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apt-get update && \
RUN find /dpkg/ -type d -empty -delete && \
rm -r /dpkg/usr/share/doc/

FROM fluent/fluent-bit:2.0.11
FROM fluent/fluent-bit:2.1.7
ENV LOG_LEVEL=warning

# Copy the libraries from the extractor stage into root
Expand Down
4 changes: 3 additions & 1 deletion sidecar/out_gstdout/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/fluent/fluent-bit-go/examples/gstdout

go 1.14
go 1.20

require github.com/fluent/fluent-bit-go v0.0.0-20201210173045-3fd1e0486df2

require github.com/ugorji/go/codec v1.1.7 // indirect
1 change: 0 additions & 1 deletion sidecar/out_gstdout/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
github.com/fluent/fluent-bit-go v0.0.0-20201210173045-3fd1e0486df2 h1:G57WNyWS0FQf43hjRXLy5JT1V5LWVsSiEpkUcT67Ugk=
github.com/fluent/fluent-bit-go v0.0.0-20201210173045-3fd1e0486df2/go.mod h1:L92h+dgwElEyUuShEwjbiHjseW410WIcNz+Bjutc8YQ=
github.com/ugorji/go v1.1.7 h1:/68gy2h+1mWMrwZFeD1kQialdSzAb432dtpeJ42ovdo=
github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw=
github.com/ugorji/go/codec v1.1.7 h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs=
github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY=

0 comments on commit c37e95c

Please sign in to comment.