Skip to content

Commit

Permalink
Merge pull request #203 from DataDog/ara.pulido/buildpack_1_19
Browse files Browse the repository at this point in the history
Release 1.19
  • Loading branch information
arapulido authored Aug 27, 2020
2 parents 4e9921b + f0d67b6 commit 730dd92
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased & outstanding issues]
- Non-https repo url and apt fetching

## [1.19] - 2020-08-27

### Changed
- Agent now reports `datadog.heroku_agent.running` metric instead of `datadog.agent.running` for agent versions `6/7.22` and newer, to help customers identify which agents are reporting from a Heroku dyno.

### Fixed
- Buildpack now works correctly with agent versions 7.21.x

### Added
- Datadog agent pinned versions are now `6.22.0` and `7.22.0`
- DD_VERSION can now be set as part of the `prerun.sh` script

## [1.18] - 2020-06-17

### Added
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.20.2-1"
DD_AGENT_PINNED_VERSION_7="7.20.2-1"
DD_AGENT_PINNED_VERSION_6="6.22.0-1"
DD_AGENT_PINNED_VERSION_7="7.22.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 @@ -45,7 +45,7 @@ done
# Add tags to the config file
DYNOHOST="$(hostname )"
DYNOTYPE=${DYNO%%.*}
BUILDPACKVERSION="dev"
BUILDPACKVERSION="1.19"
DYNO_TAGS="dyno:$DYNO dynotype:$DYNOTYPE buildpackversion:$BUILDPACKVERSION"

if [ -n "$HEROKU_APP_NAME" ]; then
Expand Down

0 comments on commit 730dd92

Please sign in to comment.