Eric Anderson
c2d899fa7c
[interop] Add grpc-java 1.66.0-1.68.1 to client_matrix.py ( #38021 )
...
Closes #38021
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/38021 from ejona86:java-1.68.1 322881abb2
PiperOrigin-RevId: 691597377
4 weeks ago
apolcyn
2525988afa
[release] add v1.67.0 release to interop client matrix ( #37985 )
...
As title.
Closes #37985
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37985 from apolcyn:interop_matrix 8326b716fd
PiperOrigin-RevId: 689867754
1 month ago
Arjan Singh Bal
c938a7b564
[interop] Remove python dependencies from Go dockerfile and add v1.67.0 release ( #37792 )
...
<!--
If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.
If your pull request is for a specific language, please add the appropriate
lang label.
-->
## Why
Thanks to @ejona86 for finding this. The python dependencies were wrongly added in 0589e533cd
. And from then on people were just maintaining what was there. Java had it then too. Java removed the extra dockerfile steps at
977e4b1450
## Testing
Passing master branch test: https://source.cloud.google.com/results/invocations/79fc6c6f-c3d9-4692-870d-4d7002f4778a
Passing ad-hoc interop matrix build: https://source.cloud.google.com/results/invocations/683d7487-2637-4a69-b65e-95dc82740679
Closes #37792
PiperOrigin-RevId: 681054405
2 months ago
Arjan Singh Bal
d4f64f5705
[interop] Add v1.66.2 release of grpc-go to interop matrix ( #37680 )
...
```sh
$ GO_VERSION='go1.x'
$ RELEASE_VERSION='1.66.0'
$ gcloud beta container images list-tags us-docker.pkg.dev/grpc-testing/testing-images-public/grpc_interop_"$GO_VERSION" | grep "$RELEASE_VERSION"
2c1cef2d5aa5 infrastructure-public-image-v1.66.2,v1.66.2
```
Closes #37680
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37680 from arjan-bal:go_release f0cbd3e8bc
PiperOrigin-RevId: 673853493
2 months ago
Arjan Singh Bal
fa60a9d2bd
[interop] Add v1.66.0 release of grpc-go to interop matrix ( #37587 )
...
```bash
$ GO_VERSION='1.x'
$ RELEASE_VERSION='1.66.0'
$ gcloud beta container images list-tags us-docker.pkg.dev/grpc-testing/testing-images-public/grpc_interop_"$GO_VERSION" | grep "$RELEASE_VERSION"
a8f2a7268e7c infrastructure-public-image-v1.66.0,v1.66.0 2024-08-28T15:27:01 CRITICAL=5,HIGH=62,LOW=334,MEDIUM=136
```
Closes #37587
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37587 from arjan-bal:go_release ea8935a205
PiperOrigin-RevId: 670996753
3 months ago
AJ Heller
e9dd477563
[release] Add gRPC C++ 1.66 to the interop matrix tests ( #37557 )
...
Closes #37557
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37557 from drfloob:1_66_0-interop_matrix 0807c255e5
PiperOrigin-RevId: 666849683
3 months ago
Xuan Wang
e5f5f6e039
[Release] Add 1.65.0 to interop matrix ( #37097 )
...
<!--
If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.
If your pull request is for a specific language, please add the appropriate
lang label.
-->
Closes #37097
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37097 from XuanWang-Amos:add_1_65_to_interop 8709662244
PiperOrigin-RevId: 663325868
3 months ago
Larry Safran
bbd37c3197
[interop] Add grpc-java 1.65.1, 1.64.2, 1.63.2 to client_matrix.py ( #37209 )
...
Closes #37209
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37209 from larry-safran:master 8351557d2a
PiperOrigin-RevId: 654855729
4 months ago
Arjan Singh Bal
de3b6baa8e
[interop] Add 1.63.3, 1.64.1 and 1.65.0 releases of grpc-go to interop matrix ( #37191 )
...
```bash
gcloud beta container images list-tags gcr.io/grpc-testing/grpc_interop_go1.x
DIGEST TAGS TIMESTAMP
4468f7609ae0 infrastructure-public-image-v1.63.3,v1.63.3 2024-07-09T16:34:13
995c94eb26a5 infrastructure-public-image-v1.64.1,v1.64.1 2024-07-09T16:31:20
32d250831313 infrastructure-public-image-v1.65.0,v1.65.0 2024-07-09T14:47:02
a67512984d72 infrastructure-public-image-v1.64.0,v1.64.0 2024-06-05T10:11:11
```
Adhoc Interop Matrix passes: https://source.cloud.google.com/results/invocations/eb5c0e87-737d-46e8-acd8-b1e7bf6078c9
Closes #37191
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37191 from arjan-bal:go_release fca99a0e90
PiperOrigin-RevId: 651052372
5 months ago
Eric Anderson
2a6f41c5e3
[interop] Add grpc-java 1.65.0 to client_matrix.py ( #37095 )
...
Adhoc run: https://btx.cloud.google.com/invocations/86e31524-8272-46ec-acab-f65cf5387489
Closes #37095
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37095 from ejona86:java-1.65.0 db1e089b4a
PiperOrigin-RevId: 650747500
5 months ago
Arjan Singh Bal
d038e0ed19
[Interop] Test grpc-go 1.64 using go 1.22 runtime ( #36755 )
...
Use the latest golang base image for Go interop tests. Presently the latest image points to Go 1.22.
<!--
If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.
If your pull request is for a specific language, please add the appropriate
lang label.
-->
## Commands run
To render the Dockerfile from its template
```sh
$ tools/buildgen/generate_projects.sh
```
To build and upload the base docker image.
```sh
$ tools/dockerfile/push_testing_images.sh
```
To build and upload the interop docker image for grpc-go 1.64.0
```sh
$ tools/interop_matrix/create_matrix_images.py --git_checkout --release=v1.64.0 --upload_images --language go
```
To verify the image is uploaded
```sh
$ gcloud container images list-tags gcr.io/grpc-testing/grpc_interop_go1.x
DIGEST TAGS TIMESTAMP
b36be4961ec4 infrastructure-public-image-v1.64.0,v1.64.0 2024-06-03T22:26:48
```
Verify the backward compatability tests pass
```sh
$ export docker_image=gcr.io/grpc-testing/grpc_interop_go1.x:v1.64.0
$ tools/interop_matrix/testcases/go__master
Testing gcr.io/grpc-testing/grpc_interop_go1.x:v1.64.0
```
Fixes: https://github.com/grpc/grpc/issues/36060
Closes #36755
PiperOrigin-RevId: 641272572
6 months ago
Yash Tibrewal
c50e1498be
[Interop] Update image versions ( #36784 )
...
Use 1.63.1 and 1.64.1 for C++. Use 1.64.1 for Python.
Closes #36784
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36784 from yashykt:UpdateInterop 9a25ffed27
PiperOrigin-RevId: 638919524
6 months ago
Yash Tibrewal
a47065e696
[release] Add 1.64.0 to interop tests ( #36650 )
...
grpc_interop_matrix_adhoc run - https://fusion2.corp.google.com/ci/kokoro/prod:grpc%2Fcore%2Fexperimental%2Flinux%2Fgrpc_interop_matrix_adhoc/activity/1e50bcde-9646-488e-88ae-e700a0863f71/summary
Closes #36650
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36650 from yashykt:Add164ToInterop 92a6913722
PiperOrigin-RevId: 634919389
6 months ago
Sergii Tkachenko
fb6a57b153
Add grpc-java 1.63.1 to client_matrix.py ( #36651 )
...
<!--
If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.
If your pull request is for a specific language, please add the appropriate
lang label.
-->
Closes #36651
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36651 from sergiitk:java-1.63.1 409d48e1fb
PiperOrigin-RevId: 634815551
6 months ago
Terry Wilson
271b2f17e2
[interop] Add grpc-java 1.64.0 to client_matrix.py ( #36627 )
...
Closes #36627
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36627 from temawi:client-matrix-java-1.64.0 3ac1c0b9c6
PiperOrigin-RevId: 634427373
6 months ago
Yijie Ma
ac0b046481
[Release] Add 1.63.0 to interop matric for C++, ruby, php, python ( #36516 )
...
<!--
If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.
If your pull request is for a specific language, please add the appropriate
lang label.
-->
Closes #36516
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36516 from yijiem:interop-matrix-1.63.0 742d1ef527
PiperOrigin-RevId: 630501618
7 months ago
Gina Yeh
b6989ff3e4
[interop] Add 1.63.2 release of grpc-go to interop matrix ( #36305 )
...
<!--
If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.
If your pull request is for a specific language, please add the appropriate
lang label.
-->
Closes #36305
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36305 from ginayeh:go_release 6eb1f2cdc1
PiperOrigin-RevId: 623317762
8 months ago
Arvind Bright
0a6f1c81f6
[interop] Add v1.61.2 release of grpc-go to interop matrix ( #36252 )
...
Closes #36252
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36252 from arvindbr8:go_release_1.61.2 d5e69b79b5
PiperOrigin-RevId: 623169766
8 months ago
Arvind Bright
3eb3e63eb3
[interop] Add v1.62.2 release of grpc-go to interop matrix ( #36251 )
...
Closes #36251
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36251 from arvindbr8:go_release_1.62.2 470fb3752a
PiperOrigin-RevId: 622992946
8 months ago
yifeizhuang
87aa0e8027
release: grpc-java 1.63 gcr image ( #36260 )
...
https://fusion2.corp.google.com/ci/kokoro/prod:grpc%2Fcore%2Fexperimental%2Flinux%2Fgrpc_interop_matrix_adhoc/activity/a7576ab2-9c63-4dad-b595-17bdcbf6596e/log
Closes #36260
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36260 from YifeiZhuang:release-163 913768db99
PiperOrigin-RevId: 622195832
8 months ago
Arvind Bright
9dea752699
[interop] Add v1.63.0 release of grpc-go to interop matrix ( #36248 )
...
Closes #36248
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36248 from arvindbr8:go_release 4b0f653fe8
PiperOrigin-RevId: 621651570
8 months ago
Arvind Bright
8d35a303f2
update grpc go v1.62.x to patch release ( #36061 )
...
Closes #36061
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36061 from arvindbr8:go_patch_release_1.61.1 d89073c554
PiperOrigin-RevId: 616173467
9 months ago
Zach Reyes
0d69f8dc74
Add gRPC-Go version 1.62.0 to interop matrix ( #35966 )
...
Interop run: https://fusion2.corp.google.com/ci/kokoro/prod:grpc%2Fcore%2Fexperimental%2Flinux%2Fgrpc_interop_matrix_adhoc/activity/99858b52-009a-404b-a9a7-1546e239d5d9/summary
<!--
If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.
If your pull request is for a specific language, please add the appropriate
lang label.
-->
Closes #35966
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35966 from zasweq:go-release-interop 3fa9483786
PiperOrigin-RevId: 610848138
9 months ago
Eugene Ostroukhov
5838f6840a
[release] Add 1.62 to interop matrix ( #35972 )
...
Closes #35972
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35972 from eugeneo:release1.62/interop-matrix 1bc8e0f4c7
PiperOrigin-RevId: 609514657
9 months ago
Stanley Cheung
e2c3648bc2
[release] Add 1.61 to interop matrix ( #35790 )
...
Post main release `v1.61.0` process
Closes #35790
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35790 from stanley-cheung:release-interop-matrix-update 3667cf06d1
PiperOrigin-RevId: 603743893
10 months ago
Zach Reyes
1465313684
[xDS Interop] Add v1.61.0 release of grpc-go to interop matrix ( #35647 )
...
<!--
If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.
If your pull request is for a specific language, please add the appropriate
lang label.
-->
Closes #35647
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35647 from zasweq:go-releasee 419db97b9b
PiperOrigin-RevId: 602821918
10 months ago
Sergii Tkachenko
96fb14e2a2
[interop] Add grpc-java 1.61.0 to client_matrix.py ( #35536 )
...
Closes #35536
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35536 from sergiitk:java-1.61.0 d84bfd377b
PiperOrigin-RevId: 597949027
11 months ago
Sergii Tkachenko
b84d5ef2e8
Add grpc-java 1.60.1 to client_matrix.py ( #35429 )
...
Closes #35429
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35429 from sergiitk:java-1.60.1 aadaee58db
PiperOrigin-RevId: 595435711
11 months ago
Zach Reyes
023305fd63
[interop] Add v1.60.1 release of grpc-go to interop matrix ( #35346 )
...
Closes #35346
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35346 from zasweq:go-patch-release d0d1a89465
PiperOrigin-RevId: 592406029
11 months ago
Eric Anderson
4f7ead2c7b
[interop] Add grpc-java 1.60.0 to client_matrix.py ( #35215 )
...
Closes #35215
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35215 from ejona86:java-1.60.0 b26d2258fa
PiperOrigin-RevId: 591284569
12 months ago
Easwar Swaminathan
706d8b315b
[interop] Add v1.60.0 release of grpc-go to interop matrix ( #35282 )
...
Closes #35282
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35282 from easwars:go_release a2c695cb1e
PiperOrigin-RevId: 591284158
12 months ago
Mark D. Roth
2cc1550e77
[release] add 1.60 to interop matrix ( #35274 )
...
Closes #35274
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35274 from markdroth:release_interop_matrix_update b1cfcad14b
PiperOrigin-RevId: 590257600
12 months ago
Eric Anderson
92eb194140
[interop] Add grpc-java 1.59.1 to client_matrix.py ( #35130 )
...
Closes #35130
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35130 from ejona86:java-1.59.1 8e96684225
PiperOrigin-RevId: 586470793
1 year ago
Terry Wilson
12df94b848
[interop] Add grpc-java 1.59.0 to client_matrix.py ( #34764 )
1 year ago
Arvind Bright
652e9093fd
[interop] Add v1.57.2 release of grpc-go to interop matrix ( #34730 )
1 year ago
Arvind Bright
485ff14990
[interop] Add v1.59.0 release of grpc-go to interop matrix ( #34716 )
1 year ago
Zach Reyes
6d669e9c78
[interop] Update go version v1.56.x and v1.57.x interop matrix ( #34652 )
...
Add two patch releases
1 year ago
Zach Reyes
2b2a34d8dd
[interop] Add v1.58.3 release of grpc-go to interop matrix ( #34650 )
1 year ago
Gina Yeh
fe70af228b
[interop] Add v1.58.2 release of grpc-go to interop matrix ( #34449 )
1 year ago
Esun Kim
ce8838f05c
[Release] Added 1.58 to interop ( #34323 )
1 year ago
yifeizhuang
ab806f4219
[interop] Add grpc-java 1.58.0 to client_matrix.py ( #34289 )
1 year ago
Arvind Bright
ed310023cd
[interop] Add grpc-go 1.58.0 to client_matrix ( #34271 )
1 year ago
Terry Wilson
dd8c505d92
[interop] Add grpc-java 1.57.2 to client_matrix.py ( #34068 )
...
Co-authored-by: Sergii Tkachenko <hi@sergii.org>
1 year ago
AJ Heller
588e83e3b7
[interop] Add grpc-core 1.57.0 to client_matrix.py ( #34059 )
1 year ago
Eric Anderson
6468b8a74f
[interop] Add grpc-java 1.57.1 to client_matrix.py ( #33967 )
1 year ago
Larry Safran
ff905cf2b4
[interop] Add grpc-java 1.57.0 to client_matrix.py ( #33913 )
1 year ago
yifeizhuang
b701a5433e
[interop] update client matrix images for java ( #32349 )
1 year ago
Doug Fawley
5974ea7553
[interop] Add v1.57.0 release of grpc-go to interop matrix, and v1.56.2 ( #33886 )
1 year ago
Eric Anderson
e0b8bd9c5b
[interop_matrix] Add Java 1.50.3 ( #32865 )
1 year ago
Eric Anderson
4599419687
[interop_matrix] Add Java 1.55.1 ( #33049 )
1 year ago