Skip to content

Releases: DataDog/pup

Release 0.60.0

12 May 23:52
v0.60.0
24da0cf

Choose a tag to compare

Pup 0.60.0

Installation

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

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

# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.60.0/pup_0.60.0_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v0.60.0/pup_0.60.0_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.60.0/pup_0.60.0_Windows_x86_64.zip -o pup.zip
tar -xf pup.zip

WASM

  • WASI (pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime
  • Browser WASM (pup_browser_wasm.tar.gz): npm-ready package with PupClient JS class and TypeScript definitions

Verifying

# Verify checksums
sha256sum -c pup_0.60.0_checksums.txt

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_0.60.0_checksums.txt.sigstore.json \
  pup_0.60.0_checksums.txt

What's Changed

Full Changelog: v0.59.0...v0.60.0

Release 0.59.0

12 May 13:48
v0.59.0
bd24973

Choose a tag to compare

Pup 0.59.0

Installation

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

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

# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.59.0/pup_0.59.0_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v0.59.0/pup_0.59.0_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.59.0/pup_0.59.0_Windows_x86_64.zip -o pup.zip
tar -xf pup.zip

WASM

  • WASI (pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime
  • Browser WASM (pup_browser_wasm.tar.gz): npm-ready package with PupClient JS class and TypeScript definitions

Verifying

# Verify checksums
sha256sum -c pup_0.59.0_checksums.txt

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_0.59.0_checksums.txt.sigstore.json \
  pup_0.59.0_checksums.txt

What's Changed

  • feat(infrastructure): add some missing v1 list hosts API parameters by @lognarly in #487
  • chore(deps): bump sigstore/cosign-installer from 4.1.1 to 4.1.2 in the all group by @dependabot[bot] in #490
  • fix(profiling): replace subcommands with MCP placeholder by @felixge in #492
  • chore(release): bump version to v0.59.0 by @platinummonkey in #493

New Contributors

Full Changelog: v0.58.6...v0.59.0

Release 0.58.6

09 May 17:30
v0.58.6
9f21b6f

Choose a tag to compare

Pup 0.58.6

Installation

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

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

# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.58.6/pup_0.58.6_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v0.58.6/pup_0.58.6_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.58.6/pup_0.58.6_Windows_x86_64.zip -o pup.zip
tar -xf pup.zip

WASM

  • WASI (pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime
  • Browser WASM (pup_browser_wasm.tar.gz): npm-ready package with PupClient JS class and TypeScript definitions

Verifying

# Verify checksums
sha256sum -c pup_0.58.6_checksums.txt

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_0.58.6_checksums.txt.sigstore.json \
  pup_0.58.6_checksums.txt

What's Changed

Full Changelog: v0.58.5...v0.58.6

Release 0.58.5

08 May 19:22
v0.58.5
ab4ed85

Choose a tag to compare

Pup 0.58.5

Installation

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

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

# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.58.5/pup_0.58.5_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v0.58.5/pup_0.58.5_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.58.5/pup_0.58.5_Windows_x86_64.zip -o pup.zip
tar -xf pup.zip

WASM

  • WASI (pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime
  • Browser WASM (pup_browser_wasm.tar.gz): npm-ready package with PupClient JS class and TypeScript definitions

Verifying

# Verify checksums
sha256sum -c pup_0.58.5_checksums.txt

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_0.58.5_checksums.txt.sigstore.json \
  pup_0.58.5_checksums.txt

What's Changed

Full Changelog: v0.58.4...v0.58.5

Release 0.58.4

08 May 16:02
v0.58.4
5391c1e

Choose a tag to compare

Pup 0.58.4

Installation

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

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

# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.58.4/pup_0.58.4_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v0.58.4/pup_0.58.4_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.58.4/pup_0.58.4_Windows_x86_64.zip -o pup.zip
tar -xf pup.zip

WASM

  • WASI (pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime
  • Browser WASM (pup_browser_wasm.tar.gz): npm-ready package with PupClient JS class and TypeScript definitions

Verifying

# Verify checksums
sha256sum -c pup_0.58.4_checksums.txt

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_0.58.4_checksums.txt.sigstore.json \
  pup_0.58.4_checksums.txt

What's Changed

Full Changelog: v0.58.3...v0.58.4

Release 0.58.3

07 May 17:13
v0.58.3
07742b9

Choose a tag to compare

Pup 0.58.3

Installation

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

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

# Linux (x86_64)
curl -L https://github.com/datadog/pup/releases/download/v0.58.3/pup_0.58.3_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/datadog/pup/releases/download/v0.58.3/pup_0.58.3_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/datadog/pup/releases/download/v0.58.3/pup_0.58.3_Windows_x86_64.zip -o pup.zip
tar -xf pup.zip

WASM

  • WASI (pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime
  • Browser WASM (pup_browser_wasm.tar.gz): npm-ready package with PupClient JS class and TypeScript definitions

Verifying

# Verify checksums
sha256sum -c pup_0.58.3_checksums.txt

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_0.58.3_checksums.txt.sigstore.json \
  pup_0.58.3_checksums.txt

What's Changed

Full Changelog: v0.58.2...v0.58.3

Release 0.58.2

07 May 15:08
v0.58.2
5af7b32

Choose a tag to compare

Pup 0.58.2

Installation

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

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

# Linux (x86_64)
curl -L https://github.com/datadog/pup/releases/download/v0.58.2/pup_0.58.2_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/datadog/pup/releases/download/v0.58.2/pup_0.58.2_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/datadog/pup/releases/download/v0.58.2/pup_0.58.2_Windows_x86_64.zip -o pup.zip
tar -xf pup.zip

WASM

  • WASI (pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime
  • Browser WASM (pup_browser_wasm.tar.gz): npm-ready package with PupClient JS class and TypeScript definitions

Verifying

# Verify checksums
sha256sum -c pup_0.58.2_checksums.txt

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_0.58.2_checksums.txt.sigstore.json \
  pup_0.58.2_checksums.txt

What's Changed

Full Changelog: v0.58.1...v0.58.2

Release 0.58.0

05 May 23:26
v0.58.0
35c7264

Choose a tag to compare

Pup 0.58.0

Installation

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

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

# Linux (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.58.0/pup_0.58.0_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.58.0/pup_0.58.0_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.58.0/pup_0.58.0_Windows_x86_64.zip -o pup.zip
tar -xf pup.zip

WASM

  • WASI (pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime
  • Browser WASM (pup_browser_wasm.tar.gz): npm-ready package with PupClient JS class and TypeScript definitions

Verifying

# Verify checksums
sha256sum -c pup_0.58.0_checksums.txt

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_0.58.0_checksums.txt.sigstore.json \
  pup_0.58.0_checksums.txt

What's Changed

Full Changelog: v0.57.0...v0.58.0

Release 0.57.0

05 May 13:42
v0.57.0
2e7f7a0

Choose a tag to compare

Pup 0.57.0

Installation

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

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

# Linux (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.57.0/pup_0.57.0_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.57.0/pup_0.57.0_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.57.0/pup_0.57.0_Windows_x86_64.zip -o pup.zip
tar -xf pup.zip

WASM

  • WASI (pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime
  • Browser WASM (pup_browser_wasm.tar.gz): npm-ready package with PupClient JS class and TypeScript definitions

Verifying

# Verify checksums
sha256sum -c pup_0.57.0_checksums.txt

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_0.57.0_checksums.txt.sigstore.json \
  pup_0.57.0_checksums.txt

What's Changed

  • Improve symdb probe-locations reliability and output by @ojung in #333
  • fix(client): bypass serde_json's 128-level recursion limit by @long2mao1 in #460
  • chore(release): bump version to v0.57.0 by @platinummonkey in #462

New Contributors

Full Changelog: v0.56.3...v0.57.0

Release 0.56.3

04 May 14:30
v0.56.3
8303f31

Choose a tag to compare

Pup 0.56.3

Installation

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

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

# Linux (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.3/pup_0.56.3_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.3/pup_0.56.3_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.3/pup_0.56.3_Windows_x86_64.zip -o pup.zip
tar -xf pup.zip

WASM

  • WASI (pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime
  • Browser WASM (pup_browser_wasm.tar.gz): npm-ready package with PupClient JS class and TypeScript definitions

Verifying

# Verify checksums
sha256sum -c pup_0.56.3_checksums.txt

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_0.56.3_checksums.txt.sigstore.json \
  pup_0.56.3_checksums.txt

What's Changed

Full Changelog: v0.56.2...v0.56.3