Skip to content

Update otel/weaver Docker tag to v0.24.1 (main)#1744

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-otel-weaver-0.x
Open

Update otel/weaver Docker tag to v0.24.1 (main)#1744
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-otel-weaver-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
otel/weaver stage minor v0.23.0v0.24.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

open-telemetry/weaver (otel/weaver)

v0.24.1: 0.24.1 - 2026-06-21

Compare Source

Release Notes

Install weaver 0.24.1

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/open-telemetry/weaver/releases/download/v0.24.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.24.1/weaver-installer.ps1 | iex"

Download weaver 0.24.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>

v0.24.0: 0.24.0 - 2026-06-19

Compare Source

Release Notes

  • Add requirement_level (recommended/opt_in) for all v2 signals (metrics, spans, events, entities). (#​1515 by @​lmolkova)

  • Add dependency_resolution.exclude annotation to hide attributes, groups, and signals from registries that depend on this one. (#​1458 by @​lmolkova)

  • Add one_of and all_of combinators to entity_associations, letting a signal (span, metric, or event) require any-of or all-of a set of entities, nested arbitrarily. A bare list of entity references remains supported and is treated as an implicit one_of. See semconv-syntax.v2.md. (#​1493 by @​jerbly)

  • Add weaver-live-check-start and weaver-live-check-stop composite GitHub Actions for CI integration. (#​1448)

  • Rename resolved_schema_uri to resolved_registry_uri in publication manifest and in package command. (#​1425)

  • Fix V2 resolver overwriting SpanName.note with the span type id during resolution. (#​1401)

  • Add semconv_grouped_events JQ helper with v1/v2 options parity and coverage. (#​1439)

  • New feature (#​1344) - Support authenticated HTTP downloads of remote registries, including GitHub private release assets. Auth is configured per-URL via [[auth]] entries in .weaver.toml (longest url_prefix wins), with tokens sourced from a literal token, a token_env variable, or a token_command helper (e.g. ["gh", "auth", "token"]). (#​1356 by @​jerbly)

  • New feature - .weaver.toml project configuration now covers all subcommands allowing for simplified configuration management. See the README.md (#​1410 by @​jerbly)

  • Fix (#​1297) - Live-check: entity validation now supported. (#​1426 by @​jerbly)

  • Live-check OTLP log findings are now dog-fooded: the event schema, attributes, and enumerations are defined in a semconv model and code-generated using Weaver's own templates. See finding.md for the generated reference documentation and dog-fooding.md for the full dog-fooding guide.

    💥 BREAKING CHANGES 💥 to the log schema:

    • attribute_nameattribute_key (in weaver.finding.context)
    • weaver.finding.sample_typeweaver.finding.sample.type
    • weaver.finding.signal_typeweaver.finding.signal.type
    • weaver.finding.signal_nameweaver.finding.signal.name
    • weaver.finding.resource_attribute.<key>weaver.finding.resource.attribute.<key>

    (#​1232 by @​jerbly)

Install weaver 0.24.0

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/open-telemetry/weaver/releases/download/v0.24.0/weaver-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/open-telemetry/weaver/releases/download/v0.24.0/weaver-installer.ps1 | iex"

Download weaver 0.24.0

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>

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 added the v3.x Issues and Pull Requests related to the major version v3 label Jun 20, 2026
@renovate renovate Bot requested a review from a team as a code owner June 20, 2026 01:32
@renovate renovate Bot added the v3.x Issues and Pull Requests related to the major version v3 label Jun 20, 2026
@codecov

codecov Bot commented Jun 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.88%. Comparing base (e10a0d3) to head (65945cd).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1744   +/-   ##
=======================================
  Coverage   84.88%   84.88%           
=======================================
  Files         105      105           
  Lines       13632    13632           
=======================================
  Hits        11571    11571           
  Misses       1538     1538           
  Partials      523      523           

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e10a0d3...65945cd. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot force-pushed the renovate/main-otel-weaver-0.x branch from 65576bc to 65945cd Compare June 22, 2026 00:37
@renovate renovate Bot changed the title Update otel/weaver Docker tag to v0.24.0 (main) Update otel/weaver Docker tag to v0.24.1 (main) Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v3.x Issues and Pull Requests related to the major version v3

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants