Skip to content

Releases: newrelic/infrastructure-agent

1.17.0

29 Apr 09:16
a94ae34
Compare
Choose a tag to compare

Notes

A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.

Changed

1.16.5

20 Apr 22:56
Compare
Choose a tag to compare

Fixed

  • Log forwarder (FluentBit) stopped working on some Linux distro versions (Ubuntu16, RHEL7, AmazonLinux2). It complained on agent log like:
time="2021-04-20T23:50:00+02:00" level=debug msg="/var/db/newrelic-infra/newrelic-integrations/logging/fluent-bit: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory" component=integrations.Supervisor output=stderr process=log-forwarder
time="2021-04-20T23:50:00+02:00" level=error msg="Error occurred while handling the process" component=integrations.Supervisor error="exit status 127" process=log-forwarder

Log forwarder was downgraded to previous agent release versions:

linux: output plugin 1.1.0, FB 1.3.0
windows: output plugin 1.4.6, FB 1.4.1

1.16.4

14 Apr 15:41
0056f93
Compare
Choose a tag to compare

Notes

A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.

Fix

  • An issue which caused agent Linux packages to conflict.

Changed

  • upgraded fluent-bit to v1.7.3.

1.16.3

09 Apr 12:07
Compare
Choose a tag to compare

Notes

A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.

Fixes

  • Linux specific: fixed issue when log-forwarder (FluentBit) was not able to process systemd logs.
    • downgraded newrelic-fluent-bit-output to v1.1.0
    • downgraded fluent-bit-package to v1.3.0

1.16.2

01 Apr 08:11
Compare
Choose a tag to compare

Notes

A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.

⚠️ We are releasing this version in a granular way. It means that we will release different asset type on different days (rpm, deb, msi, zip, targz, docker).
This is required as we are releasing via our new open source build pipeline for the first time. Following releases will be done as usual, all assets at once.

Changed

  • newrelic-fluent-bit-output to v1.4.1.

1.16.1

25 Mar 14:09
1c43586
Compare
Choose a tag to compare

Notes

A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.

Fix

  • #357 An issue with the agent update that disabled newrelic-infra-service and remain the agent stopped.

Changed

  • downgrade fluent-bit to v1.4.0
  • newrelic/infrastructure agent docker image only for amd64.

1.16.0

24 Mar 09:39
5cf78c0
Compare
Choose a tag to compare

Updating RPM packages to this version will disable newrelic-infra-service. More details in #357

Notes

A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.

Added

  • newrelic/infrastructure agent docker image is now published as multi-arch (amd64 and arm64).

Changed

  • nri-docker built-in integration updated to v1.4.3
  • fluent-bit built-in integration updated to v1.4.4
  • nri-flex built-in integration updated to v1.4.0

Deprecated

  • CentOS 5 & RHEL 5 newrelic-infra packages are no longer published due to manufacturer end of life. Please check the system requirements documentation for an updated list of supported OS and platforms.

1.15.2

10 Feb 09:31
e31f4b7
Compare
Choose a tag to compare

Notes

A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.

Added

Changed

  • #307 Docker image update: alpine 3.13, ca-certificates 20191127-r5, ntpsec 1.2.0-r0, curl 7.74.0-r0

Fixed

  • #302 Fixes an issue where literals within configuration files containing "#" (like password fields) caused an "invalid configuration file" error.
    • This bug was introduced at v1.14.2.

1.15.1

29 Jan 09:41
6157241
Compare
Choose a tag to compare

Notes

A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.

Added

  • #288 Add tracing capabilities (enabled via trace: ["proc"]) to enable logging process IO counters as they are fetched from the OS.

Changed

Fixed

  • #299 Command API wrong allowed integration name and condition.

1.15.0

20 Jan 14:44
cefa2ea
Compare
Choose a tag to compare

Notes

A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.

Fixed

  • #275 SLES-11 service management clean stops/starts.
  • #249 Agent configuration plugin serialises only fields defined as public (struct annotation).

Changed

Added

  • #286 Fedramp configuration flag (fedramp: true) & remove gov license prefix.
  • #287 Command channel run/stop_integration allow list.