Skip to content

Releases: datadog-labs/pup

Release 0.54.0

25 Apr 15:39
23e6b74

Choose a tag to compare

Pup 0.54.0

Installation

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

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

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

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

# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.54.0/pup_0.54.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.54.0_checksums.txt

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

What's Changed

Full Changelog: v0.53.2...v0.54.0

Release 0.53.2

24 Apr 17:52
b615e00

Choose a tag to compare

Pup 0.53.2

Installation

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

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

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

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

# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.53.2/pup_0.53.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.53.2_checksums.txt

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

What's Changed

  • chore(deps): bump russh from 0.60.0 to 0.60.1 in the cargo group across 1 directory by @dependabot[bot] in #415
  • fix(apm): rename 'operation' to 'name' in services resources command by @maddygoround in #416
  • chore(deps): bump rustls-webpki from 0.103.12 to 0.103.13 in the cargo group across 1 directory by @dependabot[bot] in #417
  • chore(release): bump version to v0.53.2 by @platinummonkey in #418

New Contributors

Full Changelog: v0.53.1...v0.53.2

Release 0.53.1

24 Apr 01:18
ec59956

Choose a tag to compare

Pup 0.53.1

Installation

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

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

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

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

# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.53.1/pup_0.53.1_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.53.1_checksums.txt

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

What's Changed

New Contributors

Full Changelog: v0.53.0...v0.53.1

Release 0.53.0

23 Apr 22:38
845d9cc

Choose a tag to compare

Pup 0.53.0

Installation

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

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

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

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

# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.53.0/pup_0.53.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.53.0_checksums.txt

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

What's Changed

Full Changelog: v0.52.1...v0.53.0

Release 0.52.1

23 Apr 16:02
715f007

Choose a tag to compare

Pup 0.52.1

Installation

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

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

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

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

# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.52.1/pup_0.52.1_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.52.1_checksums.txt

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

What's Changed

  • chore(deps): bump openssl from 0.10.76 to 0.10.78 in the cargo group across 1 directory by @dependabot[bot] in #399
  • fix(notebooks,app-builder): align --help text with actual --file flag by @platinummonkey in #400
  • chore(release): bump version to v0.52.1 by @platinummonkey in #401

Full Changelog: v0.52.0...v0.52.1

Release 0.52.0

22 Apr 20:26
251cb2a

Choose a tag to compare

Pup 0.52.0

Installation

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

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

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

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

# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.52.0/pup_0.52.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.52.0_checksums.txt

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

What's Changed

Full Changelog: v0.51.1...v0.52.0

Release 0.51.1

22 Apr 15:16
1b3b7d4

Choose a tag to compare

Pup 0.51.1

Installation

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

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

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

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

# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.51.1/pup_0.51.1_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.51.1_checksums.txt

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

What's Changed

Full Changelog: v0.51.0...v0.51.1

Release 0.51.0

21 Apr 23:56
5958e65

Choose a tag to compare

Pup 0.51.0

Installation

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

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

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

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

# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.51.0/pup_0.51.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.51.0_checksums.txt

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

What's Changed

Full Changelog: v0.50.2...v0.51.0

Release 0.50.2

17 Apr 14:52
0688f68

Choose a tag to compare

Pup 0.50.2

Installation

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

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

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

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

# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.50.2/pup_0.50.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.50.2_checksums.txt

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

What's Changed

Full Changelog: v0.50.1...v0.50.2

Release 0.50.1

17 Apr 14:08
602b70f

Choose a tag to compare

Pup 0.50.1

Installation

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

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

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

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

# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.50.1/pup_0.50.1_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.50.1_checksums.txt

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

What's Changed

New Contributors

Full Changelog: v0.50.0...v0.50.1