Skip to content

Releases: DataDog/pup

Release 0.64.1

23 May 10:26
1954519

Choose a tag to compare

Pup 0.64.1

Installation

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

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

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

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

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

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

What's Changed

  • fix(ci): correct release-tag trust policy claims by @jack-edmonds-dd in #519
  • Add OAuth support to workflows commands by @srosenthal-dd in #523
  • Allow OAuth on pup security restriction-policies by @srosenthal-dd in #524
  • docs: document multi-org sessions and fix token file layout by @srosenthal-dd in #525
  • Enable Observability Pipelines via OAuth by @Jansen-w in #520
  • feat(cases)!: add timeline and restructure comments as a subgroup by @avidal in #510
  • chore(release): bump version to v0.64.1 by @dd-octo-sts[bot] in #522

New Contributors

Full Changelog: v0.64.0...v0.64.1

Release 0.64.0

20 May 19:41
1903083

Choose a tag to compare

Pup 0.64.0

Installation

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

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

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

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

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

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

What's Changed

  • fix(incidents): enable v2.list_incident_attachments unstable op by @pietrodll in #513
  • chore(deps): bump goreleaser/goreleaser-action from 7.2.1 to 7.2.2 in the all group by @dependabot[bot] in #514
  • fix(ci): correct release trust policy for environment-scoped subject by @jack-edmonds-dd in #515
  • refactor(ci): switch release flow to PR-based bump with API-created tag by @jack-edmonds-dd in #516
  • chore(release): bump version to v0.64.0 by @dd-octo-sts[bot] in #518

New Contributors

  • @dd-octo-sts[bot] made their first contribution in #518

Full Changelog: v0.63.0...v0.64.0

Release 0.63.0

15 May 16:05
v0.63.0
81b2450

Choose a tag to compare

Pup 0.63.0

Installation

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

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

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

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

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

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

What's Changed

Full Changelog: v0.62.0...v0.63.0

Release 0.62.0

14 May 22:20
v0.62.0
16cee9f

Choose a tag to compare

Pup 0.62.0

Installation

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

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

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

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

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

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

What's Changed

Full Changelog: v0.61.0...v0.62.0

Release 0.61.0

14 May 22:17
v0.61.0
3f555f3

Choose a tag to compare

Pup 0.61.0

Installation

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

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

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

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

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

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

What's Changed

  • feat(agent): guide agents to use --no-agent when authoring user-run scripts by @platinummonkey in #502
  • feat(skills): add native pi extension for pup by @platinummonkey in #500
  • (docs) Update pup test command in README by @l-teles in #503
  • feat(cases): fix create flag path, add comment subcommands, split case-management agent by @avidal in #504
  • chore(release): bump version to v0.61.0 by @platinummonkey in #505

New Contributors

Full Changelog: v0.60.0...v0.61.0

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