Release 0.15.0
Pup 0.15.0
Installation
Download the appropriate binary for your platform from the assets below.
# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.15.0/pup_0.15.0_Linux_x86_64.tar.gz | tar xz
# macOS (Apple Silicon)
curl -L https://github.com/DataDog/pup/releases/download/v0.15.0/pup_0.15.0_Darwin_arm64.tar.gz | tar xz
# macOS (Intel)
curl -L https://github.com/DataDog/pup/releases/download/v0.15.0/pup_0.15.0_Darwin_x86_64.tar.gz | tar xzVerifying Signatures
All artifacts are signed with cosign. To verify:
cosign verify-blob \
--certificate pup_0.15.0_Linux_x86_64.tar.gz.pem \
--signature pup_0.15.0_Linux_x86_64.tar.gz.sig \
pup_0.15.0_Linux_x86_64.tar.gzChangelog
🐛 Bug Fixes
- 47a8ba6: fix(config): skip api. prefix for on-call domains in DD_SITE (@platinummonkey)
Other Changes
- 9aa734e: Merge pull request #71 from DataDog/fix/66-custom-api-url (@platinummonkey)
What's Changed
See the CHANGELOG for details.
Full Changelog: v0.14.0...v0.15.0