From 95950e147301663f7aec063761a4f8410cf54bc6 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Fri, 6 Dec 2024 07:47:26 +0000 Subject: [PATCH] Release Google.Cloud.Run.V2 version 2.12.0 Changes in this release: ### New features - Support manual instance count in Cloud Run for manual scaling feature ([commit aa9150c](https://github.com/googleapis/google-cloud-dotnet/commit/aa9150cacc8005f1c2923220561c9c0c9b9c58f9)) --- .../Google.Cloud.Run.V2/Google.Cloud.Run.V2.csproj | 2 +- apis/Google.Cloud.Run.V2/docs/history.md | 6 ++++++ apis/apis.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/apis/Google.Cloud.Run.V2/Google.Cloud.Run.V2/Google.Cloud.Run.V2.csproj b/apis/Google.Cloud.Run.V2/Google.Cloud.Run.V2/Google.Cloud.Run.V2.csproj index 26843cf53b15..d305079d3f84 100644 --- a/apis/Google.Cloud.Run.V2/Google.Cloud.Run.V2/Google.Cloud.Run.V2.csproj +++ b/apis/Google.Cloud.Run.V2/Google.Cloud.Run.V2/Google.Cloud.Run.V2.csproj @@ -1,7 +1,7 @@  - 2.11.0 + 2.12.0 netstandard2.0;net462 true Recommended Google client library to access the Google Cloud Run Admin API (v2) diff --git a/apis/Google.Cloud.Run.V2/docs/history.md b/apis/Google.Cloud.Run.V2/docs/history.md index 91c4e276139c..e5f424cc598b 100644 --- a/apis/Google.Cloud.Run.V2/docs/history.md +++ b/apis/Google.Cloud.Run.V2/docs/history.md @@ -1,5 +1,11 @@ # Version history +## Version 2.12.0, released 2024-12-06 + +### New features + +- Support manual instance count in Cloud Run for manual scaling feature ([commit aa9150c](https://github.com/googleapis/google-cloud-dotnet/commit/aa9150cacc8005f1c2923220561c9c0c9b9c58f9)) + ## Version 2.11.0, released 2024-11-18 ### New features diff --git a/apis/apis.json b/apis/apis.json index b93fa06a6958..ea9bf3e67dae 100644 --- a/apis/apis.json +++ b/apis/apis.json @@ -4271,7 +4271,7 @@ }, { "id": "Google.Cloud.Run.V2", - "version": "2.11.0", + "version": "2.12.0", "type": "grpc", "productName": "Cloud Run Admin", "productUrl": "https://cloud.google.com/run/docs",