chore(deps): update otel/weaver docker tag to v0.22.1#269
Open
renovate-rancher[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update otel/weaver docker tag to v0.22.1#269renovate-rancher[bot] wants to merge 1 commit intomainfrom
renovate-rancher[bot] wants to merge 1 commit intomainfrom
Conversation
7c7a220 to
62a13da
Compare
62a13da to
efd4881
Compare
527734e to
168593f
Compare
168593f to
516a38b
Compare
19e41d4 to
43e4cea
Compare
0c5ba40 to
5185743
Compare
5185743 to
da34b81
Compare
da34b81 to
ed81f81
Compare
ed81f81 to
d66b479
Compare
d66b479 to
08999da
Compare
08999da to
fa8df80
Compare
fa8df80 to
8420860
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.19.0→v0.22.1Release Notes
open-telemetry/weaver (otel/weaver)
v0.22.1: 0.22.1 - 2026-03-13Compare Source
Release Notes
Note: 0.22.0 release was skipped due to release CI/CD issues.
/healthendpoint that can be used in long-running scenarios to confirm readiness and liveness of the live-check server. (#1193 by @jerbly)--output=httpto have live-check send its report as the response to/stop. (#1193 by @jerbly)registry stats,registry diff, andregistry resolve.registry statsalso supports--templatesfor custom text output templates. (#1200 by @jerbly)--emit-otlp-logswill now include the attributes from the resource in the emitted log record, this helps to identify the source of the finding in a multi-source environment. (#1206 by @jerbly)weaver registry infercommand that listens for OTLP telemetry and infers a semantic convention registry file from the received data. Supports spans, metrics, events, and resource attributes. Includes configurable gRPC address/port, admin server for graceful shutdown, and inactivity timeout. (#1138 by @ArthurSens)schema_urlin registry manifest, dependencies, and resolved schema instead ofregistry_url. Parse registry name and versionfrom it. (#1202 by @lmolkova)
manifest.yamlfor registry manifest file, deprecateregistry_manifest.yamland add warning when it's used. (#1202 by @lmolkova)none) for all templates, regardless of file extension. To opt in, setauto_escape: htmlorauto_escape: jsonper template inweaver.yaml. Within a template,{% autoescape false %}blocks can selectively disable escaping for sections. Use|tojsonfor explicit JSON/YAML value escaping where needed. (#1239 by @jerbly)version: "2"withfile_format: definition/2for v2 definition schema (#1154 by @lmolkova)weaver registry packagecommand to generate manifest and write resolved schema. (#1254 by @lmolkova)weaver registry packagecommand not producing output due to warnings. (#1271 by @lmolkova)file_format(#1262 by @lmolkova)PolicyFinding, makecontextfield optional. (#1270 by @lmolkova)weaver registry resolvecommand, please useweaver registry generateorpackageinstead (#1255 by @lmolkova)importsfor all signal types and public attribute groups in v2 registry. (#1267 by @jsuereth)weaver serveAPI. (#1240 by @jerbly)weaver serveUI migrated to React. (#1147 by @nicolastakashi)Install weaver 0.22.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.22.1/weaver-installer.ps1 | iex"Download weaver 0.22.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.22.0Compare Source
v0.21.2: 0.21.2 - 2026-02-03Compare Source
Release Notes
weaver servecommand to serve a REST API and web UI. (#1076 by @jerbly)registry json-schema(#1105 by @lmolkova)weaver registry mcpMCP server for a registry with search, get and live_check tools. (#1113 by @jerbly)--no-statsin report mode. (#1142 by @jerbly)Install weaver 0.21.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.21.2/weaver-installer.ps1 | iex"Download weaver 0.21.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.21.1Compare Source
v0.21.0Compare Source
v0.20.0: 0.20.0 - 2025-12-11Compare Source
Release Notes
weaver diff(#1053 by @jsuereth)weaver check(#1016 by @jsuereth)emit(#1019 by @jerbly)live-check(#1022 by @jerbly)ViolationandAdvicehave been renamedto
PolicyFinding. We now use the same structure between allrego policies in weaver. (#1038 by @jsuereth)
weaver registry searchcommand. This command is not compatible with V2 schema and will be removed in a future version. Users should search the generated documentation instead. (#1057 by @jerbly)--inactivity-timeout=0,--output=noneand--no-stats(#1066 by @jerbly)Install weaver 0.20.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.20.0/weaver-installer.ps1 | iex"Download weaver 0.20.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: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.