Skip to content

Commit b967cd5

Browse files
authored
Merge branch 'main' into antonpirker/run-tests-in-python-313
2 parents 187f0ba + e4ece57 commit b967cd5

File tree

105 files changed

+258
-267
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+258
-267
lines changed

.github/workflows/generate_workflows_lib/src/generate_workflows_lib/misc.yml.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,11 @@ jobs:
4646
- name: Checkout pull request
4747
run: git checkout ${% raw %}{{ github.event.pull_request.head.sha }}{% endraw %}
4848
{%- endif %}
49-
{%- if job_data != "shellcheck" %}
5049

5150
- name: Set up Python 3.10
5251
uses: actions/setup-python@v5
5352
with:
5453
python-version: "3.10"
55-
{%- endif %}
5654

5755
- name: Install tox
5856
run: pip install tox

.github/workflows/misc_0.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ jobs:
122122
- name: Checkout repo @ SHA - ${{ github.sha }}
123123
uses: actions/checkout@v4
124124

125+
- name: Set up Python 3.10
126+
uses: actions/setup-python@v5
127+
with:
128+
python-version: "3.10"
129+
125130
- name: Install tox
126131
run: pip install tox
127132

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
- `opentelemetry-instrumentation-aiokafka` Wrap `AIOKafkaConsumer.getone()` instead of `AIOKafkaConsumer.__anext__`
2626
([#2874](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2874))
2727

28+
### Breaking changes
29+
30+
- Deprecation of pkg_resource in favor of importlib.metadata
31+
([#2871](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2871))
32+
2833
## Version 1.27.0/0.48b0 (2024-08-28)
2934

3035
### Added
3136

32-
- `opentelemetry-instrumentation-kafka-python` Instrument temporary fork, kafka-python-ng
33-
inside kafka-python's instrumentation
37+
- `opentelemetry-instrumentation-kafka-python` Instrument temporary fork, kafka-python-ng inside kafka-python's instrumentation
3438
([#2537](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2537))
3539
- `opentelemetry-instrumentation-asgi`, `opentelemetry-instrumentation-fastapi` Add ability to disable internal HTTP send and receive spans
3640
([#2802](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2802))

exporter/opentelemetry-exporter-prometheus-remote-write/test-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ cramjam==2.1.0; platform_python_implementation == "PyPy"
66
cramjam==2.8.1; platform_python_implementation != "PyPy"
77
Deprecated==1.2.14
88
idna==3.7
9-
importlib-metadata==6.11.0
109
iniconfig==2.0.0
1110
packaging==24.0
1211
pluggy==1.5.0

exporter/opentelemetry-exporter-richconsole/test-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
asgiref==3.8.1
22
Deprecated==1.2.14
33
flaky==3.7.0
4-
importlib-metadata==6.11.0
54
iniconfig==2.0.0
65
markdown-it-py==3.0.0
76
mdurl==0.1.2

instrumentation/opentelemetry-instrumentation-aio-pika/test-requirements-0.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ aiormq==6.2.3
33
asgiref==3.8.1
44
Deprecated==1.2.14
55
idna==3.7
6-
importlib-metadata==6.11.0
76
iniconfig==2.0.0
87
multidict==6.0.5
98
packaging==24.0

instrumentation/opentelemetry-instrumentation-aio-pika/test-requirements-1.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ aiormq==6.6.4
33
asgiref==3.8.1
44
Deprecated==1.2.14
55
idna==3.7
6-
importlib-metadata==6.11.0
76
iniconfig==2.0.0
87
multidict==6.0.5
98
packaging==24.0

instrumentation/opentelemetry-instrumentation-aio-pika/test-requirements-2.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ aiormq==6.7.1
33
asgiref==3.8.1
44
Deprecated==1.2.14
55
idna==3.7
6-
importlib-metadata==6.11.0
76
iniconfig==2.0.0
87
multidict==6.0.5
98
packaging==24.0

instrumentation/opentelemetry-instrumentation-aio-pika/test-requirements-3.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ aiormq==6.8.0
33
asgiref==3.8.1
44
Deprecated==1.2.14
55
idna==3.7
6-
importlib-metadata==6.11.0
76
iniconfig==2.0.0
87
multidict==6.0.5
98
packaging==24.0

instrumentation/opentelemetry-instrumentation-aiohttp-client/test-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Flask==3.0.2
1111
frozenlist==1.4.1
1212
http_server_mock==1.7
1313
idna==3.7
14-
importlib-metadata==6.11.0
1514
iniconfig==2.0.0
1615
itsdangerous==2.1.2
1716
Jinja2==3.1.4

0 commit comments

Comments
 (0)