Skip to content

Commit b3720a6

Browse files
authored
Release Container Analysis libraries version 3.7.0 (#13848)
Changes in Google.Cloud.DevTools.ContainerAnalysis.V1 version 3.7.0: ### New features - Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://togithub.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694)) Changes in Grafeas.V1 version 3.7.0: ### New features - A new field `version` is added to message `.grafeas.v1.ComplianceOccurrence` ([commit 5f100b4](https://togithub.com/googleapis/google-cloud-dotnet/commit/5f100b4861e5416ad1ef3a4b3d1644659a2fe6fc)) - A new message `VulnerabilityAttestation` is added ([commit 5f100b4](https://togithub.com/googleapis/google-cloud-dotnet/commit/5f100b4861e5416ad1ef3a4b3d1644659a2fe6fc)) - A new field `vulnerability_attestation` is added to message `.grafeas.v1.DiscoveryOccurrence` ([commit 5f100b4](https://togithub.com/googleapis/google-cloud-dotnet/commit/5f100b4861e5416ad1ef3a4b3d1644659a2fe6fc)) - Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://togithub.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694)) Packages in this release: - Release Google.Cloud.DevTools.ContainerAnalysis.V1 version 3.7.0 - Release Grafeas.V1 version 3.7.0
1 parent a526247 commit b3720a6

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
lines changed

apis/Google.Cloud.DevTools.ContainerAnalysis.V1/Google.Cloud.DevTools.ContainerAnalysis.V1/Google.Cloud.DevTools.ContainerAnalysis.V1.csproj

Lines changed: 2 additions & 2 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>3.6.0</Version>
4+
<Version>3.7.0</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended Google client library to access the Google Cloud Container Analysis API.</Description>
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="ConfigureAwaitChecker.Analyzer" PrivateAssets="All" />
1212
<PackageReference Include="Google.Api.Gax.Grpc" VersionOverride="[4.9.0, 5.0.0)" />
13-
<PackageReference Include="Google.Cloud.Iam.V1" VersionOverride="[3.2.0, 4.0.0)" />
13+
<PackageReference Include="Google.Cloud.Iam.V1" VersionOverride="[3.3.0, 4.0.0)" />
1414
<ProjectReference Include="..\..\Grafeas.V1\Grafeas.V1\Grafeas.V1.csproj" />
1515
<PackageReference Include="Grpc.Core" VersionOverride="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
1616
</ItemGroup>

apis/Google.Cloud.DevTools.ContainerAnalysis.V1/docs/history.md

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

3+
## Version 3.7.0, released 2024-11-18
4+
5+
### New features
6+
7+
- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://github.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694))
8+
39
## Version 3.6.0, released 2024-03-28
410

511
### New features

apis/Grafeas.V1/Grafeas.V1/Grafeas.V1.csproj

Lines changed: 1 addition & 1 deletion
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>3.6.0</Version>
4+
<Version>3.7.0</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended client library to access Grafeas, an open artifact metadata API to audit and govern your software supply chain.</Description>

apis/Grafeas.V1/docs/history.md

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

3+
## Version 3.7.0, released 2024-11-18
4+
5+
### New features
6+
7+
- A new field `version` is added to message `.grafeas.v1.ComplianceOccurrence` ([commit 5f100b4](https://github.com/googleapis/google-cloud-dotnet/commit/5f100b4861e5416ad1ef3a4b3d1644659a2fe6fc))
8+
- A new message `VulnerabilityAttestation` is added ([commit 5f100b4](https://github.com/googleapis/google-cloud-dotnet/commit/5f100b4861e5416ad1ef3a4b3d1644659a2fe6fc))
9+
- A new field `vulnerability_attestation` is added to message `.grafeas.v1.DiscoveryOccurrence` ([commit 5f100b4](https://github.com/googleapis/google-cloud-dotnet/commit/5f100b4861e5416ad1ef3a4b3d1644659a2fe6fc))
10+
- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://github.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694))
11+
312
## Version 3.6.0, released 2024-03-28
413

514
### Bug fixes

apis/apis.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,7 +1979,7 @@
19791979
"protoPath": "google/devtools/containeranalysis/v1",
19801980
"productName": "Google Container Analysis",
19811981
"productUrl": "https://cloud.google.com/container-registry/docs/container-analysis/",
1982-
"version": "3.6.0",
1982+
"version": "3.7.0",
19831983
"type": "grpc",
19841984
"description": "Recommended Google client library to access the Google Cloud Container Analysis API.",
19851985
"tags": [
@@ -1989,7 +1989,7 @@
19891989
"grafeas"
19901990
],
19911991
"dependencies": {
1992-
"Google.Cloud.Iam.V1": "3.2.0",
1992+
"Google.Cloud.Iam.V1": "3.3.0",
19931993
"Grafeas.V1": "project"
19941994
},
19951995
"shortName": "containeranalysis",
@@ -6250,7 +6250,7 @@
62506250
"protoPath": "grafeas/v1",
62516251
"productName": "Grafeas",
62526252
"productUrl": "https://grafeas.io/",
6253-
"version": "3.6.0",
6253+
"version": "3.7.0",
62546254
"type": "grpc",
62556255
"description": "Recommended client library to access Grafeas, an open artifact metadata API to audit and govern your software supply chain.",
62566256
"tags": [

0 commit comments

Comments
 (0)