Tags: alexmcode/grpc
Tags
Bump version to 1.52.0 (on v1.52.x branch) (grpc#32187) * bump version to 1.52.0 * regenerate projects
add back grpc_artifact_android_ndk image to unbreak C# artifact build (… …grpc#32025) (grpc#32247) Co-authored-by: Jan Tattermusch <jtattermusch@google.com>
Bump version to 1.52.0-pre2 (on v1.52.x branch) (grpc#32175) * bump version to 1.52.0-pre2 * regenerate projects
xds interop: Fix buildscripts not continuing on a failed test suite (g… …rpc#32093) (grpc#32121) Apparently there's a difference between bash 3 and bash 4. OSX comes with bash 3 out-of-box, so for whoever wrote this logic it "worked on my machine". The `((` construct returns a 0 exit code if the value is non-zero. Since the value starts at 0 and we do a post-increment, it will always fail the first time. Changing it to a pre-increment should fix it.
Bump version to 1.52.0-pre1 (on v1.52.x branch) (grpc#32087) * bump version to 1.52.0-pre1 * regenerate projects
xDS interop: resume circuit_breaking test (grpc#32038) (grpc#32055) This is a test running on legacy (GCE) framework. It was disabled in grpc#27355, however it has never been ported to the new framework. Unless there were reasons I'm not aware of, disabling it is a mistake. Other languages still run it: - Java: https://github.com/grpc/grpc-java/blob/cc5378453fcdb8d4fdc18a1a369184210ce9ece0/buildscripts/kokoro/xds_v3.sh#L21 - Go: https://github.com/grpc/grpc-go/blob/f2fbb0e07ebf3dd46aa641ee89c9f17e8083eaf6/test/kokoro/xds.sh#L30 - Node: https://github.com/grpc/grpc-node/blob/81083bd22912bd3272d193dcc14077d0c4f50399/packages/grpc-js-xds/scripts/xds.sh#L57
fix PHP distribtest on monterey (grpc#31567) (grpc#31702) Co-authored-by: Jan Tattermusch <jtattermusch@google.com>
Bump v1.51.x to 1.51.1 (grpc#31740) * Bump to 1.51.1 * Regenerate projects
Bump v1.51.x to v1.51.0 (grpc#31705) * bump version to 1.51.0 * regenerate projects
Bump v1.51.x to 1.51.0-pre1 (grpc#31622) * bump version to 1.51.0-pre1 * regenerate projects
PreviousNext