Skip to content

Commit ef1fcfb

Browse files
committed
fix some versions
1 parent fe137a7 commit ef1fcfb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

autoinstrumentation/python/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
opentelemetry-distro==0.50b0
22
# We don't use the distro[otlp] option which automatically includes exporters since gRPC is not appropriate for
33
# injected auto-instrumentation, where it has a strict dependency on the OS / Python version the artifact is built for.
4-
opentelemetry-exporter-otlp-proto-http==1.27.0
4+
opentelemetry-exporter-otlp-proto-http==1.29.0
55
opentelemetry-exporter-prometheus==0.50b0
66

7-
opentelemetry-propagator-b3==1.27.0
8-
opentelemetry-propagator-jaeger==1.27.0
7+
opentelemetry-propagator-b3==1.29.0
8+
opentelemetry-propagator-jaeger==1.29.0
99
opentelemetry-propagator-aws-xray==1.0.2
1010

1111
opentelemetry-instrumentation==0.50b0

versions.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ autoinstrumentation-go=v0.19.0-alpha
3434

3535
# Represents the current release of Apache HTTPD instrumentation.
3636
# Should match autoinstrumentation/apache-httpd/version.txt
37-
autoinstrumentation-apache-httpd=1.1.0
37+
autoinstrumentation-apache-httpd=1.0.4
3838

3939
# Represents the current release of Apache Nginx instrumentation.
4040
# Should match autoinstrumentation/apache-httpd/version.txt
41-
autoinstrumentation-nginx=1.1.0
41+
autoinstrumentation-nginx=1.0.4

0 commit comments

Comments
 (0)