diff --git a/newrelic-fluent-bit-output.yaml b/newrelic-fluent-bit-output.yaml index dd771fd5db0..951583261fd 100644 --- a/newrelic-fluent-bit-output.yaml +++ b/newrelic-fluent-bit-output.yaml @@ -1,7 +1,7 @@ package: name: newrelic-fluent-bit-output - version: 2.0.1 - epoch: 1 + version: 2.0.2 + epoch: 0 description: A Fluent Bit output plugin that sends logs to New Relic copyright: - license: Apache-2.0 @@ -23,7 +23,7 @@ pipeline: with: repository: https://github.com/newrelic/newrelic-fluent-bit-output tag: v${{package.version}} - expected-commit: 085c48066639f3919b776910081b02fdbb4d8f74 + expected-commit: 747dc5cf609ae298e2a255613aa9bddcc233d1cb # PRISMA-2023-0056 was not picked up by Grype but the vulnerable version of the logrus package was present - uses: go/bump