From 0f067bb98f9e5a008f837a02edc43a1fdc4339ed Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Wed, 3 Jul 2024 12:25:43 -0400 Subject: [PATCH] Bump weaver to latest version. (#1207) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1b6b4f499d..b2af508988 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ CHLOGGEN_CONFIG := .chloggen/config.yaml # see https://github.com/open-telemetry/build-tools/releases for semconvgen updates # Keep links in model/README.md and .vscode/settings.json in sync! SEMCONVGEN_VERSION=0.24.0 -WEAVER_VERSION=0.2.0 +WEAVER_VERSION=0.5.0 # From where to resolve the containers (e.g. "otel/weaver"). CONTAINER_REPOSITORY=docker.io