Releases: DataDog/pup
Releases · DataDog/pup
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
Release 1.2.0 (contains breaking change)
Pup 1.2.0
Breaking Changes
--subdomain is no longer a valid option. This has been normalized under a single --site/DD_SITE login method
Installation
# macOS (Apple Silicon)
curl -L https://github.com/DataDog/pup/releases/download/v1.2.0/pup_1.2.0_Darwin_arm64.tar.gz | tar xz
# macOS (Intel)
curl -L https://github.com/DataDog/pup/releases/download/v1.2.0/pup_1.2.0_Darwin_x86_64.tar.gz | tar xz
# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.2.0/pup_1.2.0_Linux_x86_64.tar.gz | tar xz
# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v1.2.0/pup_1.2.0_Linux_arm64.tar.gz | tar xz
# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.2.0/pup_1.2.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.2.0_checksums.txt
# Verify signature (requires cosign)
cosign verify-blob \
--bundle pup_1.2.0_checksums.txt.sigstore.json \
pup_1.2.0_checksums.txtWhat's Changed
- docs(readme): replace stale --subdomain example with --site vanity host by @srosenthal-dd in #585
- fix(idp): surface error when migrate-schema path not found by @andre-rodrigues-dd in #587
- feat(auth): gate credential dispatch to non-Datadog hosts by @srosenthal-dd in #589
- Support Gateways, Simplify subdomain logic and allow just using
--siteorDD_SITE(breaking: removes --subdomain) by @platinummonkey in #576 - chore(release): bump version to v1.2.0 by @dd-octo-sts[bot] in #594
Full Changelog: v1.1.0...v1.2.0
Release 1.1.0
Pup 1.1.0
Installation
# macOS (Apple Silicon)
curl -L https://github.com/DataDog/pup/releases/download/v1.1.0/pup_1.1.0_Darwin_arm64.tar.gz | tar xz
# macOS (Intel)
curl -L https://github.com/DataDog/pup/releases/download/v1.1.0/pup_1.1.0_Darwin_x86_64.tar.gz | tar xz
# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.1.0/pup_1.1.0_Linux_x86_64.tar.gz | tar xz
# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v1.1.0/pup_1.1.0_Linux_arm64.tar.gz | tar xz
# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.1.0/pup_1.1.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.1.0_checksums.txt
# Verify signature (requires cosign)
cosign verify-blob \
--bundle pup_1.1.0_checksums.txt.sigstore.json \
pup_1.1.0_checksums.txtWhat's Changed
- revert: remove site/subdomain commits pushed directly to main by @platinummonkey in #575
- chore: not really Go based by @avidal in #577
- chore(deps): bump russh from 0.60.1 to 0.61.1 by @dependabot[bot] in #582
- feat(tls): switch to rustls to fix enterprise MITM proxy cert failures by @platinummonkey in #579
- fix(api): route fields and headers correctly by @jkirsteins in #581
- chore(release): bump version to v1.1.0 by @dd-octo-sts[bot] in #583
Full Changelog: v1.0.0...v1.1.0
Release 1.0.0
Pup 1.0.0
Installation
# macOS (Apple Silicon)
curl -L https://github.com/DataDog/pup/releases/download/v1.0.0/pup_1.0.0_Darwin_arm64.tar.gz | tar xz
# macOS (Intel)
curl -L https://github.com/DataDog/pup/releases/download/v1.0.0/pup_1.0.0_Darwin_x86_64.tar.gz | tar xz
# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.0.0/pup_1.0.0_Linux_x86_64.tar.gz | tar xz
# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v1.0.0/pup_1.0.0_Linux_arm64.tar.gz | tar xz
# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v1.0.0/pup_1.0.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.0.0_checksums.txt
# Verify signature (requires cosign)
cosign verify-blob \
--bundle pup_1.0.0_checksums.txt.sigstore.json \
pup_1.0.0_checksums.txtWhat's Changed
- Pup CLI is GA by @dd-octo-sts[bot] in #573
Full Changelog: v0.66.0...v1.0.0
Release 0.66.0
Pup 0.66.0
Installation
# macOS (Apple Silicon)
curl -L https://github.com/DataDog/pup/releases/download/v0.66.0/pup_0.66.0_Darwin_arm64.tar.gz | tar xz
# macOS (Intel)
curl -L https://github.com/DataDog/pup/releases/download/v0.66.0/pup_0.66.0_Darwin_x86_64.tar.gz | tar xz
# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.66.0/pup_0.66.0_Linux_x86_64.tar.gz | tar xz
# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v0.66.0/pup_0.66.0_Linux_arm64.tar.gz | tar xz
# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.66.0/pup_0.66.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_0.66.0_checksums.txt
# Verify signature (requires cosign)
cosign verify-blob \
--bundle pup_0.66.0_checksums.txt.sigstore.json \
pup_0.66.0_checksums.txtWhat's Changed
- feat(dbm): add OAuth support for dbm samples search by @srosenthal-dd in #570
- fix(idp): remove stale idp.rs after module split to idp/ by @platinummonkey in #571
- feat(idp): add migrate-schema command to migrate service catalog YAML to v3 by @andre-rodrigues-dd in #567
- chore(release): bump version to v0.66.0 by @dd-octo-sts[bot] in #572
New Contributors
- @andre-rodrigues-dd made their first contribution in #567
Full Changelog: v0.65.4...v0.66.0
Release 0.65.4
Pup 0.65.4
Installation
# macOS (Apple Silicon)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.4/pup_0.65.4_Darwin_arm64.tar.gz | tar xz
# macOS (Intel)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.4/pup_0.65.4_Darwin_x86_64.tar.gz | tar xz
# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.4/pup_0.65.4_Linux_x86_64.tar.gz | tar xz
# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.4/pup_0.65.4_Linux_arm64.tar.gz | tar xz
# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.4/pup_0.65.4_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_0.65.4_checksums.txt
# Verify signature (requires cosign)
cosign verify-blob \
--bundle pup_0.65.4_checksums.txt.sigstore.json \
pup_0.65.4_checksums.txtWhat's Changed
- feat(extensions): let custom extensions reuse pup's client and formatter by @platinummonkey in #564
- fix(skills): pi supports skills — add .pi/skills install paths by @platinummonkey in #565
- chore(release): bump version to v0.65.4 by @dd-octo-sts[bot] in #566
Full Changelog: v0.65.3...v0.65.4
Release 0.65.3
Pup 0.65.3
Installation
# macOS (Apple Silicon)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.3/pup_0.65.3_Darwin_arm64.tar.gz | tar xz
# macOS (Intel)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.3/pup_0.65.3_Darwin_x86_64.tar.gz | tar xz
# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.3/pup_0.65.3_Linux_x86_64.tar.gz | tar xz
# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.3/pup_0.65.3_Linux_arm64.tar.gz | tar xz
# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.3/pup_0.65.3_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_0.65.3_checksums.txt
# Verify signature (requires cosign)
cosign verify-blob \
--bundle pup_0.65.3_checksums.txt.sigstore.json \
pup_0.65.3_checksums.txtWhat's Changed
- Add app builder scopes. by @jack-edmonds-dd in #561
- chore(release): bump version to v0.65.3 by @dd-octo-sts[bot] in #563
Full Changelog: v0.65.2...v0.65.3
Release 0.65.2
Pup 0.65.2
Installation
# macOS (Apple Silicon)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.2/pup_0.65.2_Darwin_arm64.tar.gz | tar xz
# macOS (Intel)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.2/pup_0.65.2_Darwin_x86_64.tar.gz | tar xz
# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.2/pup_0.65.2_Linux_x86_64.tar.gz | tar xz
# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.2/pup_0.65.2_Linux_arm64.tar.gz | tar xz
# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.2/pup_0.65.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_0.65.2_checksums.txt
# Verify signature (requires cosign)
cosign verify-blob \
--bundle pup_0.65.2_checksums.txt.sigstore.json \
pup_0.65.2_checksums.txtWhat's Changed
- chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the all group by @dependabot[bot] in #556
- fix(skills): fix pi platform install and all-platform extension inclusion by @platinummonkey in #560
- chore(release): bump version to v0.65.2 by @dd-octo-sts[bot] in #557
Full Changelog: v0.65.1...v0.65.2
Release 0.65.1
Pup 0.65.1
Installation
# macOS (Apple Silicon)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.1/pup_0.65.1_Darwin_arm64.tar.gz | tar xz
# macOS (Intel)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.1/pup_0.65.1_Darwin_x86_64.tar.gz | tar xz
# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.1/pup_0.65.1_Linux_x86_64.tar.gz | tar xz
# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.1/pup_0.65.1_Linux_arm64.tar.gz | tar xz
# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.1/pup_0.65.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_0.65.1_checksums.txt
# Verify signature (requires cosign)
cosign verify-blob \
--bundle pup_0.65.1_checksums.txt.sigstore.json \
pup_0.65.1_checksums.txtWhat's Changed
- fix(auth): support --subdomain login for orgs on non-US1 regions by @haru0017 in #551
- chore(release): bump version to v0.65.1 by @dd-octo-sts[bot] in #555
New Contributors
Full Changelog: v0.65.0...v0.65.1
Release 0.65.0
Pup 0.65.0
Installation
# macOS (Apple Silicon)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.0/pup_0.65.0_Darwin_arm64.tar.gz | tar xz
# macOS (Intel)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.0/pup_0.65.0_Darwin_x86_64.tar.gz | tar xz
# Linux (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.0/pup_0.65.0_Linux_x86_64.tar.gz | tar xz
# Linux (arm64)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.0/pup_0.65.0_Linux_arm64.tar.gz | tar xz
# Windows (x86_64)
curl -L https://github.com/DataDog/pup/releases/download/v0.65.0/pup_0.65.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_0.65.0_checksums.txt
# Verify signature (requires cosign)
cosign verify-blob \
--bundle pup_0.65.0_checksums.txt.sigstore.json \
pup_0.65.0_checksums.txtWhat's Changed
- fix(config): fall back to ~/.config/pup/config.yaml on macOS by @platinummonkey in #538
- feat(llm-obs): add dataset batch-update, clone, restore subcommands by @platinummonkey in #540
- feat(error-tracking): add --state, --team, --assignee filters to issues search by @platinummonkey in #541
- feat(cost): add OCI configs and cost anomalies list commands by @platinummonkey in #544
- feat(security): add findings mute and rules bulk-convert commands by @platinummonkey in #545
- feat(synthetics): add downtime list/create/delete commands by @platinummonkey in #546
- feat(annotations): add dashboard/notebook annotations commands by @platinummonkey in #547
- feat(metrics): add window-seconds and cross-org timeseries query by @platinummonkey in #548
- chore(deps): upgrade datadog-api-client to master HEAD 2026-05-29 by @platinummonkey in #539
- chore(release): bump version to v0.65.0 by @dd-octo-sts[bot] in #549
Full Changelog: v0.64.2...v0.65.0