Release 1.14.0
Pup 1.14.0
Installation
# macOS (Apple Silicon)
curl -L https://github.com/DataDog/pup/releases/download/v1.14.0/pup_1.14.0_Darwin_arm64.tar.gz | tar xz
# macOS (Intel)
curl -L https://github.com/DataDog/pup/releases/download/v1.14.0/pup_1.14.0_Darwin_x86_64.tar.gz | tar xz
# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.14.0/pup_1.14.0_Linux_x86_64.tar.gz | tar xz
# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v1.14.0/pup_1.14.0_Linux_arm64.tar.gz | tar xz
# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.14.0/pup_1.14.0_Windows_x86_64.zip -o pup.zip
tar -xf pup.zipWASM
- 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_1.14.0_checksums.txt
# Verify signature (requires cosign)
cosign verify-blob \
--bundle pup_1.14.0_checksums.txt.sigstore.json \
pup_1.14.0_checksums.txtWhat's Changed
- refactor(governance): rename tag policies to governance tag-rules by @ivanovart in #760
- feat(rum): add Session Replay segments, playlist CRUD, and viewership by @platinummonkey in #754
- fix(on-call): correct pages sort/pagination params and get lookup by @platinummonkey in #761
- pup: remove obs-pipelines from OAuth excluded endpoints (cleanup) by @srosenthal-dd in #755
- feat(roles): Add support for arguments against roles subcommand by @SMITF064 in #764
- chore(release): bump version to v1.14.0 by @dd-octo-sts[bot] in #765
New Contributors
- @ivanovart made their first contribution in #760
- @SMITF064 made their first contribution in #764
Full Changelog: v1.13.0...v1.14.0