Skip to content

Commit

Permalink
Merge pull request #186 from DataDog/ara.pulido/release_1_17
Browse files Browse the repository at this point in the history
1.17 release
  • Loading branch information
arapulido authored May 4, 2020
2 parents 759d97d + 9e56c8a commit a6848a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ 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.17] - 2020-05-04

### Added
- Datadog agent pinned versions are now `6.19.0` and `7.19.0`
- Added documentation around running Docker in Heroku
- DD_TAGS now support space separated tags
- DD_TAGS can now be modified in the pre-run script

## [1.16] - 2020-03-18

### Added
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.17"
DYNO_TAGS="dyno:$DYNO dynotype:$DYNOTYPE buildpackversion:$BUILDPACKVERSION"

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

0 comments on commit a6848a4

Please sign in to comment.