Skip to content

Commit

Permalink
bumping fluent bit version to 3.0.4 (#154)
Browse files Browse the repository at this point in the history
* bumping fluent bit version to 3.0.4

* major version bump  to 2.0.0

* bumped firelens base image
  • Loading branch information
nr-dsharma authored May 23, 2024
1 parent 88da67a commit 99b235f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV TARGETPLATFORM=${TARGETPLATFORM:-linux/amd64}
RUN echo "Building for ${TARGETPLATFORM} architecture"
RUN make ${TARGETPLATFORM}

FROM fluent/fluent-bit:2.2.2
FROM fluent/fluent-bit:3.0.4

COPY --from=builder /go/src/github.com/newrelic/newrelic-fluent-bit-output/out_newrelic-linux-*.so /fluent-bit/bin/out_newrelic.so
COPY *.conf /fluent-bit/etc/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# escape=`

ARG FLUENTBIT_VERSION=2.2.2
ARG FLUENTBIT_VERSION=3.0.4
ARG WINDOWS_VERSION=ltsc2019

#################################################
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_debug
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV TARGETPLATFORM=${TARGETPLATFORM:-linux/amd64}
RUN echo "Building for ${TARGETPLATFORM} architecture"
RUN make ${TARGETPLATFORM}

FROM fluent/fluent-bit:2.2.2-debug
FROM fluent/fluent-bit:3.0.4-debug

COPY --from=builder /go/src/github.com/newrelic/newrelic-fluent-bit-output/out_newrelic-linux-*.so /fluent-bit/bin/out_newrelic.so
COPY *.conf /fluent-bit/etc/
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile_firelens
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ENV TARGETPLATFORM=${TARGETPLATFORM:-linux/amd64}
RUN echo "Building for ${TARGETPLATFORM} architecture"
RUN make ${TARGETPLATFORM}

# aws-for-fluent-bit 2.31.8 is based on Fluent Bit 1.9.10: https://github.com/fala-aws/aws-for-fluent-bit/blob/mainline/CHANGELOG.md#2318
FROM amazon/aws-for-fluent-bit:2.31.8
# aws-for-fluent-bit 2.32.2.20240516 is based on Fluent Bit 1.9.10: https://github.com/aws/aws-for-fluent-bit/releases/tag/v2.32.2.20240516
FROM amazon/aws-for-fluent-bit:2.32.2.20240516

COPY --from=builder /go/src/github.com/newrelic/newrelic-fluent-bit-output/out_newrelic-linux-*.so /fluent-bit/bin/out_newrelic.so
COPY *.conf /fluent-bit/etc/
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const VERSION = "1.19.2"
const VERSION = "2.0.0"

0 comments on commit 99b235f

Please sign in to comment.