You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2026-06-03 18:35:08 +02:00
de937aa6e5
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [otel/weaver](https://redirect.github.com/open-telemetry/weaver) | stage | minor | `v0.19.0` -> `v0.20.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-telemetry/weaver (otel/weaver)</summary> ### [`v0.20.0`](https://redirect.github.com/open-telemetry/weaver/releases/tag/v0.20.0): 0.20.0 - 2025-12-11 [Compare Source](https://redirect.github.com/open-telemetry/weaver/compare/v0.19.0...v0.20.0) #### Release Notes - Add support for V2 schema in `weaver diff` ([#​1053](https://redirect.github.com/open-telemetry/weaver/pull/1053) by [@​jsuereth](https://redirect.github.com/jsuereth)) - Add support for V2 schema in JQ helpers ([#​1058](https://redirect.github.com/open-telemetry/weaver/pull/1058) by [@​lmolkova](https://redirect.github.com/lmolkova)) - Add support for V2 schema in weaver\_forge ([#​980](https://redirect.github.com/open-telemetry/weaver/pull/980) by [@​jsuereth](https://redirect.github.com/jsuereth)) - Add support for V2 schema in `weaver check` ([#​1016](https://redirect.github.com/open-telemetry/weaver/pull/1016) by [@​jsuereth](https://redirect.github.com/jsuereth)) - Add support for V2 schema in `emit` ([#​1019](https://redirect.github.com/open-telemetry/weaver/pull/1019) by [@​jerbly](https://redirect.github.com/jerbly)) - Add support for V2 schema in `live-check` ([#​1022](https://redirect.github.com/open-telemetry/weaver/pull/1022) by [@​jerbly](https://redirect.github.com/jerbly)) - 💥 BREAKING CHANGE 💥 `Violation` and `Advice` have been renamed to `PolicyFinding`. We now use the same structure between all rego policies in weaver. ([#​1038](https://redirect.github.com/open-telemetry/weaver/pull/1038) by [@​jsuereth](https://redirect.github.com/jsuereth)) - Add Log support for emit and live-check ([#​1042](https://redirect.github.com/open-telemetry/weaver/pull/1042) by [@​jerbly](https://redirect.github.com/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](https://redirect.github.com/open-telemetry/weaver/pull/1045) by [@​jerbly](https://redirect.github.com/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](https://redirect.github.com/open-telemetry/weaver/pull/1057) by [@​jerbly](https://redirect.github.com/jerbly)) - Add support for continuous live-check sessions with `--inactivity-timeout=0`, `--output=none` and `--no-stats` ([#​1066](https://redirect.github.com/open-telemetry/weaver/pull/1066) by [@​jerbly](https://redirect.github.com/jerbly)) #### Install weaver 0.20.0 ##### Install prebuilt binaries via shell script ```sh 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 ```sh 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](https://redirect.github.com/open-telemetry/weaver/releases/download/v0.20.0/weaver-aarch64-apple-darwin.tar.xz) | Apple Silicon macOS | [checksum](https://redirect.github.com/open-telemetry/weaver/releases/download/v0.20.0/weaver-aarch64-apple-darwin.tar.xz.sha256) | | [weaver-x86\_64-apple-darwin.tar.xz](https://redirect.github.com/open-telemetry/weaver/releases/download/v0.20.0/weaver-x86_64-apple-darwin.tar.xz) | Intel macOS | [checksum](https://redirect.github.com/open-telemetry/weaver/releases/download/v0.20.0/weaver-x86_64-apple-darwin.tar.xz.sha256) | | [weaver-x86\_64-pc-windows-msvc.zip](https://redirect.github.com/open-telemetry/weaver/releases/download/v0.20.0/weaver-x86_64-pc-windows-msvc.zip) | x64 Windows | [checksum](https://redirect.github.com/open-telemetry/weaver/releases/download/v0.20.0/weaver-x86_64-pc-windows-msvc.zip.sha256) | | [weaver-x86\_64-pc-windows-msvc.msi](https://redirect.github.com/open-telemetry/weaver/releases/download/v0.20.0/weaver-x86_64-pc-windows-msvc.msi) | x64 Windows | [checksum](https://redirect.github.com/open-telemetry/weaver/releases/download/v0.20.0/weaver-x86_64-pc-windows-msvc.msi.sha256) | | [weaver-x86\_64-unknown-linux-gnu.tar.xz](https://redirect.github.com/open-telemetry/weaver/releases/download/v0.20.0/weaver-x86_64-unknown-linux-gnu.tar.xz) | x64 Linux | [checksum](https://redirect.github.com/open-telemetry/weaver/releases/download/v0.20.0/weaver-x86_64-unknown-linux-gnu.tar.xz.sha256) | #### 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](https://cli.github.com/manual/gh_attestation_verify): ```sh gh attestation verify <file-path of downloaded artifact> --repo open-telemetry/weaver ``` You can also download the attestation from [GitHub](https://redirect.github.com/open-telemetry/weaver/attestations) and verify against that directly: ```sh gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation> ``` </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
5 lines
391 B
Docker
5 lines
391 B
Docker
# This is a renovate-friendly source of Docker images.
|
|
FROM python:3.13.6-slim-bullseye@sha256:e98b521460ee75bca92175c16247bdf7275637a8faaeb2bcfa19d879ae5c4b9a AS python
|
|
FROM otel/weaver:v0.20.0@sha256:fa4f1c6954ecea78ab1a4e865bd6f5b4aaba80c1896f9f4a11e2c361d04e197e AS weaver
|
|
FROM avtodev/markdown-lint:v1@sha256:6aeedc2f49138ce7a1cd0adffc1b1c0321b841dc2102408967d9301c031949ee AS markdown
|