Skip to content

Commit

Permalink
Merge pull request #179 from DataDog/ara.pulido/release_1_16
Browse files Browse the repository at this point in the history
Release 1.16
  • Loading branch information
arapulido authored Mar 18, 2020
2 parents babfc94 + 763fbbe commit 6b6f4d5
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.16] - 2020-03-18

### Added
- Datadog agent pinned versions are now `6.18.0` and `7.18.0`

### Fixed
- DD_LOG_LEVEL is now honored for all agents

## [1.15] - 2020-02-07

### 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.16"
TAGS="tags:\n - dyno:$DYNO\n - dynotype:$DYNOTYPE\n - buildpackversion:$BUILDPACKVERSION"

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

0 comments on commit 6b6f4d5

Please sign in to comment.