Skip to content

Releases: DataDog/heroku-buildpack-datadog

1.19

27 Aug 21:22
730dd92
Compare
Choose a tag to compare

[1.19] - 2020-08-27

Changed

  • Agent now reports datadog.heroku_agent.running metric instead of datadog.agent.running for agent versions 6/7.22 and newer, to help customers identify which agents are reporting from a Heroku dyno.

Fixed

  • Buildpack now works correctly with agent versions 7.21.x

Added

  • Datadog agent pinned versions are now 6.22.0 and 7.22.0
  • DD_VERSION can now be set as part of the prerun.sh script

1.18

18 Jun 07:41
35e51f9
Compare
Choose a tag to compare

[1.18] - 2020-06-17

Added

  • Datadog agent pinned versions are now 6.20.2 and 7.20.2

1.17

04 May 10:41
a6848a4
Compare
Choose a tag to compare

[1.17] - 2020-05-04

Added

  • Datadog agent pinned versions are now 6.19.0 and 7.19.0
  • Added documentation around running Docker in Heroku
  • DD_TAGS now support space separated tags
  • DD_TAGS can now be modified in the pre-run script

1.16

18 Mar 14:36
6b6f4d5
Compare
Choose a tag to compare

[1.16] - 2020-03-18

Added

  • Datadog agent pinned versions are now 6.18.0 and 7.18.0

Fixed

  • DD_LOG_LEVEL is now honored for all agents

1.15

07 Feb 08:40
b0b53e6
Compare
Choose a tag to compare

[1.15] - 2020-02-07

Added

  • Datadog agent pinned versions are now 6.17.0 and 7.17.0

1.14

22 Jan 16:21
b3eb4d1
Compare
Choose a tag to compare

[1.14] - 2020-01-22

Added

  • Datadog agent pinned versions are now 6.16.1 and 7.16.1

Fixed

  • Fixed run_path for the logs collector

1.13

18 Dec 16:43
a9efed3
Compare
Choose a tag to compare

[1.13] - 2019-12-18

Added

  • Datadog's buildpack now supports Agent versions 7.16 onwards
  • Datadog agent pinned versions are now 6.16.0 and 7.16.0

1.12

13 Dec 08:46
642351c
Compare
Choose a tag to compare

[1.12] - 2019-12-13

Added

  • Datadog agent pinned version is now 6.15.1
  • Added a deprecation warning if users are using Python 2 in 6.x.

Fixed

  • Fixed datadog.sh to run correctly in flynn.io.

1.11

05 Dec 09:30
786f075
Compare
Choose a tag to compare

[1.11] - 2019-12-05

Added

  • Added buildpackversion tag with the version of the buildpack.
  • Documentation section about rebuilding slugs when modifying certain options.
  • Documenation about the order for slug layers.

Fixed

  • Fixed mcache integration for python 2.

Changed

  • Documentation on how to collect system metrics from the dynos.

1.10

23 Oct 08:31
Compare
Choose a tag to compare

[1.10] - 2019-10-22

Added

  • agent-wrapper binary. This executable bash script will be added to the PATH when starting a dyno using Datadog's buildpack to help running agent's debugging/status commands.

Changed

  • LD_LIBRARY_PATH in datadog.sh is not exported anymore, to avoid conflicts with Heroku's runtime
  • Compilation linking paths are not exported anymore