chore(deps): update otel/weaver docker tag to v0.13.2 - autoclosed #166
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.12.0->v0.13.2Release Notes
open-telemetry/weaver (otel/weaver)
v0.13.2: 0.13.2 - 2025-02-13Compare Source
Release Notes
What's changed
notefield to all deprecated variants and generate a formatted value whennot provided in the semconv files. (#602 by @lquerel).
Install weaver 0.13.2
Install prebuilt binaries via shell script
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/open-telemetry/weaver/releases/download/v0.13.2/weaver-installer.ps1 | iex"Download weaver 0.13.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.13.1: 0.13.1 - 2025-02-12Compare Source
Release Notes
What's changed
new deprecated format. (#597 by @lquerel).
Install weaver 0.13.1
Install prebuilt binaries via shell script
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/open-telemetry/weaver/releases/download/v0.13.1/weaver-installer.ps1 | iex"Download weaver 0.13.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.13.0: 0.13.0 - 2025-02-07Compare Source
Release Notes
What's changed
Breaking Change: Introduced a new
weaver registry diffcommand to generate a diff report between two versions ofthe semantic convention registry. This PR introduces a breaking change in the semantic conventions schema. While the
text-based
deprecatedfield is still supported for compatibility reasons, future semantic conventions should use thenew
deprecatedstructured format. (#400 by @lquerel).deprecatedfield is now a structured field defining the precise reason for deprecation. The semanticconventions must be updated to adopt this new format.
deprecatedfield (i.e., string → struct) also have a potential impact on certaintemplates that reference the
deprecatedfield as containing text. These templates will need to be updated to usethe
brieffield, which provides a textual explanation of the reasons for the deprecation.Improvement of comment generation: removal of
<p>tags that precede@Javadoc tags.(#574 by @trask).
For Issue #564 - Require attributes and event fields to have stability: Added warnings for missing stability
on: Attributes, Enum members in attributes, Event AnyValues, Enum members in AnyValues. (#568 by @jerbly).
For issue [#569](Add include_stability config into semconv_grouped_attributes):
is_experimentalreturnstrueby default. (#570 by @jerbly).Added an OTLP receiver to Weaver to prepare for the
weaver registry live-checkcommand. (see #548 by @lquerel)Add is_array filter and test for AttributeType. (#540 by @arthurDiff).
Refactored CLI registry commands to remove some duplication. Resolving the registry with policy checks is common for
generate,resolveandcheck. (#536 by @jerbly).after_resolutionpolicy checks togenerateandresolvethrough the common code.--registry-git-sub-diroption.checkif--skip-policieswas specified then it would not fail for any validation errors.Semantic Conventions Issue #1513 - Make span_kind required in yaml and break down multi-kind span
definitions - (#542 by @jerbly).
span_kindas mandatory forspangroup types. Added a group validitycheck as a warning.
First iteration of the new command:
registry emit. Emits a semantic convention registry as example spans to yourOTLP receiver. This may be useful in testing/simulation scenarios. (#549 by @jerbly)
For issue [#569](Add include_stability config into semconv_grouped_attributes): added
stable_onlyboolean flag as a parameter forsemconv_signal,semconv_grouped_attributes, and othersemconv_*JQ semconv helpers. Whenstable_onlyis set totrue,corresponding helper function returns stable conventions only. If the flag is not set or set to false, stability filtering does not apply.
It's recommended to use
stable_onlyflag instead ofexclude_stabilityparameter.(#588 by @lmolkova)
Install weaver 0.13.0
Install prebuilt binaries via shell script
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/open-telemetry/weaver/releases/download/v0.13.0/weaver-installer.ps1 | iex"Download weaver 0.13.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 was generated by Mend Renovate. View the repository job log.