miketheman / heroku-buildpack-datadog

Heroku Buildpack to run Datadog DogStatsD in a Dyno
http://miketheman.github.io/heroku-buildpack-datadog
MIT License
55 stars 35 forks source link

Pin version to 1:5.11.2-1 #30

Closed dreid closed 7 years ago

dreid commented 7 years ago

Refs #29

5.12.0 which became available in the apt repository is incompatible with master because it hard deprecates dogstatsd.py start.

This pins to the latest 5.11.2 so that the agent is able to start.

miketheman commented 7 years ago

@dreid Thanks for the swift reaction! Can you add a note in the README, with a link to the issue and what to do when it's resolved?

dreid commented 7 years ago

I've updated the readme in 4d665ac

dreid commented 7 years ago

This currently requires you to purge the cache before it installs the correct version.

miketheman commented 7 years ago

Thanks!