Skip to content

Commit 9571daf

Browse files
authored
Release Google.Cloud.Tpu.V1 version 2.4.0 (#14098)
Changes in this release: ### New features - Add UNKNOWN to TPU node state, This state will be used to prevent a node from being marked as READY during diagnose after it has failed repair ([commit 5bcb874](https://togithub.com/googleapis/google-cloud-dotnet/commit/5bcb874031918e9b82d7cdf9ae947d044a5522f6))
1 parent 9997d14 commit 9571daf

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>2.3.0</Version>
4+
<Version>2.4.0</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended Google client library to access the Google Cloud TPU API, which provides customers with access to Google TPU technology.</Description>
@@ -10,8 +10,8 @@
1010
<ItemGroup>
1111
<PackageReference Include="ConfigureAwaitChecker.Analyzer" PrivateAssets="All" />
1212
<PackageReference Include="Google.Api.Gax.Grpc" />
13-
<PackageReference Include="Google.Cloud.Location" VersionOverride="[2.2.0, 3.0.0)" />
14-
<PackageReference Include="Google.LongRunning" VersionOverride="[3.2.0, 4.0.0)" />
13+
<PackageReference Include="Google.Cloud.Location" VersionOverride="[2.3.0, 3.0.0)" />
14+
<PackageReference Include="Google.LongRunning" VersionOverride="[3.3.0, 4.0.0)" />
1515
<PackageReference Include="Grpc.Core" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
1616
</ItemGroup>
1717
</Project>

apis/Google.Cloud.Tpu.V1/docs/history.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Version history
22

3+
## Version 2.4.0, released 2025-01-13
4+
5+
### New features
6+
7+
- Add UNKNOWN to TPU node state, This state will be used to prevent a node from being marked as READY during diagnose after it has failed repair ([commit 5bcb874](https://github.com/googleapis/google-cloud-dotnet/commit/5bcb874031918e9b82d7cdf9ae947d044a5522f6))
8+
39
## Version 2.3.0, released 2024-05-14
410

511
### New features

generator-input/apis.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5388,7 +5388,7 @@
53885388
},
53895389
{
53905390
"id": "Google.Cloud.Tpu.V1",
5391-
"version": "2.3.0",
5391+
"version": "2.4.0",
53925392
"type": "grpc",
53935393
"productName": "Cloud TPU",
53945394
"productUrl": "https://cloud.google.com/tpu/",
@@ -5397,8 +5397,8 @@
53975397
"tpu"
53985398
],
53995399
"dependencies": {
5400-
"Google.Cloud.Location": "2.2.0",
5401-
"Google.LongRunning": "3.2.0"
5400+
"Google.Cloud.Location": "2.3.0",
5401+
"Google.LongRunning": "3.3.0"
54025402
},
54035403
"generator": "micro",
54045404
"protoPath": "google/cloud/tpu/v1",

0 commit comments

Comments
 (0)