Skip to content

Commit ff511a2

Browse files
jskeetamanda-tarafa
authored andcommitted
Release Google.Cloud.Config.V1 version 1.6.0
Changes in this release: ### Bug fixes - Changed field behavior for an existing field `service_account` in message `.google.cloud.config.v1.Deployment` ([commit 57c3817](57c3817)) - Changed field behavior for an existing field `service_account` in message `.google.cloud.config.v1.Preview` ([commit 57c3817](57c3817)) ### New features - Added annotations ([commit 57c3817](57c3817)) ### Documentation improvements - Service Account is a required field ([commit 57c3817](57c3817))
1 parent e8016f4 commit ff511a2

File tree

3 files changed

+23
-8
lines changed

3 files changed

+23
-8
lines changed
Lines changed: 4 additions & 4 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>1.5.0</Version>
4+
<Version>1.6.0</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended Google client library to access the Google Cloud Infrastructure Manager API, which creates and manages Google Cloud Platform resources and infrastructure.</Description>
@@ -10,9 +10,9 @@
1010
<ItemGroup>
1111
<PackageReference Include="ConfigureAwaitChecker.Analyzer" PrivateAssets="All" />
1212
<PackageReference Include="Google.Api.Gax.Grpc" />
13-
<PackageReference Include="Google.Cloud.Iam.V1" VersionOverride="[3.2.0, 4.0.0)" />
14-
<PackageReference Include="Google.Cloud.Location" VersionOverride="[2.2.0, 3.0.0)" />
15-
<PackageReference Include="Google.LongRunning" VersionOverride="[3.2.0, 4.0.0)" />
13+
<PackageReference Include="Google.Cloud.Iam.V1" VersionOverride="[3.4.0, 4.0.0)" />
14+
<PackageReference Include="Google.Cloud.Location" VersionOverride="[2.3.0, 3.0.0)" />
15+
<PackageReference Include="Google.LongRunning" VersionOverride="[3.3.0, 4.0.0)" />
1616
<PackageReference Include="Grpc.Core" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
1717
</ItemGroup>
1818
</Project>

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

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

3+
## Version 1.6.0, released 2024-12-12
4+
5+
### Bug fixes
6+
7+
- Changed field behavior for an existing field `service_account` in message `.google.cloud.config.v1.Deployment` ([commit 57c3817](https://github.com/googleapis/google-cloud-dotnet/commit/57c3817524f12a40c5756fa6820df75c5a92a90f))
8+
- Changed field behavior for an existing field `service_account` in message `.google.cloud.config.v1.Preview` ([commit 57c3817](https://github.com/googleapis/google-cloud-dotnet/commit/57c3817524f12a40c5756fa6820df75c5a92a90f))
9+
10+
### New features
11+
12+
- Added annotations ([commit 57c3817](https://github.com/googleapis/google-cloud-dotnet/commit/57c3817524f12a40c5756fa6820df75c5a92a90f))
13+
14+
### Documentation improvements
15+
16+
- Service Account is a required field ([commit 57c3817](https://github.com/googleapis/google-cloud-dotnet/commit/57c3817524f12a40c5756fa6820df75c5a92a90f))
17+
318
## Version 1.5.0, released 2024-04-29
419

520
### New features

generator-input/apis.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@
16181618
},
16191619
{
16201620
"id": "Google.Cloud.Config.V1",
1621-
"version": "1.5.0",
1621+
"version": "1.6.0",
16221622
"type": "grpc",
16231623
"productName": "Infrastructure Manager",
16241624
"productUrl": "https://cloud.google.com/infrastructure-manager/docs/overview",
@@ -1629,9 +1629,9 @@
16291629
"resources"
16301630
],
16311631
"dependencies": {
1632-
"Google.Cloud.Iam.V1": "3.2.0",
1633-
"Google.Cloud.Location": "2.2.0",
1634-
"Google.LongRunning": "3.2.0"
1632+
"Google.Cloud.Iam.V1": "3.4.0",
1633+
"Google.Cloud.Location": "2.3.0",
1634+
"Google.LongRunning": "3.3.0"
16351635
},
16361636
"generator": "micro",
16371637
"protoPath": "google/cloud/config/v1",

0 commit comments

Comments
 (0)