-
- Downloads
Update grpc to v1.55.0
This fixes a number of Ruby 3.1 and 3.2 issues. It also fixes a GitLab build issue on ArchLinux: https://bugs.archlinux.org/task/78379 Release notes: * https://github.com/grpc/grpc/releases/tag/v1.43.0 * https://github.com/grpc/grpc/releases/tag/v1.44.0 * https://github.com/grpc/grpc/releases/tag/v1.45.0 * https://github.com/grpc/grpc/releases/tag/v1.46.0 * https://github.com/grpc/grpc/releases/tag/v1.47.0 * https://github.com/grpc/grpc/releases/tag/v1.48.0 * https://github.com/grpc/grpc/releases/tag/v1.49.0 * https://github.com/grpc/grpc/releases/tag/v1.50.0 * https://github.com/grpc/grpc/releases/tag/v1.51.0 * https://github.com/grpc/grpc/releases/tag/v1.52.0 * https://github.com/grpc/grpc/releases/tag/v1.53.0 * https://github.com/grpc/grpc/releases/tag/v1.54.0 * https://github.com/grpc/grpc/releases/tag/v1.55.0 Full diff: https://github.com/grpc/grpc/compare/v1.42.0..v1.55.0 https://github.com/grpc/grpc/pull/29869 added braces around the `debug_error_string`, so just strip these out. Changelog: changed
parent
3df81dc8
No related branches found
No related tags found
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.checksum 7 additions, 6 deletionsGemfile.checksum
- Gemfile.lock 3 additions, 3 deletionsGemfile.lock
- lib/gitlab/error_tracking/processor/grpc_error_processor.rb 2 additions, 1 deletionlib/gitlab/error_tracking/processor/grpc_error_processor.rb
- spec/lib/gitlab/error_tracking/processor/grpc_error_processor_spec.rb 1 addition, 1 deletion...lab/error_tracking/processor/grpc_error_processor_spec.rb
... | ... | @@ -510,7 +510,7 @@ gem 'gitaly', '~> 15.9.0-rc3' |
# KAS GRPC protocol definitions | ||
gem 'kas-grpc', '~> 0.1.0' | ||
gem 'grpc', '~> 1.42.0' | ||
gem 'grpc', '~> 1.55.0' | ||
gem 'google-protobuf', '~> 3.23', '>= 3.23.1' | ||
... | ... |
-
mentioned in commit dc086f3e
-
mentioned in commit 6974b0ca
-
mentioned in commit 547d06e2
-
mentioned in merge request kubitus-project/kubitus-installer!2224 (merged)
Please register or sign in to comment