Skip to content

Commit b64c2fc

Browse files
author
Liudmila Molkova
committed
update weaver
1 parent 26ef89c commit b64c2fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"editor.rulers": [80],
33
"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": [
55
"model/**/*.yaml"
66
]
77
},

dependencies.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Dependabot can keep this file up to date with latest containers.
44

55
# 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
77

88
# OPA is used to test policies enforced by weaver.
99
FROM openpolicyagent/opa:1.5.1@sha256:7d30d984125161b7f30599c6bdf80a6f2301dbbd526725714c231aad8179e4b9 AS opa

internal/tools/scripts/schema-diff/yaml/schema-diff.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ versions:
1818
changes:
1919
- rename_metrics:
2020
{% for metric in ctx.renames.metrics %}
21-
{{metric.old_name}}: {{metric.new_name}}
21+
{{metric.old_name}}: {{metric.new_name}}
2222
{% endfor %}
2323
{% endif %}

0 commit comments

Comments
 (0)