Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2024

This PR contains the following updates:

Package Type Update Change
alpine final minor 3.21 -> 3.22
go (source) toolchain minor 1.24.2 -> 1.25.4
golang stage minor 1.24-alpine3.21 -> 1.25-alpine3.21
otel/weaver stage minor v0.15.2 -> v0.19.0
python stage patch 3.13.5-slim-bullseye -> 3.13.6-slim-bullseye

Release Notes

golang/go (go)

v1.25.4

v1.25.3

v1.25.2

v1.25.1

v1.25.0

v1.24.10

v1.24.9

v1.24.8

v1.24.7

v1.24.6

v1.24.5

v1.24.4

v1.24.3

open-telemetry/weaver (otel/weaver)

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>

Configuration

📅 Schedule: Branch creation - "on Monday at 04:00" (UTC), Automerge - "at 10am on Monday except on 25th of December in 2023 and 1st of January 2024 and 1st of April 2024 and 20th of May 2024 and 19th of August 2024" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 5 times, most recently from 90f9423 to 0858b50 Compare January 21, 2025 19:35
@renovate renovate bot changed the title chore(deps): update alpine docker tag to v3.21 chore(deps): update all non-major updates Jan 21, 2025
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 5 times, most recently from 38c4614 to 205a789 Compare January 30, 2025 20:08
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 2 times, most recently from 907d9c0 to 541d143 Compare February 12, 2025 17:23
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 2 times, most recently from b6b58a6 to 0515afe Compare March 18, 2025 13:08
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from 0515afe to 4b5c35e Compare March 31, 2025 08:44
@renovate renovate bot changed the title chore(deps): update all non-major updates chore(deps): update dependency codespell to v2.4.1 Mar 31, 2025
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 2 times, most recently from caa0258 to a4a34ee Compare April 1, 2025 17:25
@renovate renovate bot changed the title chore(deps): update dependency codespell to v2.4.1 chore(deps): update all non-major updates Apr 1, 2025
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from a4a34ee to de217db Compare May 6, 2025 18:38
@viktorbenei
Copy link
Contributor

View build log

@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from de217db to b25a2a1 Compare May 13, 2025 08:03
@viktorbenei
Copy link
Contributor

View build log

@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from b25a2a1 to 1771302 Compare May 13, 2025 08:06
@viktorbenei
Copy link
Contributor

View build log

@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from 1771302 to 13d7e31 Compare May 16, 2025 09:18
@viktorbenei
Copy link
Contributor

View build log

@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from c0c288e to 9909c0a Compare August 21, 2025 14:22
@viktorbenei
Copy link
Contributor

View build log

@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from 9909c0a to b7f6b2c Compare August 22, 2025 07:43
@viktorbenei
Copy link
Contributor

View build log

@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from b7f6b2c to 036deed Compare August 22, 2025 16:08
@viktorbenei
Copy link
Contributor

View build log

@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from 036deed to c4af3a0 Compare August 26, 2025 09:41
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 3 times, most recently from 3dcd439 to 038974f Compare September 3, 2025 18:30
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 2 times, most recently from 4bfdad9 to d421993 Compare October 13, 2025 22:59
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 9 times, most recently from 5fdf075 to ce2cc23 Compare November 4, 2025 09:48
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from ce2cc23 to 8816010 Compare November 6, 2025 00:36
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 6 times, most recently from ab03599 to 05a13d0 Compare November 25, 2025 12:54
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from 05a13d0 to 9330833 Compare November 25, 2025 12:56
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.

2 participants