Skip to content

Commit

Permalink
Merge pull request #262 from DataDog/ara.pulido/release_1_27
Browse files Browse the repository at this point in the history
Buildpack 1.27 release
  • Loading branch information
arapulido authored Jun 28, 2021
2 parents 57da39c + a63f7b0 commit 6ae804e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [1.27] - 2021-06-28

### Added
- Datadog agent pinned versions are now `6.29.0` and `7.29.0`
- The Dyno ID is now sent as host alias (requires Agent 6.29.0/7.29.0 or newer)

## [1.26] - 2021-05-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion extra/datadog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ done
# Add tags to the config file
DYNOHOST="$(hostname )"
DYNOTYPE=${DYNO%%.*}
BUILDPACKVERSION="dev"
BUILDPACKVERSION="1.27"
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 6ae804e

Please sign in to comment.