Releases: newrelic/newrelic-fluent-bit-output
Releases · newrelic/newrelic-fluent-bit-output
newrelic-fluent-bit-output-1.17.3
v1.17.3 feat: Upgrade golang in docker images to 1.20.5 (#139)
newrelic-fluent-bit-output-1.17.2
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
v1.17.1 ci: add apt update (#135)
newrelic-fluent-bit-output-1.17.0
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
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
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
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
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
v1.14.0 feat: [NR-23835] Upgrades Docker images to be based on Fluent Bit 1.9…
newrelic-fluent-bit-output-1.13.2
Improve logging of retriable errors (#113) * Improve logging for retriable errors * Bump version