From 983ab647b46914410bb4d6617aba5206d693f725 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Mon, 13 Jan 2025 13:20:21 +0000 Subject: [PATCH] Release Google.Cloud.Tpu.V1 version 2.4.0 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://github.com/googleapis/google-cloud-dotnet/commit/5bcb874031918e9b82d7cdf9ae947d044a5522f6)) --- .../Google.Cloud.Tpu.V1/Google.Cloud.Tpu.V1.csproj | 6 +++--- apis/Google.Cloud.Tpu.V1/docs/history.md | 6 ++++++ generator-input/apis.json | 6 +++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/apis/Google.Cloud.Tpu.V1/Google.Cloud.Tpu.V1/Google.Cloud.Tpu.V1.csproj b/apis/Google.Cloud.Tpu.V1/Google.Cloud.Tpu.V1/Google.Cloud.Tpu.V1.csproj index 2289075997fa..bb9be592aa9d 100644 --- a/apis/Google.Cloud.Tpu.V1/Google.Cloud.Tpu.V1/Google.Cloud.Tpu.V1.csproj +++ b/apis/Google.Cloud.Tpu.V1/Google.Cloud.Tpu.V1/Google.Cloud.Tpu.V1.csproj @@ -1,7 +1,7 @@  - 2.3.0 + 2.4.0 netstandard2.0;net462 true Recommended Google client library to access the Google Cloud TPU API, which provides customers with access to Google TPU technology. @@ -10,8 +10,8 @@ - - + + \ No newline at end of file diff --git a/apis/Google.Cloud.Tpu.V1/docs/history.md b/apis/Google.Cloud.Tpu.V1/docs/history.md index 49615965b354..7681b3e89589 100644 --- a/apis/Google.Cloud.Tpu.V1/docs/history.md +++ b/apis/Google.Cloud.Tpu.V1/docs/history.md @@ -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 diff --git a/generator-input/apis.json b/generator-input/apis.json index 365bede62abd..d5775782059d 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -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/", @@ -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",