Skip to content

Commit

Permalink
Merge pull request #170 from DataDog/ara.pulido/release_1_14
Browse files Browse the repository at this point in the history
Prepare release 1.14
  • Loading branch information
arapulido authored Jan 22, 2020
2 parents 01eb198 + b382f2a commit b3eb4d1
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.14] - 2020-01-22

### Added
- Datadog agent pinned versions are now `6.16.1` and `7.16.1`

### Fixed
- Fixed `run_path` for the logs collector

## [1.13] - 2019-12-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 @@ -41,7 +41,7 @@ done
# Add tags to the config file
DYNOHOST="$(hostname )"
DYNOTYPE=${DYNO%%.*}
BUILDPACKVERSION="dev"
BUILDPACKVERSION="1.14"
TAGS="tags:\n - dyno:$DYNO\n - dynotype:$DYNOTYPE\n - buildpackversion:$BUILDPACKVERSION"

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

0 comments on commit b3eb4d1

Please sign in to comment.