Skip to content

Commit

Permalink
opentelemetry version fix (#4051)
Browse files Browse the repository at this point in the history
* update

* update

* change versions
  • Loading branch information
Tim Allen authored Aug 2, 2024
1 parent b0d8969 commit 388e4e6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ BUG FIXES:
* Fix numbering issue within `bug_report.md` template ([#4028](https://github.com/microsoft/AzureTRE/pull/4028))
* Disable public network access to the API App Service ([#3986](https://github.com/microsoft/AzureTRE/issues/3986))
* Update Docs to format emojis properly ([#4027](https://github.com/microsoft/AzureTRE/issues/4027))
* Update API and Resource Processor opentelemetry versions

COMPONENTS:

Expand Down
2 changes: 1 addition & 1 deletion api_app/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.9"
__version__ = "0.18.10"
4 changes: 2 additions & 2 deletions api_app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ azure-mgmt-cosmosdb==9.3.0
azure-mgmt-costmanagement==4.0.1
azure-mgmt-resource==23.0.1
azure-mgmt-storage==21.1.0
azure-monitor-opentelemetry==1.2.0
azure-monitor-opentelemetry~=1.6
azure-servicebus==7.11.3
azure-storage-blob==12.19.0
fastapi==0.110.0
fastapi-utils==0.2.1
gunicorn==22.0.0
jsonschema[format_nongpl]==4.19.1
msal==1.26.0
opentelemetry.instrumentation.logging==0.44b0
opentelemetry.instrumentation.logging>=0.44b0
pandas==2.0.3
PyJWT==2.8.0
pytz==2022.7
Expand Down
2 changes: 1 addition & 1 deletion resource_processor/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.0"
__version__ = "0.9.1"
4 changes: 2 additions & 2 deletions resource_processor/vmss_porter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohttp==3.9.4
azure-cli-core==2.57.0
azure-identity==1.14.1
azure-monitor-opentelemetry==1.2.0
azure-monitor-opentelemetry~=1.6
azure-servicebus==7.11.3
opentelemetry.instrumentation.logging==0.44b0
opentelemetry.instrumentation.logging>=0.44b0

0 comments on commit 388e4e6

Please sign in to comment.