Skip to content

Releases: DataDog/heroku-buildpack-datadog

1.26

28 May 06:24
1a51e50
Compare
Choose a tag to compare

[1.26] - 2021-05-28

Added

  • Datadog agent pinned versions are now 6.28.0 and 7.28.0

Changed

  • Apt signing keys are now obtained from keys.datadoghq.com

1.25

19 Apr 15:24
812fe13
Compare
Choose a tag to compare

[1.25] - 2021-04-19

Added

  • Datadog agent pinned versions are now 6.27.0 and 7.27.0

Fixed

  • HTTPS repo fetching

1.24

03 Mar 14:41
049b5d6
Compare
Choose a tag to compare

[1.24] - 2021-03-03

Added

  • Datadog agent pinned versions are now 6.26.0 and 7.26.0
  • Datadog configuration path can now be configured with the DD_HEROKU_CONF_FOLDER environment variable

1.23

20 Jan 15:35
13cf61a
Compare
Choose a tag to compare

[1.23] - 2021-01-20

Added

  • Datadog agent pinned versions are now 6.25.0 and 7.25.0
  • Heroku APT cache is now cleaned up automatically when DD_AGENT_VERSION changes

1.22

09 Dec 14:37
d1d8350
Compare
Choose a tag to compare

[1.22] - 2020-12-09

Added

  • Datadog agent pinned versions are now 6.24.0 and 7.24.0
  • Heroku APT cache is now cleaned up when changing stacks
  • Heroku-20 stack is now supported

Removed

  • Removed Datadog agent unneeded dependencies

1.21

09 Oct 10:48
840c25e
Compare
Choose a tag to compare

[1.21] - 2020-10-09

Added

  • Datadog agent pinned versions are now 6.23.0 and 7.23.0

Change

  • Buildpack name reported by bin/detect is now "Datadog" instead of "Sysstat"

1.20

09 Sep 15:20
4f12f59
Compare
Choose a tag to compare

[1.20] - 2020-09-09

Changed

  • Removed the security-agent and system-probe dependencies to reduce slug size

Fixed

  • version-history.json is now created successfully, even if DD_LOGS_ENABLED="false"

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