Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Opentelemetry Version to 0.13b.0 #14136

Merged
merged 4 commits into from
Oct 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion sdk/core/azure-core-tracing-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

# Release History

## 1.0.0b7 (Unreleased)
## 1.0.0b7 (2020-10-05)

- Pinned opentelemetry-api to version 0.13b0

## 1.0.0b6 (2020-07-06)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-e ../../../tools/azure-sdk-tools
../azure-core
opentelemetry-sdk==0.10b0
opentelemetry-sdk==0.13b0
2 changes: 1 addition & 1 deletion sdk/core/azure-core-tracing-opentelemetry/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
],
python_requires=">=3.5.0",
install_requires=[
'opentelemetry-api==0.10b0',
'opentelemetry-api==0.13b0',
'azure-core<2.0.0,>=1.0.0',
],
extras_require={
Expand Down
2 changes: 1 addition & 1 deletion shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ avro<2.0.0,>=1.10.0
opencensus>=0.6.0
opencensus-ext-threading
opencensus-ext-azure>=0.3.1
opentelemetry-api==0.10b0
opentelemetry-api==0.13b0
#override azure-eventhub-checkpointstoreblob msrest>=0.6.10
#override azure-eventhub-checkpointstoreblob-aio msrest>=0.6.10
#override azure-eventhub-checkpointstoreblob-aio aiohttp<4.0,>=3.0
Expand Down