Skip to content

Commit

Permalink
Merge pull request #379 from DataDog/ara.pulido/agent_7_56
Browse files Browse the repository at this point in the history
Pin Agent 7.56
  • Loading branch information
arapulido authored Aug 26, 2024
2 parents 8b6fac2 + a71301f commit c815196
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -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.55.1-1"
DD_AGENT_PINNED_VERSION_7="7.56.0-1"

# Parse and derive params
BUILD_DIR=$1
Expand Down
2 changes: 1 addition & 1 deletion extra/datadog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c815196

Please sign in to comment.