Release 0.18.0
Pup 0.18.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.18.0/pup_0.18.0_Linux_x86_64.tar.gz | tar xz
# macOS (Apple Silicon)
curl -L https://github.com/DataDog/pup/releases/download/v0.18.0/pup_0.18.0_Darwin_arm64.tar.gz | tar xz
# macOS (Intel)
curl -L https://github.com/DataDog/pup/releases/download/v0.18.0/pup_0.18.0_Darwin_x86_64.tar.gz | tar xzVerifying Signatures
All artifacts are signed with cosign. To verify:
cosign verify-blob \
--certificate pup_0.18.0_Linux_x86_64.tar.gz.pem \
--signature pup_0.18.0_Linux_x86_64.tar.gz.sig \
pup_0.18.0_Linux_x86_64.tar.gzChangelog
🐛 Bug Fixes
- 87077f7: fix(metrics): require DD_API_KEY for metrics submit command (@platinummonkey)
- f61f1e0: fix(storage): remove t.Parallel() from tests that mutate shared state (@platinummonkey)
Other Changes
- 9aead01: Merge pull request #75 from DataDog/fix/metrics-submit-require-api-key (@platinummonkey)
- 8fe8ed8: Merge pull request #76 from DataDog/fix/storage-test-parallel-race (@platinummonkey)
What's Changed
See the CHANGELOG for details.
Full Changelog: v0.17.0...v0.18.0