Skip to content

Releases: newrelic/newrelic-fluent-bit-output

newrelic-fluent-bit-output-1.17.3

20 Jun 11:49
fb0a33f
Compare
Choose a tag to compare
v1.17.3

feat: Upgrade golang in docker images to 1.20.5 (#139)

newrelic-fluent-bit-output-1.17.2

19 Jun 16:58
c787a47
Compare
Choose a tag to compare
Fix docker images test (#138)

* fix: docker tests

* fix: not push only load

* fix: matrix image names

* fix: add back localhost:5000 tag and remove load

* fix: jq escaped $

* fix: escaping

* ci: this should make the test fail

* ci: fix retry counter

* ci: fix counter

* ci: rollback docker image versions after test it fails

* feat: version bump

There is no changes on the images theirselves

newrelic-fluent-bit-output-1.17.1

14 Jun 22:45
36059a9
Compare
Choose a tag to compare
v1.17.1

ci: add apt update (#135)

newrelic-fluent-bit-output-1.17.0

14 Jun 18:10
6e640c1
Compare
Choose a tag to compare
Upgrade Go to 1.20.5 - bump to v1.17.0 (#132)

* feat: update golang to 1.20.5

* feat: version bump to 1.16.1

* feat: update windows docker image to include .net4.8 required by chocolatey

* feat: update windows docker image for nrBuilder stage

* feat: use correct windows tags

* feat: version bump to 1.17.0

* feat: rollback windows version changes

* feat: use correct go version

newrelic-fluent-bit-output-1.16.0

03 May 11:46
8e3aa7c
Compare
Choose a tag to compare
feat: Upgraded FluentBit version to 2.0.8/1.9.10 (#131)

- Bumped FluentBit Windows and Linux to v2.0.8
- Bumped FluentBit for AWS to v2.31.8 (based on FluentBit 1.9.10)
- Updated Dockerfile.windows to support FluentBit 2.0.8

newrelic-fluent-bit-output-1.15.0

03 May 08:49
117ef4f
Compare
Choose a tag to compare
Inform the http status code for retriable requests (#127)

* feat: inform the http status code for retriable requests

* test: update retryable request test case

* ci: upgrade ubuntu images to 20.04

* feat: bump version

* ci: show real go version being used

* test: update zip length on new go versions

* ci: align go version with the one used

* ci: update publish unit test action

Since 2.6.0 it will retry if a secondary rate-limit is encountered

* feat: add status code on non retryable errors as well

newrelic-fluent-bit-output-1.14.2

19 Jan 06:27
a5b9f75
Compare
Choose a tag to compare
Use Record's timestamp preferably (#119)

* Use Record's timestamp preferably

If the received record contains a `timestamp` attribute,
   we use this as-is.
Otherwise use fluentbit's observed `timestamp`.

newrelic-fluent-bit-output-1.14.1

18 Nov 13:07
eeebd69
Compare
Choose a tag to compare
v1.14.1

Upgrades Docker images to be based on Fluent Bit 1.9.9 and Go in Dock…

newrelic-fluent-bit-output-1.14.0

21 Jun 12:01
4d7f703
Compare
Choose a tag to compare
v1.14.0

feat: [NR-23835] Upgrades Docker images to be based on Fluent Bit 1.9…

newrelic-fluent-bit-output-1.13.2

08 Jun 18:43
06605fe
Compare
Choose a tag to compare
Improve logging of retriable errors (#113)

* Improve logging for retriable errors

* Bump version