Skip to content

Conversation

@renovate-rancher
Copy link
Contributor

@renovate-rancher renovate-rancher bot commented Jul 5, 2025

This PR contains the following updates:

Package Type Update Change
otel/weaver stage minor v0.15.0v0.20.0

Release Notes

open-telemetry/weaver (otel/weaver)

v0.20.0: 0.20.0 - 2025-12-11

Compare Source

Release Notes

  • Add support for V2 schema in weaver diff (#​1053 by @​jsuereth)
  • Add support for V2 schema in JQ helpers (#​1058 by @​lmolkova)
  • Add support for V2 schema in weaver_forge (#​980 by @​jsuereth)
  • Add support for V2 schema in weaver check (#​1016 by @​jsuereth)
  • Add support for V2 schema in emit (#​1019 by @​jerbly)
  • Add support for V2 schema in live-check (#​1022 by @​jerbly)
  • 💥 BREAKING CHANGE 💥 Violation and Advice have been renamed
    to PolicyFinding. We now use the same structure between all
    rego policies in weaver. (#​1038 by @​jsuereth)
  • Add Log support for emit and live-check (#​1042 by @​jerbly)
  • Add OTLP log emission for policy findings in live-check. Whenever a PolicyFinding is created, a log_record is emitted to your configured OTLP endpoint. (#​1045 by @​jerbly)
  • Deprecate weaver registry search command. 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)
  • Add support for continuous live-check sessions with --inactivity-timeout=0, --output=none and --no-stats (#​1066 by @​jerbly)

Install weaver 0.20.0

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

Download weaver 0.20.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-x86_64-unknown-linux-gnu.tar.xz x64 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.19.0: 0.19.0 - 2025-11-04

Compare Source

Release Notes

  • Add support for attribute_group (public and internal) in schema v2 (#​933 by @​lmolkova)
  • Live-check report changes (#​943 by @​lmolkova)
    • 💥 BREAKING CHANGE 💥 value property in Advice is renamed to advice_context
    • Advice now contains signal_type and signal_name properties to simplify post-processing
    • Message format is changed to include all dynamic details about the advice
  • The target and the registry sub-directory are now optional for the
    weaver registry generate command. (#​962 by @​lquerel)
  • Deterministic sorting of output (#​982 by @​kuklyy)
  • Fix panic in update-markdown (#​990 by @​jsuereth)
  • Cleanup log output (#​995 by @​lmolkova)

Install weaver 0.19.0

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

Download weaver 0.19.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-x86_64-unknown-linux-gnu.tar.xz x64 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.18.0: 0.18.0 - 2025-09-17

Compare Source

Release Notes

Install weaver 0.18.0

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

Download weaver 0.18.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-x86_64-unknown-linux-gnu.tar.xz x64 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.17.1: 0.17.1 - 2025-08-15

Compare Source

Release Notes

Install weaver 0.17.1

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

Download weaver 0.17.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-x86_64-unknown-linux-gnu.tar.xz x64 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.17.0: 0.17.0 - 2025-08-08

Compare Source

Release Notes

  • Filter based on deprecation, stability, and annotations in signal JQ helpers
    (#​870 by @​lmolkova)
  • Documentation and Repo cleanup (#​873 by @​lquerel))
  • Support structured deprecation info on enum members.
    (#​823 by @​lmolkova)
  • Don't serialize default values and empty arrays when resolving semantic conventions.
    (#​822 by @​lmolkova)
  • Add support for registry dependency chain, a->b->c. This pattern is useful when making narrow application registries that depend on a corporate registry based on the OpenTelemetry semantic conventions. Max depth is 10.
    (#​856 by @​jerbly)
  • Improve doc usage section (#​851 by @​tombrk)

Install weaver 0.17.0

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

Download weaver 0.17.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-x86_64-unknown-linux-gnu.tar.xz x64 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.16.1: 0.16.1 - 2025-07-04

Compare Source

Release Notes

  • Fix github release actions.

Install weaver 0.16.1

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

Download weaver 0.16.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-x86_64-unknown-linux-gnu.tar.xz x64 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.16.0: - 2025-07-03

Compare Source

Note: This release had automation failures which prevented the binary distributions. A Docker image is available for this release.

Changes

v0.15.3: 0.15.3 - 2025-06-24

Compare Source

Release Notes

  • Add imports section to semconv spec. Custom registries can now import groups
    by name or by wildcard. (#​769 by @​lquerel)
  • Add support for metrics to registry emit
    (#​767 by @​jerbly)
  • Adds value_type to metric: int or double. Data-point and exemplar values are live-checked.
    (#​773 by @​jerbly)

Install weaver 0.15.3

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

Download weaver 0.15.3

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-x86_64-unknown-linux-gnu.tar.xz x64 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.15.2: 0.15.2 - 2025-05-30

Compare Source

Release Notes

  • Improve the quality of error messages emitted by Weaver
    (#​759 by @​lquerel)
  • Remove deprecated allow_custom_values from the codebase and YAML files
    (#​758 by @​trisch-me)
    As a result of this change, allow_custom_values will be ignored in registry
    version 1.26.0, which was the last version to support it.

Install weaver 0.15.2

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

Download weaver 0.15.2

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-x86_64-unknown-linux-gnu.tar.xz x64 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.15.1: 0.15.1 - 2025-05-27

Compare Source

Release Notes

Install weaver 0.15.1

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

Download weaver 0.15.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-x86_64-unknown-linux-gnu.tar.xz x64 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: 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@renovate-rancher renovate-rancher bot requested a review from a team as a code owner July 5, 2025 04:41
@renovate-rancher renovate-rancher bot force-pushed the renovate/otel-weaver-0.x branch from 7c7a220 to 62a13da Compare July 12, 2025 04:42
@renovate-rancher renovate-rancher bot force-pushed the renovate/otel-weaver-0.x branch from 62a13da to efd4881 Compare August 11, 2025 04:46
@renovate-rancher renovate-rancher bot changed the title chore(deps): update otel/weaver docker tag to v0.16.1 Update otel/weaver Docker tag to v0.17.0 Aug 11, 2025
@renovate-rancher renovate-rancher bot changed the title Update otel/weaver Docker tag to v0.17.0 chore(deps): update otel/weaver docker tag to v0.17.0 Aug 12, 2025
@renovate-rancher renovate-rancher bot force-pushed the renovate/otel-weaver-0.x branch 2 times, most recently from 527734e to 168593f Compare August 16, 2025 04:40
@renovate-rancher renovate-rancher bot changed the title chore(deps): update otel/weaver docker tag to v0.17.0 chore(deps): update otel/weaver docker tag to v0.17.1 Aug 16, 2025
@renovate-rancher renovate-rancher bot changed the title chore(deps): update otel/weaver docker tag to v0.17.1 Update otel/weaver Docker tag to v0.17.1 Sep 15, 2025
@renovate-rancher renovate-rancher bot force-pushed the renovate/otel-weaver-0.x branch from 168593f to 516a38b Compare September 18, 2025 04:38
@renovate-rancher renovate-rancher bot changed the title Update otel/weaver Docker tag to v0.17.1 Update otel/weaver Docker tag to v0.18.0 Sep 18, 2025
@renovate-rancher renovate-rancher bot force-pushed the renovate/otel-weaver-0.x branch 8 times, most recently from 19e41d4 to 43e4cea Compare October 2, 2025 04:38
@renovate-rancher renovate-rancher bot force-pushed the renovate/otel-weaver-0.x branch 6 times, most recently from 0c5ba40 to 5185743 Compare October 8, 2025 04:38
@renovate-rancher renovate-rancher bot changed the title Update otel/weaver Docker tag to v0.18.0 chore(deps): update otel/weaver docker tag to v0.18.0 Oct 17, 2025
@renovate-rancher renovate-rancher bot force-pushed the renovate/otel-weaver-0.x branch from 5185743 to da34b81 Compare November 5, 2025 04:38
@renovate-rancher renovate-rancher bot changed the title chore(deps): update otel/weaver docker tag to v0.18.0 chore(deps): update otel/weaver docker tag to v0.19.0 Nov 5, 2025
@renovate-rancher renovate-rancher bot force-pushed the renovate/otel-weaver-0.x branch from da34b81 to ed81f81 Compare December 17, 2025 04:43
@renovate-rancher renovate-rancher bot requested a review from a team as a code owner December 17, 2025 04:43
@renovate-rancher renovate-rancher bot changed the title chore(deps): update otel/weaver docker tag to v0.19.0 chore(deps): update otel/weaver docker tag to v0.20.0 Dec 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant