Skip to content

Releases: newrelic/nri-docker

v2.0.6

31 Jul 13:20
Compare
Choose a tag to compare

v2.0.6 - 2024-07-31

🐞 Bug fixes

  • Updated github.com/docker/docker to v24.1.4+incompatible
  • Updated golang.org/x/net to 0.23.0

v2.0.5

30 Jul 15:06
Compare
Choose a tag to compare

v2.0.5 - 2024-07-30

⛓️ Dependencies

  • Updated github.com/docker/docker to v25.0.6+incompatible

v2.0.4

09 Jul 15:06
Compare
Choose a tag to compare

v2.0.4 - 2024-07-09

⛓️ Dependencies

  • Updated golang version to v1.22.5

v2.0.3

14 May 15:06
Compare
Choose a tag to compare

v2.0.3 - 2024-05-14

⛓️ Dependencies

  • Updated golang version to v1.22.3

v2.0.2

16 Apr 15:06
Compare
Choose a tag to compare

v2.0.2 - 2024-04-16

⛓️ Dependencies

  • Updated golang version to v1.22.2

v2.0.1

26 Mar 15:06
Compare
Choose a tag to compare

v2.0.1 - 2024-03-26

⛓️ Dependencies

  • Updated github.com/docker/docker to v25.0.5+incompatible

v2.0.0

12 Mar 11:26
Compare
Choose a tag to compare

v2.0.0 - 2024-03-12

⚠️️ Breaking changes ⚠️

  • Memory swap metrics memorySwapUsageBytes, memorySwapOnlyUsageBytes and memorySwapLimitUsagePercent will not be sent if not present. This will mainly affect when the integration is running in Fargate where these metrics were being reported with incorrect values (#224)
  • Blkio metrics TotalReadCount, TotalWriteCount, TotalReadBytes and TotalWriteBytes will not be sent if not present. Before they were being reported with value 0 (#221)

🛡️ Security notices

  • Updated logrus dependency to remediate vulnerability

🚀 Enhancements

  • Add metrics collection from DockerAPI to support nodes with cgroup V2 on ECS clusters.

⛓️ Dependencies

v1.10.1

05 Mar 15:06
Compare
Choose a tag to compare

v1.10.1 - 2024-03-05

⛓️ Dependencies

v1.10.0

20 Feb 15:06
Compare
Choose a tag to compare

v1.10.0 - 2024-02-20

🚀 Enhancements

  • Allow the path (TMP_DIR) to store container_cpus.json (cache file) to be modified by the agent

🐞 Bug fixes

  • Metrics fetch is no longer executed for exited containers that was causing an error log line (failed to open file: /proc/0/cgroup) for each exited container. Exited containers samples are still being reported as they were, as far as the TTL (24hs by default) has not expired.

⛓️ Dependencies

  • Updated github.com/aws/aws-sdk-go to v1.50.21 - Changelog 🔗
  • Updated github.com/newrelic/infra-integrations-sdk to v3.8.2+incompatible

v1.9.8

06 Feb 15:06
Compare
Choose a tag to compare

v1.9.8 - 2024-02-06

⛓️ Dependencies

  • Updated github.com/aws/aws-sdk-go to v1.50.11 - Changelog 🔗
  • Updated github.com/docker/docker to v24.0.9+incompatible
  • Updated golang version to v1.21.6