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

chore(deps): update recommendationservice #1229

Merged
merged 4 commits into from
Nov 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
grpcio (source) ==1.56.2 -> ==1.59.2 age adoption passing confidence minor
grpcio-health-checking ==1.56.2 -> ==1.59.2 age adoption passing confidence minor
opentelemetry-exporter-otlp-proto-grpc ==1.19.0 -> ==1.20.0 age adoption passing confidence minor
psutil ==5.9.5 -> ==5.9.6 age adoption passing confidence patch
python 3.11-slim-bullseye -> 3.12-slim-bullseye age adoption passing confidence final minor

Release Notes

grpc/grpc (grpcio)

v1.59.2

Compare Source

This is release 1.59.2 (generative) 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

v1.59.0

Compare Source

This is release 1.59.0 (generative) 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

  • [Release] Bump core version 2023092. (#​34476)
  • [xds ssa] Remove environment variable protection for stateful affinity. (#​34435)
  • [windows DNS] Simplify c-ares Windows code. (#​33965)
  • [c-ares] fix spin loop bug when c-ares gives up on a socket that still has data left in its read buffer. (#​34185)
  • [Deps] Adding upb as a submodule. (#​34199)
  • [EventEngine] Update Cancel contract on closure deletion timeline. (#​34167)

C#

Python

  • [Python 3.12] Support Python 3.12. (#​34398)
  • [Python 3.12] Deprecate distutil. (#​34186)

Ruby

  • [ruby] Fix linking errors on x86-darwin. (#​34134)
  • [Ruby] replace strdup with gpr_strdup. (#​34177)
  • [ruby] drop ruby 2.6 support. (#​34198)

v1.58.0

Compare Source

v1.57.0

Compare Source

giampaolo/psutil (psutil)

v5.9.6

Compare Source

=====

2023-10-15

Enhancements

  • 1703_: cpu_percent()_ and cpu_times_percent()_ are now thread safe,
    meaning they can be called from different threads and still return
    meaningful and independent results. Before, if (say) 10 threads called
    cpu_percent(interval=None) at the same time, only 1 thread out of 10
    would get the right result.
  • 2266_: if Process_ class is passed a very high PID, raise NoSuchProcess_
    instead of OverflowError. (patch by Xuehai Pan)
  • 2246_: drop python 3.4 & 3.5 support. (patch by Matthieu Darbois)
  • 2290_: PID reuse is now pre-emptively checked for Process.ppid()_ and
    Process.parents()_.
  • 2312_: use ruff Python linter instead of flake8 + isort. It's an
    order of magnitude faster + it adds a ton of new code quality checks.

Bug fixes

  • 2195_, [Linux]: no longer print exception at import time in case /proc/stat
    can't be read due to permission error. Redirect it to PSUTIL_DEBUG
    instead.
  • 2241_, [NetBSD]: can't compile On NetBSD 10.99.3/amd64. (patch by Thomas
    Klausner)
  • 2245_, [Windows]: fix var unbound error on possibly in swap_memory()_
    (patch by student_2333)
  • 2268_: bytes2human() utility function was unable to properly represent
    negative values.
  • 2252_, [Windows]: disk_usage()_ fails on Python 3.12+. (patch by
    Matthieu Darbois)
  • 2284_, [Linux]: Process.memory_full_info()_ may incorrectly raise
    ZombieProcess_ if it's determined via /proc/pid/smaps_rollup. Instead
    we now fallback on reading /proc/pid/smaps.
  • 2287_, [OpenBSD], [NetBSD]: Process.is_running()_ erroneously return
    False for zombie processes, because creation time cannot be determined.
  • 2288_, [Linux]: correctly raise ZombieProcess_ on Process.exe(),
    Process.cmdline()
    and Process.memory_maps()_ instead of returning a
    "null" value.
  • 2290_: differently from what stated in the doc, PID reuse is not
    pre-emptively checked for Process.nice()_ (set), Process.ionice(),
    (set), Process.cpu_affinity()
    (set), Process.rlimit()_
    (set), Process.parent()_.
  • 2308_, [OpenBSD]: Process.threads()_ always fail with AccessDenied (also as
    root).

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner November 5, 2023 01:39
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 5, 2023
Copy link
Contributor Author

renovate bot commented Nov 6, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@austinlparker austinlparker merged commit 522b9ec into main Nov 6, 2023
46 checks passed
@austinlparker austinlparker deleted the renovate/recommendationservice branch November 6, 2023 22:31
jmichalak9 pushed a commit to jmichalak9/opentelemetry-demo that referenced this pull request Mar 22, 2024
* chore(deps): update recommendationservice

* fix dependency issue

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Austin Parker <austin@ap2.io>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant