Skip to content

Commit

Permalink
[otlp] update proto to v0.17.0 (#5335)
Browse files Browse the repository at this point in the history
* [otlp] update proto to v0.17.0

Fixes #5334

* update changelog
  • Loading branch information
Alex Boten authored May 13, 2022
1 parent c77f9e1 commit 8cf2c7a
Show file tree
Hide file tree
Showing 3 changed files with 402 additions and 96 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

### 💡 Enhancements 💡

- Update OTLP to v0.17.0 (#5335)

### 🧰 Bug fixes 🧰

## v0.51.0 Beta
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ gendependabot: $(eval SHELL:=/bin/bash)
OPENTELEMETRY_PROTO_SRC_DIR=pdata/internal/opentelemetry-proto

# The SHA matching the current version of the proto to use
OPENTELEMETRY_PROTO_VERSION=v0.16.0
OPENTELEMETRY_PROTO_VERSION=v0.17.0

# Find all .proto files.
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))
Expand Down
Loading

0 comments on commit 8cf2c7a

Please sign in to comment.