Release 0.23.0
Pup 0.23.0
Installation
# macOS (Apple Silicon)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.23.0/pup_0.23.0_Darwin_arm64.tar.gz | tar xz
# macOS (Intel)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.23.0/pup_0.23.0_Darwin_x86_64.tar.gz | tar xz
# Linux (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.23.0/pup_0.23.0_Linux_x86_64.tar.gz | tar xz
# Linux (arm64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.23.0/pup_0.23.0_Linux_arm64.tar.gz | tar xzWASM
- WASI (
pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime - Browser WASM (
pup_browser_wasm.tar.gz): npm-ready package withPupClientJS class and TypeScript definitions
Verifying
# Verify checksums
sha256sum -c pup_0.23.0_checksums.txt
# Verify signature (requires cosign)
cosign verify-blob \
--bundle pup_0.23.0_checksums.txt.sigstore.json \
pup_0.23.0_checksums.txtChangelog
Other Changes
- 48d80b8: Merge pull request #126 from srosenthal-dd/fix/app-keys-wrong-api (@platinummonkey)
- 9971cd4: Merge pull request #127 from datadog-labs/chore/last-files-to-tmp (@platinummonkey)
- 007eb32: Merge pull request #128 from datadog-labs/chore/release-v0.23.0 (@platinummonkey)
- 8344e9f: chore(release): bump version to v0.23.0 (@platinummonkey)
- 1667c5a: chore(testing): move HTML report output to /tmp/pup-dev (@platinummonkey)
- fa5d8cb: chore(testing): redirect .last output files to /tmp/pup-dev (@platinummonkey)
- 3429fd3: chore(testing): track sanitized JSON snapshots in version control (@platinummonkey)
- 86b9136: fix(app-keys): replace Action Connection API with standard Application Keys API (@srosenthal-dd)
Full Changelog: v0.22.5...v0.23.0