Skip to content

Commit

Permalink
Merge pull request #290 from DataDog/ara.pulido/prepare_release_1_33
Browse files Browse the repository at this point in the history
Prepare release 1.33
  • Loading branch information
arapulido authored Jan 27, 2022
2 parents f928f50 + f67f910 commit d4b1e08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased & outstanding issues]
- The `process-agent` increased in size between 7.31 and 7.32. We are aware the increasing slug size with this buildpack presents issues for some users, and we are working on providing a long term solution. For updates on this you can follow [issue 269 in Github](https://github.com/DataDog/heroku-buildpack-datadog/issues/269)

## [1.33] - 2022-01-27

### Added
- Datadog agent pinned versions are now `6.33.0` and `7.33.0`
- Custom checks are now easier to set up. (https://docs.datadoghq.com/agent/basic_agent_usage/heroku/#enabling-custom-checks)

## [1.32] - 2021-12-27

### Security

- Agents `6.32.4` and `7.32.4` remove all dependencies on log4j and use java.util.logging instead.

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

# We want always to have the Dyno ID as a host alias to improve correlation
Expand Down

0 comments on commit d4b1e08

Please sign in to comment.