Skip to content

Commit

Permalink
Merge pull request #162 from DataDog/ara.pulido/prepare_release_1_13
Browse files Browse the repository at this point in the history
Release 1.13
  • Loading branch information
arapulido authored Dec 18, 2019
2 parents 825d60d + b16c755 commit a9efed3
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 @@ -7,6 +7,12 @@ 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.13] - 2019-12-18

### Added
- Datadog's buildpack now supports Agent versions 7.16 forward
- Datadog agent pinned versions are now `6.16.0` and `7.16.0`

## [1.12] - 2019-12-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion extra/datadog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ done
# Add tags to the config file
DYNOHOST="$(hostname )"
DYNOTYPE=${DYNO%%.*}
BUILDPACKVERSION="dev"
BUILDPACKVERSION="1.13"
TAGS="tags:\n - dyno:$DYNO\n - dynotype:$DYNOTYPE\n - buildpackversion:$BUILDPACKVERSION"

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

0 comments on commit a9efed3

Please sign in to comment.