File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
internal/tools/scripts/schema-diff/yaml Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"editor.rulers" : [80 ],
3
3
"yaml.schemas" : {
4
- "https://raw.githubusercontent.com/open-telemetry/weaver/v0.15.0 /schemas/semconv.schema.json" : [
4
+ "https://raw.githubusercontent.com/open-telemetry/weaver/v0.15.3 /schemas/semconv.schema.json" : [
5
5
" model/**/*.yaml"
6
6
]
7
7
},
Original file line number Diff line number Diff line change 3
3
# Dependabot can keep this file up to date with latest containers.
4
4
5
5
# Weaver is used to generate markdown docs, and enforce policies on the model.
6
- FROM otel/weaver:v0.15.2 @sha256:b13acea09f721774daba36344861f689ac4bb8d6ecd94c4600b4d590c8fb34b9 AS weaver
6
+ FROM otel/weaver:v0.15.3 @sha256:a84032d6eb95b81972d19de61f6ddc394a26976c1c1697cf9318bef4b4106976 AS weaver
7
7
8
8
# OPA is used to test policies enforced by weaver.
9
9
FROM openpolicyagent/opa:1.5.1@sha256:7d30d984125161b7f30599c6bdf80a6f2301dbbd526725714c231aad8179e4b9 AS opa
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ versions:
18
18
changes:
19
19
- rename_metrics:
20
20
{% for metric in ctx .renames .metrics %}
21
- {{metric.old_name}}: {{metric.new_name}}
21
+ {{metric.old_name}}: {{metric.new_name}}
22
22
{% endfor %}
23
23
{% endif %}
You can’t perform that action at this time.
0 commit comments