Update weaver to version 0.12.0 (#1665)

This commit is contained in:
Trask Stalnaker 2024-12-11 12:32:05 -08:00 committed by GitHub
parent 1890d9e9f8
commit a1de990538
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,7 @@
"MD040": false,
},
"yaml.schemas": {
"https://raw.githubusercontent.com/open-telemetry/weaver/v0.11.0/schemas/semconv.schema.json": [
"https://raw.githubusercontent.com/open-telemetry/weaver/v0.12.0/schemas/semconv.schema.json": [
"model/**/*.yaml"
]
},

View File

@ -3,7 +3,7 @@
# Dependabot can keep this file up to date with latest containers.
# Weaver is used to generate markdown docs, and enforce policies on the model.
FROM otel/weaver:v0.11.0 AS weaver
FROM otel/weaver:v0.12.0 AS weaver
# OPA is used to test policies enforced by weaver.
FROM openpolicyagent/opa:0.70.0 AS opa

View File

@ -11,7 +11,6 @@ groups:
Describes the interpreter or compiler of a single frame.
examples: ['cpython']
type:
allow_custom_values: true
members:
- id: dotnet
brief: >