Skip to content

Commit

Permalink
Update weaver to version 0.12.0 (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Dec 11, 2024
1 parent 1890d9e commit a1de990
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
Expand Down
2 changes: 1 addition & 1 deletion dependencies.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion model/profile/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down

0 comments on commit a1de990

Please sign in to comment.