From 7a0ed7c834da370b5bd261e037868932fd227be2 Mon Sep 17 00:00:00 2001 From: Ara Pulido Date: Tue, 16 Jul 2024 16:59:43 +0200 Subject: [PATCH 1/2] Pin Datadog Agent 7.55.1 --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 832a028..6987cc4 100644 --- a/bin/compile +++ b/bin/compile @@ -12,7 +12,7 @@ set -o pipefail # Set agent pinned version DD_AGENT_PINNED_VERSION_6="6.53.0-1" -DD_AGENT_PINNED_VERSION_7="7.54.0-1" +DD_AGENT_PINNED_VERSION_7="7.55.1-1" # Parse and derive params BUILD_DIR=$1 From 321e5bad41747ec353e878d1e5e1f81421e9b900 Mon Sep 17 00:00:00 2001 From: Ara Pulido Date: Wed, 17 Jul 2024 12:42:42 +0200 Subject: [PATCH 2/2] Prepare release 2.22 --- CHANGELOG.md | 5 +++++ extra/datadog.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae380cd..e925ae0 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.22] - 2024-07-17 + +### Added +- Datadog Agent 7 pinned version is now `7.55.1`. + ## [2.21] - 2024-06-07 ### Added diff --git a/extra/datadog.sh b/extra/datadog.sh index b7c61d6..3e5c1d2 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.22" DYNO_TAGS="dyno:$DYNO dynotype:$DYNOTYPE buildpackversion:$BUILDPACKVERSION" # We want always to have the Dyno ID as a host alias to improve correlation