Skip to content

chore(deps): update dependency datadog-labs/pup to v1.9.1 - #2680

Merged
mikutas merged 1 commit into
masterfrom
renovate/datadog-labs-pup-1.x
Jul 29, 2026
Merged

chore(deps): update dependency datadog-labs/pup to v1.9.1#2680
mikutas merged 1 commit into
masterfrom
renovate/datadog-labs-pup-1.x

Conversation

@renovate

@renovate renovate Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change Pending
datadog-labs/pup minor v1.7.0v1.9.1 v1.9.2

Release Notes

datadog-labs/pup (datadog-labs/pup)

v1.9.1: Release 1.9.1

Compare Source

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

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

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

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

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

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_1.9.1_checksums.txt.sigstore.json \
  pup_1.9.1_checksums.txt
What's Changed

Full Changelog: DataDog/pup@v1.9.0...v1.9.1

v1.9.0: Release 1.9.0

Compare Source

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

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

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

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

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

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_1.9.0_checksums.txt.sigstore.json \
  pup_1.9.0_checksums.txt
What's Changed
New Contributors

Full Changelog: DataDog/pup@v1.8.0...v1.9.0

v1.8.0: Release 1.8.0

Compare Source

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

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

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

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

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

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_1.8.0_checksums.txt.sigstore.json \
  pup_1.8.0_checksums.txt
What's Changed
New Contributors

Full Changelog: DataDog/pup@v1.7.0...v1.8.0


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/datadog-labs-pup-1.x branch from 6dccf12 to fe7740f Compare July 28, 2026 23:31
@renovate renovate Bot changed the title chore(deps): update dependency datadog-labs/pup to v1.8.0 chore(deps): update dependency datadog-labs/pup to v1.9.1 Jul 28, 2026
@mikutas
mikutas merged commit 967c8ef into master Jul 29, 2026
3 checks passed
@mikutas
mikutas deleted the renovate/datadog-labs-pup-1.x branch July 29, 2026 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant