Skip to content

Commit

Permalink
Merge pull request #352 from DataDog/ara.pulido/7_49
Browse files Browse the repository at this point in the history
Pin agent versions 6.49.0 and 7.49.0 and prepare release
  • Loading branch information
arapulido authored Nov 8, 2023
2 parents cb3f73a + dfe3288 commit 3fda8d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.16] - 2023-11-08

### Added
- Datadog Agent pinned versions are now `7.49.0` and `6.49.0`.

## [2.15] - 2023-10-26

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ set -o pipefail
# set -x

# Set agent pinned version
DD_AGENT_PINNED_VERSION_6="6.48.1-1"
DD_AGENT_PINNED_VERSION_7="7.48.1-1"
DD_AGENT_PINNED_VERSION_6="6.49.0-1"
DD_AGENT_PINNED_VERSION_7="7.49.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 @@ -73,7 +73,7 @@ done
# Add tags to the config file
DYNOHOST="$(hostname )"
DYNOTYPE=${DYNO%%.*}
BUILDPACKVERSION="dev"
BUILDPACKVERSION="2.16"
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 3fda8d4

Please sign in to comment.