Release 0.55.0
Pup 0.55.0
Installation
# macOS (Apple Silicon)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.55.0/pup_0.55.0_Darwin_arm64.tar.gz | tar xz
# macOS (Intel)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.55.0/pup_0.55.0_Darwin_x86_64.tar.gz | tar xz
# Linux (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.55.0/pup_0.55.0_Linux_x86_64.tar.gz | tar xz
# Linux (arm64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.55.0/pup_0.55.0_Linux_arm64.tar.gz | tar xz
# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.55.0/pup_0.55.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_0.55.0_checksums.txt
# Verify signature (requires cosign)
cosign verify-blob \
--bundle pup_0.55.0_checksums.txt.sigstore.json \
pup_0.55.0_checksums.txtWhat's Changed
- chore(deps): bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1 in the all group by @dependabot[bot] in #432
- fix(dbm): accept OAuth2 bearer tokens in samples search by @naofumi-fujii in #434
- feat(data-streams): experimental DSM Kafka commands by @piochelepiotr in #431
- feat(synthetics): add v2 result fetching and polling endpoints by @jack-edmonds-dd in #435
- feat(security): add Terraform export and convert commands by @jack-edmonds-dd in #436
- chore(release): bump version to v0.55.0 by @jack-edmonds-dd in #438
New Contributors
- @naofumi-fujii made their first contribution in #434
- @piochelepiotr made their first contribution in #431
Full Changelog: v0.54.1...v0.55.0