Releases: DataDog/heroku-buildpack-datadog
Releases · DataDog/heroku-buildpack-datadog
2.15
2.14
2.13
2.12
2.11
[2.11] - 2023-06-15
Added
- Postgres integration easy configuration now supports DBM.
Deprecated
ENABLE_HEROKU_REDIS
,ENABLE_HEROKU_POSTGRES
,REDIS_URL_VAR
, andPOSTGRES_URL_VAR
are deprecated in favor ofDD_ENABLE_HEROKU_REDIS
,DD_ENABLE_HEROKU_POSTGRES
,DD_REDIS_URL_VAR
, andDD_POSTGRES_URL_VAR
. The previous ones still work for now, but they will be removed in a future release.
2.10
[2.10] - 2023-04-28
Major Changes
- Datadog Agent 7.x is now the default pinned version. If you need to keep 6.x, set the environment variable
DD_AGENT_MAJOR_VERSION=6
in your Heroku application and rebuild the slug.
Added
- Datadog Agent pinned versions are now
7.44.0
and6.44.0
. - Redis and Postgres integrations now support more than one URL.
Changed
- Datadog Agent 7.x is now the default pinned version. If you need to keep 6.x, set the environment variable
DD_AGENT_MAJOR_VERSION=6
in your Heroku application and rebuild the slug. DD_ENABLE_HEROKU_REDIS
,DD_ENABLE_HEROKU_POSTGRES
,DD_REDIS_URL_VAR
, andDD_POSTGRES_URL_VAR
are now the environment variables to configure the Redis and Postgres integrations.
Deprecated
ENABLE_HEROKU_REDIS
,ENABLE_HEROKU_POSTGRES
,REDIS_URL_VAR
, andPOSTGRES_URL_VAR
are now deprecated in favor ofDD_ENABLE_HEROKU_REDIS
,DD_ENABLE_HEROKU_POSTGRES
,DD_REDIS_URL_VAR
, andDD_POSTGRES_URL_VAR
. The previous ones still work for now, but they will be removed in a future release.
2.9
[2.9] - 2023-02-27
Added
- Datadog agent pinned versions are now
6.43.0
and7.43.0
- Redis and Postgres integrations can be now configured setting an environment variable, without using the prerun.sh script.
Deprecated
- This is the last buildpack version with Datadog Agent 6.x as default. Upgrade today to Datadog Agent 7.x by setting the environment variable
DD_AGENT_MAJOR_VERSION=7
in your Heroku application and rebuilding the slug.
2.8
[2.8] - 2023-01-25
Removed
- Installing checks with
agent-wrapper integration install
is no longer supported for Datadog Agent 6.x.
Upgrade to Datadog Agent 7.x by setting the environment variableDD_AGENT_MAJOR_VERSION=7
in your Heroku application and rebuilding the slug.
Added
- Datadog Agent pinned versions are now
6.42.0
and7.42.0
2.7
2.6
[2.6] - 2022-11-09
Added
- Datadog agent pinned versions are now
6.40.0
and7.40.0
- Config files for integrations now can follow the same folder structure used in the Agent
Fixed
- Slug size now doesn't increae when apt buildpack is used (Thanks caioariede for the contribution!)