Skip to content

Commit

Permalink
Release Google.Cloud.Config.V1 version 1.6.0
Browse files Browse the repository at this point in the history
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))
  • Loading branch information
jskeet authored and amanda-tarafa committed Dec 12, 2024
1 parent e8016f4 commit ff511a2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 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>1.5.0</Version>
<Version>1.6.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Infrastructure Manager API, which creates and manages Google Cloud Platform resources and infrastructure.</Description>
Expand All @@ -10,9 +10,9 @@
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" />
<PackageReference Include="Google.Cloud.Iam.V1" VersionOverride="[3.2.0, 4.0.0)" />
<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.Iam.V1" VersionOverride="[3.4.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>
15 changes: 15 additions & 0 deletions apis/Google.Cloud.Config.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Version history

## Version 1.6.0, released 2024-12-12

### Bug fixes

- 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))
- 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))

### New features

- Added annotations ([commit 57c3817](https://github.com/googleapis/google-cloud-dotnet/commit/57c3817524f12a40c5756fa6820df75c5a92a90f))

### Documentation improvements

- Service Account is a required field ([commit 57c3817](https://github.com/googleapis/google-cloud-dotnet/commit/57c3817524f12a40c5756fa6820df75c5a92a90f))

## Version 1.5.0, released 2024-04-29

### New features
Expand Down
8 changes: 4 additions & 4 deletions generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@
},
{
"id": "Google.Cloud.Config.V1",
"version": "1.5.0",
"version": "1.6.0",
"type": "grpc",
"productName": "Infrastructure Manager",
"productUrl": "https://cloud.google.com/infrastructure-manager/docs/overview",
Expand All @@ -1629,9 +1629,9 @@
"resources"
],
"dependencies": {
"Google.Cloud.Iam.V1": "3.2.0",
"Google.Cloud.Location": "2.2.0",
"Google.LongRunning": "3.2.0"
"Google.Cloud.Iam.V1": "3.4.0",
"Google.Cloud.Location": "2.3.0",
"Google.LongRunning": "3.3.0"
},
"generator": "micro",
"protoPath": "google/cloud/config/v1",
Expand Down

0 comments on commit ff511a2

Please sign in to comment.