mirror of https://github.com/grpc/grpc.git
[interop] Add v1.65.1, v1.66.3, v1.67.1, v1.68.0 releases of grpc-go to interop matrix (#38151)
```sh
$ GO_VERSION="go1.x"
$ RELEASE_VERSION="v1.68.0"
$ cloud beta container images list-tags us-docker.pkg.dev/grpc-testing/testing-images-public/grpc_interop_"$GO_VERSION" | grep "v1.68.0"
3322975484f3 infrastructure-public-image-v1.68.0,v1.68.0 2024-11-18T03:53:29 CRITICAL=5,HIGH=146,LOW=291,MEDIUM=324
$ RELEASE_VERSION="v1.67.1"
$ gcloud beta container images list-tags us-docker.pkg.dev/grpc-testing/testing-images-public/grpc_interop_"$GO_VERSION" | grep "$RELEASE_VERSION"
825c7c7f999b infrastructure-public-image-v1.67.1,v1.67.1 2024-11-18T04:18:00 CRITICAL=5,HIGH=146,LOW=291,MEDIUM=324
$ RELEASE_VERSION="v1.66.3"
$ gcloud beta container images list-tags us-docker.pkg.dev/grpc-testing/testing-images-public/grpc_interop_"$GO_VERSION" | grep "v1.66.3"
1e2f209caba2 infrastructure-public-image-v1.66.3,v1.66.3 2024-11-18T04:15:49 CRITICAL=5,HIGH=146,LOW=291,MEDIUM=324
$ RELEASE_VERSION="v1.65.1"
$ gcloud beta container images list-tags us-docker.pkg.dev/grpc-testing/testing-images-public/grpc_interop_"$GO_VERSION" | grep "v1.65.1"
fdc8e20a11bc infrastructure-public-image-v1.65.1,v1.65.1 2024-11-18T04:13:51 CRITICAL=5,HIGH=146,LOW=291,MEDIUM=324
```
Closes #38151
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/38151 from purnesh42H:go_release 34cb7d5c9e
PiperOrigin-RevId: 697702833
pull/30067/merge
parent
3cc611c7df
commit
45dacbe861
1 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue