Skip to content

Release 0.20.1

Choose a tag to compare

@github-actions github-actions released this 20 Feb 16:31
· 1742 commits to main since this release
b338677

Pup 0.20.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.20.1/pup_0.20.1_Linux_x86_64.tar.gz | tar xz

# macOS (Apple Silicon)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.20.1/pup_0.20.1_Darwin_arm64.tar.gz | tar xz

# macOS (Intel)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.20.1/pup_0.20.1_Darwin_x86_64.tar.gz | tar xz

Verifying Signatures

All artifacts are signed with cosign. To verify:

cosign verify-blob \
  --certificate pup_0.20.1_Linux_x86_64.tar.gz.pem \
  --signature pup_0.20.1_Linux_x86_64.tar.gz.sig \
  pup_0.20.1_Linux_x86_64.tar.gz

Changelog

🐛 Bug Fixes

  • e784bdb: fix(ci): fix release wasm_exec.js hook and disable broken dd-sts integration (@platinummonkey)
  • 8126585: fix(security): replace signals list with signals search ( <>)

Other Changes

What's Changed

See the CHANGELOG for details.

Full Changelog: v0.20.0...v0.20.1