Skip to content

pup 1.9.1 - #295607

Merged
BrewTestBot merged 2 commits into
mainfrom
bump-pup-1.9.1
Jul 28, 2026
Merged

pup 1.9.1#295607
BrewTestBot merged 2 commits into
mainfrom
bump-pup-1.9.1

Conversation

@BrewTestBot

Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
## 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

View the full release notes at https://github.com/DataDog/pup/releases/tag/v1.9.1.


@github-actions github-actions Bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Jul 27, 2026
Signed-off-by: Patrick Linnane <patrick@linnane.io>
@github-actions

Copy link
Copy Markdown
Contributor

馃 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions Bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jul 28, 2026
@BrewTestBot
BrewTestBot enabled auto-merge July 28, 2026 06:18
@BrewTestBot
BrewTestBot added this pull request to the merge queue Jul 28, 2026
Merged via the queue into main with commit 923c6fa Jul 28, 2026
22 checks passed
@BrewTestBot
BrewTestBot deleted the bump-pup-1.9.1 branch July 28, 2026 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants