Skip to content

Commit

Permalink
Release Google.Cloud.Tpu.V1 version 2.4.0
Browse files Browse the repository at this point in the history
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](5bcb874))
  • Loading branch information
jskeet committed Jan 13, 2025
1 parent 9997d14 commit 983ab64
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.3.0</Version>
<Version>2.4.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud TPU API, which provides customers with access to Google TPU technology.</Description>
Expand All @@ -10,8 +10,8 @@
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" />
<PackageReference Include="Google.Cloud.Location" VersionOverride="[2.2.0, 3.0.0)" />
<PackageReference Include="Google.LongRunning" VersionOverride="[3.2.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Location" VersionOverride="[2.3.0, 3.0.0)" />
<PackageReference Include="Google.LongRunning" VersionOverride="[3.3.0, 4.0.0)" />
<PackageReference Include="Grpc.Core" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
</Project>
6 changes: 6 additions & 0 deletions apis/Google.Cloud.Tpu.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version history

## Version 2.4.0, released 2025-01-13

### 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://github.com/googleapis/google-cloud-dotnet/commit/5bcb874031918e9b82d7cdf9ae947d044a5522f6))

## Version 2.3.0, released 2024-05-14

### New features
Expand Down
6 changes: 3 additions & 3 deletions generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -5388,7 +5388,7 @@
},
{
"id": "Google.Cloud.Tpu.V1",
"version": "2.3.0",
"version": "2.4.0",
"type": "grpc",
"productName": "Cloud TPU",
"productUrl": "https://cloud.google.com/tpu/",
Expand All @@ -5397,8 +5397,8 @@
"tpu"
],
"dependencies": {
"Google.Cloud.Location": "2.2.0",
"Google.LongRunning": "3.2.0"
"Google.Cloud.Location": "2.3.0",
"Google.LongRunning": "3.3.0"
},
"generator": "micro",
"protoPath": "google/cloud/tpu/v1",
Expand Down

0 comments on commit 983ab64

Please sign in to comment.