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

build(deps): bump the python-packages group in /utils/tracing/python with 8 updates #810

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps the python-packages group in /utils/tracing/python with 8 updates:

Package From To
grpcio 1.59.2 1.60.0
opentelemetry-api 1.21.0 1.22.0
opentelemetry-exporter-zipkin 1.21.0 1.22.0
opentelemetry-exporter-zipkin-json 1.21.0 1.22.0
opentelemetry-exporter-zipkin-proto-http 1.21.0 1.22.0
opentelemetry-instrumentation 0.42b0 0.43b0
opentelemetry-sdk 1.21.0 1.22.0
opentelemetry-semantic-conventions 0.42b0 0.43b0

Updates grpcio from 1.59.2 to 1.60.0

Release notes

Sourced from grpcio's releases.

Release v1.60.0

This is release 1.60.0 (gjallarhorn) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • Implemented dualstack IPv4 and IPv6 backend support, as per draft gRFC A61. xDS support currently guarded by GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS env var.
  • Dropped Bazel 5 support. (#34813)
  • [deps] Upgrade protobuf version to v25.0. (#34513)
  • [Security - Revocation] Crl Directory Watcher Implementation. (#34749)
  • [server] Cap size of pending request queue with RealRequestMatcher. (#34782)
  • [chttp2] Fix outgoing data stats. (#34693)
  • [EventEngine] Enable Posix EventEngine Listener on all builds. (#34748)
  • [EventEngine] Enable Windows EventEngine Listener on all builds. (#34436)
  • [chttp2] Alternative protection for too many streams in the system. (#34697)
  • [Proxy] Support for setting proxy for addresses. (#34617)
  • [client idleness] client channels go idle after 30 minutes by default. (#34653)
  • [chttp2] Add an experiment to separate liveness checks from ping timeouts. (#34647)
  • [chttp2] Tarpit invalid requests. (#34641)
  • [chttp2] Enforce settings acks. (#34640)
  • [chttp2] Limit work per read cycle. (#34639)
  • [chttp2] Limit request count before receiving settings ack. (#34638)
  • [chttp2] Randomly ping on RST_STREAM. (#34637)

C++

  • [xds] C++ XdsServerBuilder Remove src/... header dependency from public header. (#34790)
  • [reflection] Add v1 reflection. (#34535)

C#

  • [csharp] Grpc.Tools documentation for sharing proto files between projects and nuget packages. (#34521)

Ruby

  • [ruby] create debug symbol packages. (#34632)

Release v1.60.0-pre1

This is a prerelease of gRPC Core 1.60.0 (gjallarhorn).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

... (truncated)

Commits
  • 0ef13a7 [release] Bump release version to 1.60.0 (#35119)
  • 7f48251 [release] bump version to 1.60.0-pre1 (#34924)
  • 5127a85 [release] disable the call_status_override_on_cancellation experiment on 1.60...
  • afae477 [release] Bump core version 202311101839 (#34916)
  • dc41f42 [promises] Add some status-like types for TrySeq (#34906)
  • b99d63f [Python Test] Increase Python Windows build artifact timeout (#34914)
  • 016ed92 [deps] Upgrade protobuf version to v25.0 (#34513)
  • 32dd034 [Build] Shortened python_build to pyb (#34913)
  • 90af0a1 [python] Add observability instrumentation to asyncio stack (#33992)
  • e1cb290 [tracing] Add member getters to HttpAnnotation (#34592) (#34905)
  • Additional commits viewable in compare view

Updates opentelemetry-api from 1.21.0 to 1.22.0

Changelog

Sourced from opentelemetry-api's changelog.

Version 1.22.0/0.43b0 (2023-12-14)

  • Prometheus exporter sanitize info metric (#3572)
  • Remove Jaeger exporters (#3554)
  • Log stacktrace on UNKNOWN status OTLP export error (#3536)
  • Fix OTLPExporterMixin shutdown timeout period (#3524)
  • Handle taskName logrecord attribute (#3557)
Commits

Updates opentelemetry-exporter-zipkin from 1.21.0 to 1.22.0

Changelog

Sourced from opentelemetry-exporter-zipkin's changelog.

Version 1.22.0/0.43b0 (2023-12-14)

  • Prometheus exporter sanitize info metric (#3572)
  • Remove Jaeger exporters (#3554)
  • Log stacktrace on UNKNOWN status OTLP export error (#3536)
  • Fix OTLPExporterMixin shutdown timeout period (#3524)
  • Handle taskName logrecord attribute (#3557)
Commits

Updates opentelemetry-exporter-zipkin-json from 1.21.0 to 1.22.0

Changelog

Sourced from opentelemetry-exporter-zipkin-json's changelog.

Version 1.22.0/0.43b0 (2023-12-14)

  • Prometheus exporter sanitize info metric (#3572)
  • Remove Jaeger exporters (#3554)
  • Log stacktrace on UNKNOWN status OTLP export error (#3536)
  • Fix OTLPExporterMixin shutdown timeout period (#3524)
  • Handle taskName logrecord attribute (#3557)
Commits

Updates opentelemetry-exporter-zipkin-proto-http from 1.21.0 to 1.22.0

Changelog

Sourced from opentelemetry-exporter-zipkin-proto-http's changelog.

Version 1.22.0/0.43b0 (2023-12-14)

  • Prometheus exporter sanitize info metric (#3572)
  • Remove Jaeger exporters (#3554)
  • Log stacktrace on UNKNOWN status OTLP export error (#3536)
  • Fix OTLPExporterMixin shutdown timeout period (#3524)
  • Handle taskName logrecord attribute (#3557)
Commits

Updates opentelemetry-instrumentation from 0.42b0 to 0.43b0

Changelog

Sourced from opentelemetry-instrumentation's changelog.

Version 1.22.0/0.43b0 (2023-12-14)

Added

  • opentelemetry-instrumentation Added Otel semantic convention opt-in mechanism (#1987)
  • opentelemetry-instrumentation-httpx Fix mixing async and non async hooks (#1920)
  • opentelemetry-instrumentation-requests Implement new semantic convention opt-in with stable http semantic conventions (#2002)
  • opentelemetry-instrument-grpc Fix arity of context.abort for AIO RPCs (#2066)

Fixed

  • opentelemetry-instrumentation-urllib/opentelemetry-instrumentation-urllib3 Fix metric descriptions to match semantic conventions (#1959)
Commits

Updates opentelemetry-sdk from 1.21.0 to 1.22.0

Changelog

Sourced from opentelemetry-sdk's changelog.

Version 1.22.0/0.43b0 (2023-12-14)

  • Prometheus exporter sanitize info metric (#3572)
  • Remove Jaeger exporters (#3554)
  • Log stacktrace on UNKNOWN status OTLP export error (#3536)
  • Fix OTLPExporterMixin shutdown timeout period (#3524)
  • Handle taskName logrecord attribute (#3557)
Commits

Updates opentelemetry-semantic-conventions from 0.42b0 to 0.43b0

Changelog

Sourced from opentelemetry-semantic-conventions's changelog.

Version 1.22.0/0.43b0 (2023-12-14)

  • Prometheus exporter sanitize info metric (#3572)
  • Remove Jaeger exporters (#3554)
  • Log stacktrace on UNKNOWN status OTLP export error (#3536)
  • Fix OTLPExporterMixin shutdown timeout period (#3524)
  • Handle taskName logrecord attribute (#3557)
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

Bumps the python-packages group in /utils/tracing/python with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [grpcio](https://github.com/grpc/grpc) | `1.59.2` | `1.60.0` |
| [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.21.0` | `1.22.0` |
| [opentelemetry-exporter-zipkin](https://github.com/open-telemetry/opentelemetry-python) | `1.21.0` | `1.22.0` |
| [opentelemetry-exporter-zipkin-json](https://github.com/open-telemetry/opentelemetry-python) | `1.21.0` | `1.22.0` |
| [opentelemetry-exporter-zipkin-proto-http](https://github.com/open-telemetry/opentelemetry-python) | `1.21.0` | `1.22.0` |
| [opentelemetry-instrumentation](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.42b0` | `0.43b0` |
| [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) | `1.21.0` | `1.22.0` |
| [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-python) | `0.42b0` | `0.43b0` |


Updates `grpcio` from 1.59.2 to 1.60.0
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.59.2...v1.60.0)

Updates `opentelemetry-api` from 1.21.0 to 1.22.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.21.0...v1.22.0)

Updates `opentelemetry-exporter-zipkin` from 1.21.0 to 1.22.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.21.0...v1.22.0)

Updates `opentelemetry-exporter-zipkin-json` from 1.21.0 to 1.22.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.21.0...v1.22.0)

Updates `opentelemetry-exporter-zipkin-proto-http` from 1.21.0 to 1.22.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.21.0...v1.22.0)

Updates `opentelemetry-instrumentation` from 0.42b0 to 0.43b0
- [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-sdk` from 1.21.0 to 1.22.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.21.0...v1.22.0)

Updates `opentelemetry-semantic-conventions` from 0.42b0 to 0.43b0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python/commits)

---
updated-dependencies:
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: opentelemetry-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: opentelemetry-exporter-zipkin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: opentelemetry-exporter-zipkin-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: opentelemetry-exporter-zipkin-proto-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: opentelemetry-instrumentation
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: opentelemetry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: opentelemetry-semantic-conventions
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 18, 2023
@dhschall dhschall enabled auto-merge (rebase) December 18, 2023 13:34
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 20, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 20, 2023
auto-merge was automatically disabled December 20, 2023 13:37

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/utils/tracing/python/python-packages-759d0c28b8 branch December 20, 2023 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants