Update otel/weaver Docker tag to v0.24.2#28
Open
red-hat-konflux[bot] wants to merge 1 commit into
Open
Conversation
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
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.2Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release 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.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.