Release 0.19.1
Pup 0.19.1
Installation
Download the appropriate binary for your platform from the assets below.
# Linux (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.19.1/pup_0.19.1_Linux_x86_64.tar.gz | tar xz
# macOS (Apple Silicon)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.19.1/pup_0.19.1_Darwin_arm64.tar.gz | tar xz
# macOS (Intel)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.19.1/pup_0.19.1_Darwin_x86_64.tar.gz | tar xzVerifying Signatures
All artifacts are signed with cosign. To verify:
cosign verify-blob \
--certificate pup_0.19.1_Linux_x86_64.tar.gz.pem \
--signature pup_0.19.1_Linux_x86_64.tar.gz.sig \
pup_0.19.1_Linux_x86_64.tar.gzChangelog
🐛 Bug Fixes
- 669b4cd: fix(release): restore id-token permission for cosign keyless signing (@platinummonkey)
Other Changes
- 3856fac: Merge pull request #93 from datadog-labs/fix/release-cosign-oidc-token (@platinummonkey)
What's Changed
See the CHANGELOG for details.
Full Changelog: v0.19.0...v0.19.1