From c22cd95e7a5a36d2b2a1d5cdbfa945fe59e7ca39 Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Tue, 23 Jul 2024 16:21:11 -0400 Subject: [PATCH] (chore): bump to latest weaver version. (#1271) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 93bc327444..06e7b7d1b1 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,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.25.0 -WEAVER_VERSION=0.5.0 +WEAVER_VERSION=0.7.0 # From where to resolve the containers (e.g. "otel/weaver"). CONTAINER_REPOSITORY=docker.io