chore(deps): update otel/weaver docker tag to v0.24.2#90
Open
renovate-rancher[bot] wants to merge 1 commit into
Open
chore(deps): update otel/weaver docker tag to v0.24.2#90renovate-rancher[bot] wants to merge 1 commit into
renovate-rancher[bot] wants to merge 1 commit into
Conversation
renovate-rancher
Bot
force-pushed
the
renovate/otel-weaver-0.x
branch
from
July 5, 2025 04:42
6237826 to
4ddadc6
Compare
renovate-rancher
Bot
force-pushed
the
renovate/otel-weaver-0.x
branch
from
August 11, 2025 04:49
4ddadc6 to
d801006
Compare
renovate-rancher
Bot
force-pushed
the
renovate/otel-weaver-0.x
branch
from
August 16, 2025 04:42
d801006 to
74eb891
Compare
renovate-rancher
Bot
force-pushed
the
renovate/otel-weaver-0.x
branch
from
September 18, 2025 04:38
74eb891 to
4300bf9
Compare
renovate-rancher
Bot
force-pushed
the
renovate/otel-weaver-0.x
branch
2 times, most recently
from
November 5, 2025 04:40
8f1fd02 to
e4b4c77
Compare
renovate-rancher
Bot
force-pushed
the
renovate/otel-weaver-0.x
branch
from
December 17, 2025 04:45
e4b4c77 to
9e18184
Compare
renovate-rancher
Bot
force-pushed
the
renovate/otel-weaver-0.x
branch
from
February 8, 2026 05:11
9e18184 to
ec77e1a
Compare
renovate-rancher
Bot
force-pushed
the
renovate/otel-weaver-0.x
branch
from
February 9, 2026 05:13
ec77e1a to
7be0501
Compare
renovate-rancher
Bot
force-pushed
the
renovate/otel-weaver-0.x
branch
from
March 19, 2026 05:08
7be0501 to
5300bcb
Compare
renovate-rancher
Bot
force-pushed
the
renovate/otel-weaver-0.x
branch
from
March 20, 2026 05:04
5300bcb to
5e6612d
Compare
renovate-rancher
Bot
force-pushed
the
renovate/otel-weaver-0.x
branch
from
April 2, 2026 05:14
5e6612d to
973a281
Compare
renovate-rancher
Bot
force-pushed
the
renovate/otel-weaver-0.x
branch
2 times, most recently
from
April 30, 2026 05:41
9e07012 to
1b101b9
Compare
renovate-rancher
Bot
force-pushed
the
renovate/otel-weaver-0.x
branch
from
June 27, 2026 05:50
1b101b9 to
c20eae1
Compare
renovate-rancher
Bot
force-pushed
the
renovate/otel-weaver-0.x
branch
from
June 29, 2026 06:08
c20eae1 to
beb1fa8
Compare
renovate-rancher
Bot
force-pushed
the
renovate/otel-weaver-0.x
branch
from
July 1, 2026 06:06
beb1fa8 to
1139b38
Compare
renovate-rancher
Bot
force-pushed
the
renovate/otel-weaver-0.x
branch
from
July 16, 2026 05:29
1139b38 to
9ee7c80
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.22.1→v0.24.2Release Notes
open-telemetry/weaver (otel/weaver)
v0.24.2: 0.24.2 - 2026-06-23Compare Source
Release Notes
--v2,--skip-policies, etc.) consuming the following positional argument; bare flags work again and--flag=falseoverrides.weaver.toml. (#1532 by @jerbly)Install weaver 0.24.2
Install prebuilt binaries via shell script
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/open-telemetry/weaver/releases/download/v0.24.2/weaver-installer.ps1 | iex"Download weaver 0.24.2
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:
You can also download the attestation from GitHub and verify against that directly:
v0.24.1: 0.24.1 - 2026-06-21Compare Source
Release Notes
Install weaver 0.24.1
Install prebuilt binaries via shell script
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
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:
You can also download the attestation from GitHub and verify against that directly:
v0.24.0: 0.24.0 - 2026-06-19Compare Source
Release Notes
Add
requirement_level(recommended/opt_in) for all v2 signals (metrics, spans, events, entities). (#1515 by @lmolkova)Add
dependency_resolution.excludeannotation to hide attributes, groups, and signals from registries that depend on this one. (#1458 by @lmolkova)Add
one_ofandall_ofcombinators toentity_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 implicitone_of. Seesemconv-syntax.v2.md. (#1493 by @jerbly)Add
weaver-live-check-startandweaver-live-check-stopcomposite GitHub Actions for CI integration. (#1448)Rename
resolved_schema_uritoresolved_registry_uriin publication manifest and inpackagecommand. (#1425)Fix V2 resolver overwriting
SpanName.notewith the span type id during resolution. (#1401)Add
semconv_grouped_eventsJQ 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(longesturl_prefixwins), with tokens sourced from a literaltoken, atoken_envvariable, or atoken_commandhelper (e.g.["gh", "auth", "token"]). (#1356 by @jerbly)New feature -
.weaver.tomlproject 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.mdfor the generated reference documentation anddog-fooding.mdfor the full dog-fooding guide.💥 BREAKING CHANGES 💥 to the log schema:
attribute_name→attribute_key(inweaver.finding.context)weaver.finding.sample_type→weaver.finding.sample.typeweaver.finding.signal_type→weaver.finding.signal.typeweaver.finding.signal_name→weaver.finding.signal.nameweaver.finding.resource_attribute.<key>→weaver.finding.resource.attribute.<key>(#1232 by @jerbly)
Install weaver 0.24.0
Install prebuilt binaries via shell script
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
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:
You can also download the attestation from GitHub and verify against that directly:
v0.23.0: 0.23.0 - 2026-04-22Compare Source
Release Notes
.weaver.tomlproject configuration file forlive-check. Covers alllive-checkCLI flags plus[[live_check.finding_filters]]for dropping findings by ID, minimum level, sample name, and signal type. CLI flags take precedence over config values. Use--configor auto-discovery from CWD. (#1256 by @jerbly)intas compatible with expecteddoubleattribute type, avoiding false violations from OTLP serializers (e.g. JS) that emitint_valuefor integral numbers. (#1331 by @jerbly)schema_urlto track registries consistently in lineage / provenance (#1298 by @jsuereth)head_schema_url/baseline_schema_urlto diff v2. (#1106 by @lmolkova)--allow-git-credentialsglobal flag to enable system credential helpers (e.g.osxkeychain,git-credential-manager) when cloning private registries. By default, git operations remain isolated for security. (#1306 by @jerbly)browse_namespacetool andfindings_onlyoutput mode forlive_check. Add configurable namespace separator via--namespace-separator. (#1324 by @jerbly)Install weaver 0.23.0
Install prebuilt binaries via shell script
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/open-telemetry/weaver/releases/download/v0.23.0/weaver-installer.ps1 | iex"Download weaver 0.23.0
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:
You can also download the attestation from GitHub and verify against that directly:
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.