Skip to content

0.25.1 - 2026-07-28

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jul 01:39
26c685f

Release Notes

  • Fix v2 attribute resolution so a ref inside an included group (ref_group) merges field-by-field instead of replacing the whole attribute. (#1634 by @lmolkova)
  • Make schema_url mandatory for manifest dependencies (#1651 by @jerbly)
  • Fix imported groups keeping the losing version's definition and provenance (#1650 by @jerbly)
  • Fix imported attributes losing their origin registry provenance (#1649 by @jerbly)
  • Fix live-check admin server (and /stop) shutting down 60s after startup (#1645 by @NimrodAvni78)
  • Fix signals imported from a dependency losing their per-signal attribute data. When several signals reference the same attribute with different requirement_level or role, each imported signal was re-pointed at whichever variant of the attribute was registered first. E.g. silently rewriting requirement levels or dropping role: identifying from imported entities. Each signal now references the attribute variant it actually declares. Per-name conflict resolution still applies to root-attribute provenance. (#1635 by @jerbly)

Install weaver 0.25.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/open-telemetry/weaver/releases/download/v0.25.1/weaver-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/open-telemetry/weaver/releases/download/v0.25.1/weaver-installer.ps1 | iex"

Download weaver 0.25.1

File Platform Checksum
weaver-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
weaver-x86_64-apple-darwin.tar.xz Intel macOS checksum
weaver-x86_64-pc-windows-msvc.zip x64 Windows checksum
weaver-x86_64-pc-windows-msvc.msi x64 Windows checksum
weaver-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
weaver-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
weaver-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
weaver-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo open-telemetry/weaver

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>