Skip to content

Commit

Permalink
[Release] Add 1.65.0 to interop matrix (grpc#37097)
Browse files Browse the repository at this point in the history
<!--

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 grpc#37097

COPYBARA_INTEGRATE_REVIEW=grpc#37097 from XuanWang-Amos:add_1_65_to_interop 8709662
PiperOrigin-RevId: 663325868
  • Loading branch information
XuanWang-Amos authored and copybara-github committed Aug 15, 2024
1 parent 394ce68 commit e5f5f6e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tools/interop_matrix/client_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
("v1.62.0", ReleaseInfo()),
("v1.63.1", ReleaseInfo()),
("v1.64.1", ReleaseInfo()),
("v1.65.0", ReleaseInfo()),
]
),
"go": OrderedDict(
Expand Down Expand Up @@ -799,6 +800,12 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
runtimes=["python"], testcases_file="python__master"
),
),
(
"v1.65.0",
ReleaseInfo(
runtimes=["python"], testcases_file="python__master"
),
),
]
),
"node": OrderedDict(
Expand Down Expand Up @@ -897,6 +904,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
("v1.62.0", ReleaseInfo()),
("v1.63.0", ReleaseInfo()),
("v1.64.0", ReleaseInfo()),
("v1.65.0", ReleaseInfo()),
]
),
"php": OrderedDict(
Expand Down Expand Up @@ -959,6 +967,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
("v1.62.0", ReleaseInfo()),
("v1.63.0", ReleaseInfo()),
("v1.64.0", ReleaseInfo()),
("v1.65.0", ReleaseInfo()),
]
),
"csharp": OrderedDict(
Expand Down

0 comments on commit e5f5f6e

Please sign in to comment.