Skip to content

Commit

Permalink
Merge pull request #173 from DataDog/ara.pulido/1_15_release
Browse files Browse the repository at this point in the history
Prepare release 1.15
  • Loading branch information
arapulido authored Feb 7, 2020
2 parents 8a4af65 + 037eed8 commit b0b53e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ 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.15] - 2020-02-07

### Added
- Datadog agent pinned versions are now `6.17.0` and `7.17.0`

## [1.14] - 2020-01-22

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

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

0 comments on commit b0b53e6

Please sign in to comment.