Update weaver to version 0.12.0 (#1665)
This commit is contained in:
parent
1890d9e9f8
commit
a1de990538
|
|
@ -10,7 +10,7 @@
|
||||||
"MD040": false,
|
"MD040": false,
|
||||||
},
|
},
|
||||||
"yaml.schemas": {
|
"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"
|
"model/**/*.yaml"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
# Dependabot can keep this file up to date with latest containers.
|
# Dependabot can keep this file up to date with latest containers.
|
||||||
|
|
||||||
# Weaver is used to generate markdown docs, and enforce policies on the model.
|
# 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.
|
# OPA is used to test policies enforced by weaver.
|
||||||
FROM openpolicyagent/opa:0.70.0 AS opa
|
FROM openpolicyagent/opa:0.70.0 AS opa
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@ groups:
|
||||||
Describes the interpreter or compiler of a single frame.
|
Describes the interpreter or compiler of a single frame.
|
||||||
examples: ['cpython']
|
examples: ['cpython']
|
||||||
type:
|
type:
|
||||||
allow_custom_values: true
|
|
||||||
members:
|
members:
|
||||||
- id: dotnet
|
- id: dotnet
|
||||||
brief: >
|
brief: >
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue