Skip to content

Releases: DataDog/pup

Release 1.6.2

Choose a tag to compare

@github-actions github-actions released this 03 Jul 02:15
81e8d8e

Pup 1.6.2

Installation

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

# macOS (Intel)
curl -L https://github.com/DataDog/pup/releases/download/v1.6.2/pup_1.6.2_Darwin_x86_64.tar.gz | tar xz

# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.6.2/pup_1.6.2_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v1.6.2/pup_1.6.2_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.6.2/pup_1.6.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_1.6.2_checksums.txt

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

What's Changed

  • feat(skills): add devin platform target by @samfert in #630
  • chore(release): bump version to v1.6.2 by @dd-octo-sts[bot] in #632

New Contributors

Full Changelog: v1.6.1...v1.6.2

Release 1.6.1

Choose a tag to compare

@github-actions github-actions released this 01 Jul 18:36
42f1ccb

Pup 1.6.1

Installation

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

# macOS (Intel)
curl -L https://github.com/DataDog/pup/releases/download/v1.6.1/pup_1.6.1_Darwin_x86_64.tar.gz | tar xz

# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.6.1/pup_1.6.1_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v1.6.1/pup_1.6.1_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.6.1/pup_1.6.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_1.6.1_checksums.txt

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

What's Changed

  • chore(deps): bump the all group with 2 updates by @dependabot[bot] in #626
  • fix(logs): support index option by @Platane in #629
  • feat(auth): add D-Bus Secret Service support for Linux keyring by @bharris-devoted in #627
  • chore(release): bump version to v1.6.1 by @dd-octo-sts[bot] in #628

New Contributors

Full Changelog: v1.6.0...v1.6.1

Release 1.6.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 21:00
0f1fefd

Pup 1.6.0

Installation

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

# macOS (Intel)
curl -L https://github.com/DataDog/pup/releases/download/v1.6.0/pup_1.6.0_Darwin_x86_64.tar.gz | tar xz

# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.6.0/pup_1.6.0_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v1.6.0/pup_1.6.0_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.6.0/pup_1.6.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_1.6.0_checksums.txt

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

What's Changed

  • feat(apm): add sampling-rules CRUD commands by @rachelyangdog in #552
  • feat(monitors): add pup monitors diff subcommand by @platinummonkey in #621
  • chore(release): bump version to v1.6.0 by @dd-octo-sts[bot] in #625

Full Changelog: v1.5.1...v1.6.0

Release 1.5.1

Choose a tag to compare

@github-actions github-actions released this 29 Jun 16:55
0c47940

Pup 1.5.1

Installation

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

# macOS (Intel)
curl -L https://github.com/DataDog/pup/releases/download/v1.5.1/pup_1.5.1_Darwin_x86_64.tar.gz | tar xz

# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.5.1/pup_1.5.1_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v1.5.1/pup_1.5.1_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.5.1/pup_1.5.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_1.5.1_checksums.txt

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

What's Changed

  • feat: support CLAUDE_CONFIG_DIR for user-scope Claude Code installs by @platinummonkey in #622
  • fix: allow hyphen-prefixed values for --sort flags by @platinummonkey in #623
  • chore(release): bump version to v1.5.1 by @dd-octo-sts[bot] in #624

Full Changelog: v1.5.0...v1.5.1

Release 1.5.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 14:06
94c5cbd

Pup 1.5.0

Installation

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

# macOS (Intel)
curl -L https://github.com/DataDog/pup/releases/download/v1.5.0/pup_1.5.0_Darwin_x86_64.tar.gz | tar xz

# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.5.0/pup_1.5.0_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v1.5.0/pup_1.5.0_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.5.0/pup_1.5.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_1.5.0_checksums.txt

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

What's Changed

  • feat(apm): add adaptive sampling commands by @rachelyangdog in #553
  • auth: minimize macOS keychain prompts (memoize reads, single keychain backend) by @srosenthal-dd in #617
  • chore(release): bump version to v1.5.0 by @dd-octo-sts[bot] in #620

Full Changelog: v1.4.1...v1.5.0

Release 1.4.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 12:16
e623d32

Pup 1.4.1

Installation

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

# macOS (Intel)
curl -L https://github.com/DataDog/pup/releases/download/v1.4.1/pup_1.4.1_Darwin_x86_64.tar.gz | tar xz

# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.4.1/pup_1.4.1_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v1.4.1/pup_1.4.1_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.4.1/pup_1.4.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_1.4.1_checksums.txt

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

What's Changed

  • INPLAT-1168: update apm troubleshooting list for new instrumentation-errors endpoint by @knusbaum in #616
  • chore(release): bump version to v1.4.1 by @dd-octo-sts[bot] in #618

Full Changelog: v1.4.0...v1.4.1

Release 1.4.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 14:59
e7b6528

Pup 1.4.0

Installation

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

# macOS (Intel)
curl -L https://github.com/DataDog/pup/releases/download/v1.4.0/pup_1.4.0_Darwin_x86_64.tar.gz | tar xz

# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.4.0/pup_1.4.0_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v1.4.0/pup_1.4.0_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.4.0/pup_1.4.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_1.4.0_checksums.txt

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

What's Changed

  • fix(extensions): add trust gate to extension fast-path by @srosenthal-dd in #601
  • feat(extension): support multi-extension GitHub release repos by @jkirsteins in #593
  • fix(docs): correct pup agent guide description in LLM_GUIDE.md by @platinummonkey in #613
  • feat(auth): enforce one session per org name by @srosenthal-dd in #602
  • chore(release): bump version to v1.4.0 by @dd-octo-sts[bot] in #615

Full Changelog: v1.3.0...v1.4.0

Release 1.3.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 13:28
c16dd67

Pup 1.3.0

Installation

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

# macOS (Intel)
curl -L https://github.com/DataDog/pup/releases/download/v1.3.0/pup_1.3.0_Darwin_x86_64.tar.gz | tar xz

# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.3.0/pup_1.3.0_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v1.3.0/pup_1.3.0_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.3.0/pup_1.3.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_1.3.0_checksums.txt

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

What's Changed

  • feat(model-lab): add model-lab command group (SDK 0.32.0) by @jack-edmonds-dd in #606
  • feat(change-stories): add pup change-stories list command group by @bmarengo in #558
  • chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the all group by @dependabot[bot] in #609
  • chore(release): bump version to v1.3.0 by @dd-octo-sts[bot] in #611

New Contributors

Full Changelog: v1.2.2...v1.3.0

Release 1.2.2

Choose a tag to compare

@github-actions github-actions released this 22 Jun 13:34
be67343

Pup 1.2.2

Installation

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

# macOS (Intel)
curl -L https://github.com/DataDog/pup/releases/download/v1.2.2/pup_1.2.2_Darwin_x86_64.tar.gz | tar xz

# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.2.2/pup_1.2.2_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v1.2.2/pup_1.2.2_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.2.2/pup_1.2.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_1.2.2_checksums.txt

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

What's Changed

Full Changelog: v1.2.1...v1.2.2

Release 1.2.1

Choose a tag to compare

@github-actions github-actions released this 18 Jun 13:40
c21138d

Pup 1.2.1

Installation

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

# macOS (Intel)
curl -L https://github.com/DataDog/pup/releases/download/v1.2.1/pup_1.2.1_Darwin_x86_64.tar.gz | tar xz

# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.2.1/pup_1.2.1_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v1.2.1/pup_1.2.1_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.2.1/pup_1.2.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_1.2.1_checksums.txt

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

What's Changed

  • fix(auth): resolve default-session site for bare commands (#592) by @srosenthal-dd in #596
  • chore(release): bump version to v1.2.1 by @dd-octo-sts[bot] in #597

Full Changelog: v1.2.0...v1.2.1