From 1e467233b14b5091f43481ee215f7e04c4e8f9be Mon Sep 17 00:00:00 2001 From: Ara Pulido Date: Mon, 27 Feb 2023 12:21:48 +0100 Subject: [PATCH 1/2] Pin versions 6.43 and 7.43 of the agent --- bin/compile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index 870dbfb..04866cb 100644 --- a/bin/compile +++ b/bin/compile @@ -11,8 +11,8 @@ set -o pipefail # set -x # Set agent pinned version -DD_AGENT_PINNED_VERSION_6="6.42.0-1" -DD_AGENT_PINNED_VERSION_7="7.42.0-1" +DD_AGENT_PINNED_VERSION_6="6.43.0-1" +DD_AGENT_PINNED_VERSION_7="7.43.0-1" # Parse and derive params BUILD_DIR=$1 From cd977684bf7cda50fb09dee8fd37d34679c43c62 Mon Sep 17 00:00:00 2001 From: Ara Pulido Date: Mon, 27 Feb 2023 12:44:49 +0100 Subject: [PATCH 2/2] Prepare release 2.9 --- CHANGELOG.md | 9 +++++++++ extra/datadog.sh | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8803d28..1ba1c5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [2.9] - 2023-02-27 + +### Added +- Datadog agent pinned versions are now `6.43.0` and `7.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] - 2023-01-25 ### Removed diff --git a/extra/datadog.sh b/extra/datadog.sh index 20b4885..ed5baa7 100644 --- a/extra/datadog.sh +++ b/extra/datadog.sh @@ -73,7 +73,7 @@ done # Add tags to the config file DYNOHOST="$(hostname )" DYNOTYPE=${DYNO%%.*} -BUILDPACKVERSION="dev" +BUILDPACKVERSION="2.9" DYNO_TAGS="dyno:$DYNO dynotype:$DYNOTYPE buildpackversion:$BUILDPACKVERSION" # We want always to have the Dyno ID as a host alias to improve correlation