From a59d42e360a18fa6a848771123ca23969826709c Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Fri, 6 Dec 2024 08:18:24 +0000 Subject: [PATCH] Release Google.Cloud.ConfidentialComputing.V1 version 1.7.0 (#13940) Changes in this release: ### New features - Add a token_type options proto to allow for customization of specific token types. Added the first token type option to hold principal tag token options ([commit 4bf271b](https://togithub.com/googleapis/google-cloud-dotnet/commit/4bf271b8ae073fb8915a01e4f58be3647a20a49a)) --- .../Google.Cloud.ConfidentialComputing.V1.csproj | 2 +- apis/Google.Cloud.ConfidentialComputing.V1/docs/history.md | 6 ++++++ apis/apis.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/apis/Google.Cloud.ConfidentialComputing.V1/Google.Cloud.ConfidentialComputing.V1/Google.Cloud.ConfidentialComputing.V1.csproj b/apis/Google.Cloud.ConfidentialComputing.V1/Google.Cloud.ConfidentialComputing.V1/Google.Cloud.ConfidentialComputing.V1.csproj index e2626f6942cf..b14539361672 100644 --- a/apis/Google.Cloud.ConfidentialComputing.V1/Google.Cloud.ConfidentialComputing.V1/Google.Cloud.ConfidentialComputing.V1.csproj +++ b/apis/Google.Cloud.ConfidentialComputing.V1/Google.Cloud.ConfidentialComputing.V1/Google.Cloud.ConfidentialComputing.V1.csproj @@ -1,7 +1,7 @@  - 1.6.0 + 1.7.0 netstandard2.0;net462 true Recommended Google client library to access the Google Cloud Confidential Computing API (v1) diff --git a/apis/Google.Cloud.ConfidentialComputing.V1/docs/history.md b/apis/Google.Cloud.ConfidentialComputing.V1/docs/history.md index 15489e7d559f..2faeb7a8d926 100644 --- a/apis/Google.Cloud.ConfidentialComputing.V1/docs/history.md +++ b/apis/Google.Cloud.ConfidentialComputing.V1/docs/history.md @@ -1,5 +1,11 @@ # Version history +## Version 1.7.0, released 2024-12-06 + +### New features + +- Add a token_type options proto to allow for customization of specific token types. Added the first token type option to hold principal tag token options ([commit 4bf271b](https://github.com/googleapis/google-cloud-dotnet/commit/4bf271b8ae073fb8915a01e4f58be3647a20a49a)) + ## Version 1.6.0, released 2024-07-22 ### New features diff --git a/apis/apis.json b/apis/apis.json index c2d218eb9e1d..11beec74370a 100644 --- a/apis/apis.json +++ b/apis/apis.json @@ -1547,7 +1547,7 @@ }, { "id": "Google.Cloud.ConfidentialComputing.V1", - "version": "1.6.0", + "version": "1.7.0", "type": "grpc", "productName": "Confidential Computing", "productUrl": "https://cloud.google.com/confidential-computing",