Skip to content

Conversation

renovate-rancher[bot]
Copy link
Contributor

@renovate-rancher renovate-rancher bot commented May 2, 2025

This PR contains the following updates:

Package Type Update Change
otel/weaver stage minor v0.15.0 -> v0.16.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

open-telemetry/weaver (otel/weaver)

v0.16.0

Compare Source

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.

@holyspectral holyspectral added the upstream Upstream issue label May 2, 2025
@renovate-rancher renovate-rancher bot force-pushed the renovate/otel-weaver-0.x branch from 1406a94 to 2b7de84 Compare May 2, 2025 17:32
@renovate-rancher renovate-rancher bot changed the title chore(deps): update otel/weaver docker tag to v0.14.0 chore(deps): update otel/weaver docker tag to v0.15.0 May 2, 2025
@renovate-rancher renovate-rancher bot force-pushed the renovate/otel-weaver-0.x branch from 2b7de84 to 283bdda Compare May 28, 2025 04:37
@renovate-rancher renovate-rancher bot changed the title chore(deps): update otel/weaver docker tag to v0.15.0 chore(deps): update otel/weaver docker tag to v0.15.1 May 28, 2025
@renovate-rancher renovate-rancher bot force-pushed the renovate/otel-weaver-0.x branch from 283bdda to a04627a Compare May 31, 2025 04:37
@renovate-rancher renovate-rancher bot changed the title chore(deps): update otel/weaver docker tag to v0.15.1 chore(deps): update otel/weaver docker tag to v0.15.2 May 31, 2025
@renovate-rancher renovate-rancher bot force-pushed the renovate/otel-weaver-0.x branch from a04627a to 31fb7af Compare June 15, 2025 04:40
@renovate-rancher renovate-rancher bot force-pushed the renovate/otel-weaver-0.x branch from 31fb7af to 15bd008 Compare June 26, 2025 04:40
@renovate-rancher renovate-rancher bot changed the title chore(deps): update otel/weaver docker tag to v0.15.2 chore(deps): update otel/weaver docker tag to v0.15.3 Jun 26, 2025
@renovate-rancher renovate-rancher bot force-pushed the renovate/otel-weaver-0.x branch from 15bd008 to 87a7c9b Compare July 4, 2025 04:40
@renovate-rancher renovate-rancher bot changed the title chore(deps): update otel/weaver docker tag to v0.15.3 chore(deps): update otel/weaver docker tag to v0.16.0 Jul 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant