the-cloudkeeper-project / cloudkeeper

EGI AppDB <-> CMF synchronization utility
Other
2 stars 8 forks source link

New version of grpc (1.55.0) produced dependency conflicts #115

Open depfu[bot] opened 1 year ago

depfu[bot] commented 1 year ago

We've tested your project with an updated dependency and got errors while installing the dependencies.

This version is either within the version range you specified or you haven't specified a version/range. To be able to test your project with the new version, we've taken the liberty of pinning the version for this branch and pull request.

name version specification new version
grpc ~> 1.8 1.55.0

Unfortunately, the build failed while installing dependencies. This means that while the new version is within the specified range, a version conflict between two or more packages will prohibit this version from being installed.

As this breaks fresh installs of your package, we've left this pull request open for you to investigate.

What changed?

✳️ grpc (~> 1.8 → 1.55.0) · Repo · Changelog

Release Notes

1.55.0

This is release 1.55.0 (grandslam) 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

  • [Compiler Fix] Backport - Bring declarations and definitions to be in sync (#32911). (#32915)
  • [XDS] Revert "Revert "XDS: enable XDS federation by default (#32711)" (#32814). (#32902)
  • [cleanup] Remove public_headers_must_be_c89 test. (#32898)
  • [tcp] Add channel argument for SO_RVCBUF size. (#32887)
  • [xds] Remove variable protection from custom LB policies. (#32888)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#32868)
  • [protobuf] Upgrade third_party/protobuf to 22.x. (#32606)
  • [HTTP Proxy] Support CIDR blocks in no_proxy config. (#31119)

All wrapped languages

  • [Deps] Backport-1.55: Upgrade Protobuf to v23.1. (#33165)

C++

  • [Build] Backport-1.55: Removed gRPC_PROTOBUF_PACKAGE_TYPE, supporting config only. (#33018)
    • FindProtobuf doesn’t work with Protobuf v22 and later so gRPC stops giving an option to choose a search mode when finding a Protobuf Package, expecting Protobuf is installed using CMake.

Ruby

  • [Ruby] rubify type names start with lower case or non-alpha characters. (#32604)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)