diff --git a/CHANGELOG.md b/CHANGELOG.md index e925ae0..0bcbb36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.23] - 2024-08-26 + +### Added +- Datadog Agent 7 pinned version is now `7.56.0`. + ## [2.22] - 2024-07-17 ### Added diff --git a/extra/datadog.sh b/extra/datadog.sh index b7c61d6..2419d23 100644 --- a/extra/datadog.sh +++ b/extra/datadog.sh @@ -77,7 +77,7 @@ done # Add tags to the config file DYNOHOST="$(hostname )" DYNOTYPE=${DYNO%%.*} -BUILDPACKVERSION="dev" +BUILDPACKVERSION="2.23" DYNO_TAGS="dyno:$DYNO dynotype:$DYNOTYPE buildpackversion:$BUILDPACKVERSION" # We want always to have the Dyno ID as a host alias to improve correlation