File tree Expand file tree Collapse file tree 12 files changed +66
-25
lines changed
templates/registry/markdown Expand file tree Collapse file tree 12 files changed +66
-25
lines changed Original file line number Diff line number Diff line change 11{
22 "editor.rulers" : [80 ],
33 "yaml.schemas" : {
4- "https://raw.githubusercontent.com/open-telemetry/weaver/v0.16.1 /schemas/semconv.schema.json" : [
4+ "https://raw.githubusercontent.com/open-telemetry/weaver/v0.17.0 /schemas/semconv.schema.json" : [
55 " model/**/*.yaml"
66 ]
77 },
Original file line number Diff line number Diff line change 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.16.1 @sha256:5ca4901b460217604ddb83feaca05238e2b016a226ecfb9b87a95555918a03af AS weaver
6+ FROM otel/weaver:v0.17.0 @sha256:c3cc773845d00c409f7164a00437adcc6a08d4e36c4f7b8336f4402d2f405dce AS weaver
77
88# OPA is used to test policies enforced by weaver.
99FROM openpolicyagent/opa:1.7.1@sha256:e14c54bddfd680d051db44eab44d4b7ec96609a60d4359e04273b9a1457ce3c4 AS opa
Original file line number Diff line number Diff line change @@ -179,55 +179,69 @@ groups:
179179 value : ' azure_vm'
180180 brief : Azure Virtual Machines
181181 stability : development
182- deprecated : " Replaced by `azure.vm`"
182+ deprecated :
183+ reason : renamed
184+ renamed_to : " azure.vm"
183185 annotations :
184186 code_generation :
185187 exclude : true
186188 - id : azure_container_apps
187189 value : ' azure_container_apps'
188190 brief : Azure Container Apps
189191 stability : development
190- deprecated : " Replaced by `azure.container_apps`"
192+ deprecated :
193+ reason : renamed
194+ renamed_to : " azure.container_apps"
191195 annotations :
192196 code_generation :
193197 exclude : true
194198 - id : azure_container_instances
195199 value : ' azure_container_instances'
196200 brief : Azure Container Instances
197201 stability : development
198- deprecated : " Replaced by `azure.container_instances`"
202+ deprecated :
203+ reason : renamed
204+ renamed_to : " azure.container_instances"
199205 annotations :
200206 code_generation :
201207 exclude : true
202208 - id : azure_aks
203209 value : ' azure_aks'
204210 brief : Azure Kubernetes Service
205211 stability : development
206- deprecated : " Replaced by `azure.aks`"
212+ deprecated :
213+ reason : renamed
214+ renamed_to : " azure.aks"
207215 annotations :
208216 code_generation :
209217 exclude : true
210218 - id : azure_functions
211219 value : ' azure_functions'
212220 brief : Azure Functions
213221 stability : development
214- deprecated : " Replaced by `azure.functions`"
222+ deprecated :
223+ reason : renamed
224+ renamed_to : " azure.functions"
215225 annotations :
216226 code_generation :
217227 exclude : true
218228 - id : azure_app_service
219229 value : ' azure_app_service'
220230 brief : Azure App Service
221231 stability : development
222- deprecated : " Replaced by `azure.app_service`"
232+ deprecated :
233+ reason : renamed
234+ renamed_to : " azure.app_service"
223235 annotations :
224236 code_generation :
225237 exclude : true
226238 - id : azure_openshift
227239 value : ' azure_openshift'
228240 brief : Azure Red Hat OpenShift
229241 stability : development
230- deprecated : " Replaced by `azure.openshift`"
242+ deprecated :
243+ reason : renamed
244+ renamed_to : " azure.openshift"
231245 annotations :
232246 code_generation :
233247 exclude : true
Original file line number Diff line number Diff line change @@ -384,7 +384,9 @@ groups:
384384 stability : development
385385 - id : cache
386386 value : " cache"
387- deprecated : " Replaced by `intersystems_cache`."
387+ deprecated :
388+ reason : renamed
389+ renamed_to : " intersystems_cache"
388390 brief : " Deprecated, use `intersystems_cache` instead."
389391 stability : development
390392 - id : intersystems_cache
@@ -401,7 +403,9 @@ groups:
401403 stability : development
402404 - id : cloudscape
403405 value : " cloudscape"
404- deprecated : " Replaced by `other_sql`."
406+ deprecated :
407+ reason : renamed
408+ renamed_to : " other_sql"
405409 brief : " Deprecated, use `other_sql` instead."
406410 stability : development
407411 - id : cockroachdb
@@ -410,7 +414,8 @@ groups:
410414 stability : development
411415 - id : coldfusion
412416 value : " coldfusion"
413- deprecated : " Removed."
417+ deprecated :
418+ reason : obsoleted
414419 brief : " Deprecated, no replacement at this time."
415420 stability : development
416421 - id : cosmosdb
@@ -455,7 +460,9 @@ groups:
455460 stability : development
456461 - id : firstsql
457462 value : " firstsql"
458- deprecated : " Replaced by `other_sql`."
463+ deprecated :
464+ reason : renamed
465+ renamed_to : " other_sql"
459466 brief : " Deprecated, use `other_sql` instead."
460467 stability : development
461468 - id : geode
@@ -524,7 +531,9 @@ groups:
524531 stability : development
525532 - id : mssqlcompact
526533 value : " mssqlcompact"
527- deprecated : " Removed, use `other_sql` instead."
534+ deprecated :
535+ reason : renamed
536+ renamed_to : " other_sql"
528537 brief : " Deprecated, Microsoft SQL Server Compact is discontinued."
529538 stability : development
530539 - id : mysql
Original file line number Diff line number Diff line change @@ -70,12 +70,16 @@ groups:
7070 stability : development
7171 value : " vertex_ai"
7272 brief : ' Vertex AI'
73- deprecated : " Use 'gcp.vertex_ai' instead."
73+ deprecated :
74+ reason : renamed
75+ renamed_to : " gcp.vertex_ai"
7476 - id : gemini
7577 stability : development
7678 value : " gemini"
7779 brief : ' Gemini'
78- deprecated : " Use 'gcp.gemini' instead."
80+ deprecated :
81+ reason : renamed
82+ renamed_to : " gcp.gemini"
7983 - id : anthropic
8084 stability : development
8185 value : " anthropic"
@@ -116,7 +120,9 @@ groups:
116120 stability : development
117121 value : " xai"
118122 brief : ' xAI'
119- deprecated : " Use 'x_ai' instead."
123+ deprecated :
124+ reason : renamed
125+ renamed_to : " x_ai"
120126 - id : deepseek
121127 stability : development
122128 value : " deepseek"
Original file line number Diff line number Diff line change @@ -197,7 +197,9 @@ groups:
197197 - id : completion
198198 stability : development
199199 value : " output"
200- deprecated : " Replaced by `output`."
200+ deprecated :
201+ reason : renamed
202+ renamed_to : " output"
201203 brief : ' Output tokens (completion, response, etc.)'
202204 - id : output
203205 stability : development
Original file line number Diff line number Diff line change @@ -134,12 +134,16 @@ groups:
134134 - id : deliver
135135 value : " deliver"
136136 brief : " Deprecated. Use `process` instead."
137- deprecated : " Replaced by `process`."
137+ deprecated :
138+ reason : renamed
139+ renamed_to : " process"
138140 stability : development
139141 - id : publish
140142 value : " publish"
141143 brief : " Deprecated. Use `send` instead."
142- deprecated : " Replaced by `send`."
144+ deprecated :
145+ reason : renamed
146+ renamed_to : " send"
143147 stability : development
144148
145149 stability : development
Original file line number Diff line number Diff line change @@ -54,7 +54,9 @@ groups:
5454 - id : z_os
5555 value : ' z_os'
5656 brief : " Deprecated. Use `zos` instead."
57- deprecated : " Replaced by `zos`."
57+ deprecated :
58+ reason : renamed
59+ renamed_to : " zos"
5860 stability : development
5961 - id : zos
6062 value : ' zos'
Original file line number Diff line number Diff line change @@ -35,7 +35,9 @@ groups:
3535 - id : shared
3636 value : ' shared'
3737 stability : development
38- deprecated : ' Removed, report shared memory usage with `metric.system.memory.shared` metric'
38+ deprecated :
39+ reason : uncategorized
40+ note : " Removed, report shared memory usage with `metric.system.memory.shared` metric"
3941 - id : buffers
4042 value : ' buffers'
4143 stability : development
Original file line number Diff line number Diff line change @@ -264,7 +264,9 @@ groups:
264264 - id : gittea
265265 value : gittea
266266 brief : " Deprecated, use `gitea` instead."
267- deprecated : " Replaced by `gitea`."
267+ deprecated :
268+ reason : renamed
269+ renamed_to : " gitea"
268270 stability : development
269271 - id : gitea
270272 value : gitea
You can’t perform that action at this time.
0 commit comments