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

Bump the opentelemetry-dependencies group in /requirements with 5 updates #408

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2024

Bumps the opentelemetry-dependencies group in /requirements with 5 updates:

Package From To
opentelemetry-api 1.28.1 1.28.2
opentelemetry-sdk 1.28.1 1.28.2
opentelemetry-exporter-otlp 1.28.1 1.28.2
opentelemetry-instrumentation-flask 0.49b1 0.49b2
opentelemetry-instrumentation-redis 0.49b1 0.49b2

Updates opentelemetry-api from 1.28.1 to 1.28.2

Changelog

Sourced from opentelemetry-api's changelog.

Version 1.28.2/0.49b2 (2024-11-18)

  • Fix crash exporting a log record with None body (#4276)
  • sdk: setup EventLogger when OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED is set (#4270)
Commits
  • 1471648 [release/v1.28.x-0.49bx] Prepare release 1.28.2/0.49b2 (#4290)
  • 099616a [v1.28.x-0.49bx] Fix eachdist.py patch release to not add extra space (#4289)
  • 9676505 Fix prepare patch release workflow (#4287)
  • ea809eb [release/v1.28.x-0.49bx] opentelemetry-sdk: setup EventLogger when initializi...
  • 2929ebd [release/v1.28.x-0.49bx] Support logs with no body (#4276) (#4282)
  • 393a388 Remove updating CHANGELOG step in release workflow (#4273) (#4280)
  • See full diff in compare view

Updates opentelemetry-sdk from 1.28.1 to 1.28.2

Changelog

Sourced from opentelemetry-sdk's changelog.

Version 1.28.2/0.49b2 (2024-11-18)

  • Fix crash exporting a log record with None body (#4276)
  • sdk: setup EventLogger when OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED is set (#4270)
Commits
  • 1471648 [release/v1.28.x-0.49bx] Prepare release 1.28.2/0.49b2 (#4290)
  • 099616a [v1.28.x-0.49bx] Fix eachdist.py patch release to not add extra space (#4289)
  • 9676505 Fix prepare patch release workflow (#4287)
  • ea809eb [release/v1.28.x-0.49bx] opentelemetry-sdk: setup EventLogger when initializi...
  • 2929ebd [release/v1.28.x-0.49bx] Support logs with no body (#4276) (#4282)
  • 393a388 Remove updating CHANGELOG step in release workflow (#4273) (#4280)
  • See full diff in compare view

Updates opentelemetry-exporter-otlp from 1.28.1 to 1.28.2

Changelog

Sourced from opentelemetry-exporter-otlp's changelog.

Version 1.28.2/0.49b2 (2024-11-18)

  • Fix crash exporting a log record with None body (#4276)
  • sdk: setup EventLogger when OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED is set (#4270)
Commits

Updates opentelemetry-instrumentation-flask from 0.49b1 to 0.49b2

Commits

Updates opentelemetry-instrumentation-redis from 0.49b1 to 0.49b2

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Touches the dependencies of the service (e.g. requirements files) python Pull requests that update Python code labels Nov 19, 2024
Bumps the opentelemetry-dependencies group in /requirements with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.28.1` | `1.28.2` |
| [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) | `1.28.1` | `1.28.2` |
| [opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-python) | `1.28.1` | `1.28.2` |
| [opentelemetry-instrumentation-flask](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.49b1` | `0.49b2` |
| [opentelemetry-instrumentation-redis](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.49b1` | `0.49b2` |


Updates `opentelemetry-api` from 1.28.1 to 1.28.2
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.28.2/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.28.1...v1.28.2)

Updates `opentelemetry-sdk` from 1.28.1 to 1.28.2
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.28.2/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.28.1...v1.28.2)

Updates `opentelemetry-exporter-otlp` from 1.28.1 to 1.28.2
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.28.2/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.28.1...v1.28.2)

Updates `opentelemetry-instrumentation-flask` from 0.49b1 to 0.49b2
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

Updates `opentelemetry-instrumentation-redis` from 0.49b1 to 0.49b2
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

---
updated-dependencies:
- dependency-name: opentelemetry-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opentelemetry-dependencies
- dependency-name: opentelemetry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opentelemetry-dependencies
- dependency-name: opentelemetry-exporter-otlp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opentelemetry-dependencies
- dependency-name: opentelemetry-instrumentation-flask
  dependency-type: direct:production
  dependency-group: opentelemetry-dependencies
- dependency-name: opentelemetry-instrumentation-redis
  dependency-type: direct:production
  dependency-group: opentelemetry-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/opentelemetry-dependencies-caa5bfe4c2 branch from f106cb5 to b4aa05e Compare November 25, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Touches the dependencies of the service (e.g. requirements files) python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant