Skip to content

Commit 61de3f7

Browse files
authored
Bump to opentelemetry proto 0.19.0 (#5823)
Signed-off-by: Bogdan <[email protected]>
1 parent d7b097c commit 61de3f7

File tree

12 files changed

+1315
-2975
lines changed

12 files changed

+1315
-2975
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737

3838
### 💡 Enhancements 💡
3939

40+
- Bump to opentelemetry-proto v0.19.0. (#5823)
41+
4042
### 🧰 Bug fixes 🧰
4143

4244
## v0.57.2 Beta

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ gendependabot: $(eval SHELL:=/bin/bash)
236236
OPENTELEMETRY_PROTO_SRC_DIR=pdata/internal/opentelemetry-proto
237237

238238
# The SHA matching the current version of the proto to use
239-
OPENTELEMETRY_PROTO_VERSION=v0.18.0
239+
OPENTELEMETRY_PROTO_VERSION=v0.19.0
240240

241241
# Find all .proto files.
242242
OPENTELEMETRY_PROTO_FILES := $(subst $(OPENTELEMETRY_PROTO_SRC_DIR)/,,$(wildcard $(OPENTELEMETRY_PROTO_SRC_DIR)/opentelemetry/proto/*/v1/*.proto $(OPENTELEMETRY_PROTO_SRC_DIR)/opentelemetry/proto/collector/*/v1/*.proto))

0 commit comments

Comments
 (0)