Update otel/weaver Docker tag to v0.17.0 (#2614)

Signed-off-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FWinkler79 <52044081+FWinkler79@users.noreply.github.com>
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-08-14 14:32:11 -07:00 committed by GitHub
parent fe7e61067e
commit 27735ccca3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 66 additions and 25 deletions

View File

@ -1,7 +1,7 @@
{
"editor.rulers": [80],
"yaml.schemas": {
"https://raw.githubusercontent.com/open-telemetry/weaver/v0.16.1/schemas/semconv.schema.json": [
"https://raw.githubusercontent.com/open-telemetry/weaver/v0.17.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.16.1@sha256:5ca4901b460217604ddb83feaca05238e2b016a226ecfb9b87a95555918a03af AS weaver
FROM otel/weaver:v0.17.0@sha256:c3cc773845d00c409f7164a00437adcc6a08d4e36c4f7b8336f4402d2f405dce AS weaver
# OPA is used to test policies enforced by weaver.
FROM openpolicyagent/opa:1.7.1@sha256:e14c54bddfd680d051db44eab44d4b7ec96609a60d4359e04273b9a1457ce3c4 AS opa

View File

@ -179,7 +179,9 @@ groups:
value: 'azure_vm'
brief: Azure Virtual Machines
stability: development
deprecated: "Replaced by `azure.vm`"
deprecated:
reason: renamed
renamed_to: "azure.vm"
annotations:
code_generation:
exclude: true
@ -187,7 +189,9 @@ groups:
value: 'azure_container_apps'
brief: Azure Container Apps
stability: development
deprecated: "Replaced by `azure.container_apps`"
deprecated:
reason: renamed
renamed_to: "azure.container_apps"
annotations:
code_generation:
exclude: true
@ -195,7 +199,9 @@ groups:
value: 'azure_container_instances'
brief: Azure Container Instances
stability: development
deprecated: "Replaced by `azure.container_instances`"
deprecated:
reason: renamed
renamed_to: "azure.container_instances"
annotations:
code_generation:
exclude: true
@ -203,7 +209,9 @@ groups:
value: 'azure_aks'
brief: Azure Kubernetes Service
stability: development
deprecated: "Replaced by `azure.aks`"
deprecated:
reason: renamed
renamed_to: "azure.aks"
annotations:
code_generation:
exclude: true
@ -211,7 +219,9 @@ groups:
value: 'azure_functions'
brief: Azure Functions
stability: development
deprecated: "Replaced by `azure.functions`"
deprecated:
reason: renamed
renamed_to: "azure.functions"
annotations:
code_generation:
exclude: true
@ -219,7 +229,9 @@ groups:
value: 'azure_app_service'
brief: Azure App Service
stability: development
deprecated: "Replaced by `azure.app_service`"
deprecated:
reason: renamed
renamed_to: "azure.app_service"
annotations:
code_generation:
exclude: true
@ -227,7 +239,9 @@ groups:
value: 'azure_openshift'
brief: Azure Red Hat OpenShift
stability: development
deprecated: "Replaced by `azure.openshift`"
deprecated:
reason: renamed
renamed_to: "azure.openshift"
annotations:
code_generation:
exclude: true

View File

@ -384,7 +384,9 @@ groups:
stability: development
- id: cache
value: "cache"
deprecated: "Replaced by `intersystems_cache`."
deprecated:
reason: renamed
renamed_to: "intersystems_cache"
brief: "Deprecated, use `intersystems_cache` instead."
stability: development
- id: intersystems_cache
@ -401,7 +403,9 @@ groups:
stability: development
- id: cloudscape
value: "cloudscape"
deprecated: "Replaced by `other_sql`."
deprecated:
reason: renamed
renamed_to: "other_sql"
brief: "Deprecated, use `other_sql` instead."
stability: development
- id: cockroachdb
@ -410,7 +414,8 @@ groups:
stability: development
- id: coldfusion
value: "coldfusion"
deprecated: "Removed."
deprecated:
reason: obsoleted
brief: "Deprecated, no replacement at this time."
stability: development
- id: cosmosdb
@ -455,7 +460,9 @@ groups:
stability: development
- id: firstsql
value: "firstsql"
deprecated: "Replaced by `other_sql`."
deprecated:
reason: renamed
renamed_to: "other_sql"
brief: "Deprecated, use `other_sql` instead."
stability: development
- id: geode
@ -524,7 +531,9 @@ groups:
stability: development
- id: mssqlcompact
value: "mssqlcompact"
deprecated: "Removed, use `other_sql` instead."
deprecated:
reason: renamed
renamed_to: "other_sql"
brief: "Deprecated, Microsoft SQL Server Compact is discontinued."
stability: development
- id: mysql

View File

@ -70,12 +70,16 @@ groups:
stability: development
value: "vertex_ai"
brief: 'Vertex AI'
deprecated: "Use 'gcp.vertex_ai' instead."
deprecated:
reason: renamed
renamed_to: "gcp.vertex_ai"
- id: gemini
stability: development
value: "gemini"
brief: 'Gemini'
deprecated: "Use 'gcp.gemini' instead."
deprecated:
reason: renamed
renamed_to: "gcp.gemini"
- id: anthropic
stability: development
value: "anthropic"
@ -116,7 +120,9 @@ groups:
stability: development
value: "xai"
brief: 'xAI'
deprecated: "Use 'x_ai' instead."
deprecated:
reason: renamed
renamed_to: "x_ai"
- id: deepseek
stability: development
value: "deepseek"

View File

@ -197,7 +197,9 @@ groups:
- id: completion
stability: development
value: "output"
deprecated: "Replaced by `output`."
deprecated:
reason: renamed
renamed_to: "output"
brief: 'Output tokens (completion, response, etc.)'
- id: output
stability: development

View File

@ -134,12 +134,16 @@ groups:
- id: deliver
value: "deliver"
brief: "Deprecated. Use `process` instead."
deprecated: "Replaced by `process`."
deprecated:
reason: renamed
renamed_to: "process"
stability: development
- id: publish
value: "publish"
brief: "Deprecated. Use `send` instead."
deprecated: "Replaced by `send`."
deprecated:
reason: renamed
renamed_to: "send"
stability: development
stability: development

View File

@ -54,7 +54,9 @@ groups:
- id: z_os
value: 'z_os'
brief: "Deprecated. Use `zos` instead."
deprecated: "Replaced by `zos`."
deprecated:
reason: renamed
renamed_to: "zos"
stability: development
- id: zos
value: 'zos'

View File

@ -35,7 +35,9 @@ groups:
- id: shared
value: 'shared'
stability: development
deprecated: 'Removed, report shared memory usage with `metric.system.memory.shared` metric'
deprecated:
reason: uncategorized
note: "Removed, report shared memory usage with `metric.system.memory.shared` metric"
- id: buffers
value: 'buffers'
stability: development

View File

@ -264,7 +264,9 @@ groups:
- id: gittea
value: gittea
brief: "Deprecated, use `gitea` instead."
deprecated: "Replaced by `gitea`."
deprecated:
reason: renamed
renamed_to: "gitea"
stability: development
- id: gitea
value: gitea

View File

@ -6,7 +6,7 @@
{% import 'sampling_macros.j2' as sampling %}
{% import 'examples_macros.j2' as examples %}
{#- Macro for creating attribute table -#}
{% macro generate(attributes, tag_filter, attribute_registry_base_url, lineage_attributes) %}{% if (tag_filter | length == 0) %}{% set filtered_attributes = attributes %}{% else %}{% set filtered_attributes = attributes | selectattr("tag", "in", tag_filter) %}{% endif %}{% if filtered_attributes | length > 0 %}| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
{% macro generate(attributes, tag_filter, attribute_registry_base_url, lineage_attributes) %}{% if (tag_filter | length == 0) %}{% set filtered_attributes = attributes %}{% else %}{% set filtered_attributes = attributes | selectattr("tag", "in", tag_filter) %}{% endif %}{% if (filtered_attributes is defined) and (filtered_attributes | length > 0) %}| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
|---|---|---|---|---|---|
{% for attribute in filtered_attributes | attribute_sort %}| {{ attrs.name_with_link(attribute, attribute_registry_base_url, lineage_attributes) }} | {{ attrs.type(attribute) }} | {{ attribute.brief | trim }}{{ notes.add({"note": attribute.note, "name": attrs.name(attribute)}) }} | {{ examples.format(attribute) | trim }} | {{ requirement.render({"level": attribute.requirement_level, "name": attrs.name(attribute)}, notes) | trim }} | {{ stability.badge(attribute.stability, attribute.deprecated, attribute.brief) | trim }} |
{% endfor %}{{ notes.render() }}{{ sampling.snippet(filtered_attributes, attribute_registry_base_url, lineage_attributes) }}{{ enums.tables(filtered_attributes | selectattr("type", "mapping"), notes) }}

View File

@ -1,5 +1,5 @@
{% import 'stability.j2' as stability %}
{% macro filter(member) %}{% if (member.deprecated is none or member.deprecated == "") %}{{ "True" }}{% else %}{{ "False" }}{% endif %}{% endmacro %}
{% macro filter(member) %}{% if (member.deprecated is undefined or member.deprecated is none) %}{{ "True" }}{% else %}{{ "False" }}{% endif %}{% endmacro %}
{% macro table(enum, notes) %}
---