diff --git a/CHANGELOG.md b/CHANGELOG.md index 920f7d4..4fa23dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.18] - 2024-02-20 + +### Added +- Datadog Agent pinned versions are now `7.51.0` and `6.51.0`. + + ## [2.17] - 2023-12-20 ### Added diff --git a/bin/compile b/bin/compile index 20c94a3..baaf47a 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.50.0-1" -DD_AGENT_PINNED_VERSION_7="7.50.0-1" +DD_AGENT_PINNED_VERSION_6="6.51.0-1" +DD_AGENT_PINNED_VERSION_7="7.51.0-1" # Parse and derive params BUILD_DIR=$1 diff --git a/extra/datadog.sh b/extra/datadog.sh index 748bb6d..f2c9206 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.18" DYNO_TAGS="dyno:$DYNO dynotype:$DYNOTYPE buildpackversion:$BUILDPACKVERSION" # We want always to have the Dyno ID as a host alias to improve correlation