Releases: DataDog/heroku-buildpack-datadog
Releases · DataDog/heroku-buildpack-datadog
1.20
[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
[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
[1.18] - 2020-06-17
Added
- Datadog agent pinned versions are now
6.20.2
and 7.20.2
1.17
[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
[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
[1.15] - 2020-02-07
Added
- Datadog agent pinned versions are now
6.17.0
and 7.17.0
1.14
[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
[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
[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
[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.