1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00
Files
opentelemetry-go/dependencies.Dockerfile
T
renovate[bot] de937aa6e5 chore(deps): update otel/weaver docker tag to v0.20.0 (#7698)
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`
([#&#8203;1053](https://redirect.github.com/open-telemetry/weaver/pull/1053)
by [@&#8203;jsuereth](https://redirect.github.com/jsuereth))
- Add support for V2 schema in JQ helpers
([#&#8203;1058](https://redirect.github.com/open-telemetry/weaver/pull/1058)
by [@&#8203;lmolkova](https://redirect.github.com/lmolkova))
- Add support for V2 schema in weaver\_forge
([#&#8203;980](https://redirect.github.com/open-telemetry/weaver/pull/980)
by [@&#8203;jsuereth](https://redirect.github.com/jsuereth))
- Add support for V2 schema in `weaver check`
([#&#8203;1016](https://redirect.github.com/open-telemetry/weaver/pull/1016)
by [@&#8203;jsuereth](https://redirect.github.com/jsuereth))
- Add support for V2 schema in `emit`
([#&#8203;1019](https://redirect.github.com/open-telemetry/weaver/pull/1019)
by [@&#8203;jerbly](https://redirect.github.com/jerbly))
- Add support for V2 schema in `live-check`
([#&#8203;1022](https://redirect.github.com/open-telemetry/weaver/pull/1022)
by [@&#8203;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.
([#&#8203;1038](https://redirect.github.com/open-telemetry/weaver/pull/1038)
by [@&#8203;jsuereth](https://redirect.github.com/jsuereth))
- Add Log support for emit and live-check
([#&#8203;1042](https://redirect.github.com/open-telemetry/weaver/pull/1042)
by [@&#8203;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.
([#&#8203;1045](https://redirect.github.com/open-telemetry/weaver/pull/1045)
by [@&#8203;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.
([#&#8203;1057](https://redirect.github.com/open-telemetry/weaver/pull/1057)
by [@&#8203;jerbly](https://redirect.github.com/jerbly))
- Add support for continuous live-check sessions with
`--inactivity-timeout=0`, `--output=none` and `--no-stats`
([#&#8203;1066](https://redirect.github.com/open-telemetry/weaver/pull/1066)
by [@&#8203;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>
2025-12-12 09:40:27 +01:00

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