Releases: DataDog/pup
Releases · DataDog/pup
Release list
Release 1.6.2
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.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_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.txtWhat'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
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.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_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.txtWhat'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
- @Platane made their first contribution in #629
- @bharris-devoted made their first contribution in #627
Full Changelog: v1.6.0...v1.6.1
Release 1.6.0
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.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_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.txtWhat's Changed
- feat(apm): add sampling-rules CRUD commands by @rachelyangdog in #552
- feat(monitors): add
pup monitors diffsubcommand 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
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.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_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.txtWhat'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
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.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_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.txtWhat'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
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.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_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.txtWhat'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
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.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_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.txtWhat'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
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.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_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.txtWhat'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 listcommand 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
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.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_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.txtWhat's Changed
- docs: remove stale multi-session guidance by @srosenthal-dd in #600
- Bump SDK version. by @jack-edmonds-dd in #603
- feat(filter): add --jq global flag for jq-style output filtering by @platinummonkey in #590
- fix(ddsql): correct broken DDSQL time-series help example by @platinummonkey in #605
- feat(tag-policies): add tag-policies command by @jack-edmonds-dd in #604
- chore(release): bump version to v1.2.2 by @dd-octo-sts[bot] in #607
Full Changelog: v1.2.1...v1.2.2
Release 1.2.1
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.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_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.txtWhat'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