Skip to content

Commit

Permalink
Release Container Analysis libraries version 3.6.0
Browse files Browse the repository at this point in the history
Changes in Google.Cloud.DevTools.ContainerAnalysis.V1 version 3.6.0:

### New features

- Change netstandard2.1 target to netstandard2.0 ([commit 82bea85](82bea85))

Changes in Grafeas.V1 version 3.6.0:

### Bug fixes

- Set the transport of grafeas back to grpc only ([commit 0b69ee2](0b69ee2))

### New features

- Change netstandard2.1 target to netstandard2.0 ([commit 82bea85](82bea85))
- A new field `in_toto_slsa_provenance_v1` is added to message `BuildOccurrence` ([commit 416cfff](416cfff))
- A new value `SBOM_REFERENCE` is added to enum `NoteKind` ([commit 416cfff](416cfff))
- A new field `impact` is added to message `ComplianceNote` ([commit 416cfff](416cfff))
- A new message `SBOMStatus` is added ([commit 416cfff](416cfff))
- A new field `sbom_status` is added to message `DiscoveryOccurrence` ([commit 416cfff](416cfff))
- A new field `sbom_reference` is added to message `Occurrence` ([commit 416cfff](416cfff))
- A new field `sbom_reference` is added to message `Note` ([commit 416cfff](416cfff))
- A new message `InTotoSlsaProvenanceV1` is added ([commit 416cfff](416cfff))
- A new message `SBOMReferenceNote` is added ([commit 416cfff](416cfff))
- A new message `SBOMReferenceOccurrence` is added ([commit 416cfff](416cfff))
- A new message `SbomReferenceIntotoPayload` is added ([commit 416cfff](416cfff))
- A new message `SbomReferenceIntotoPredicate` is added ([commit 416cfff](416cfff))
- A new field `vulnerability_id` is added to message `VulnerabilityAssessmentNote` ([commit 416cfff](416cfff))
- A new field `vulnerability_id` is added to message `VulnerabilityOccurrence` ([commit 416cfff](416cfff))
- A new field `extra_details` is added to message `VulnerabilityOccurrence` ([commit 416cfff](416cfff))

### Documentation improvements

- A comment for field `cve` in message `VulnerabilityAssessmentNote` is changed ([commit 416cfff](416cfff))
- A comment for field `cve` in message `VulnerabilityOccurrence` is changed ([commit 416cfff](416cfff))

Packages in this release:
- Release Google.Cloud.DevTools.ContainerAnalysis.V1 version 3.6.0
- Release Grafeas.V1 version 3.6.0
  • Loading branch information
jskeet committed Mar 28, 2024
1 parent 7591fca commit a514f72
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 4 deletions.
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.5.0</Version>
<Version>3.6.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Container Analysis API.</Description>
Expand Down
@@ -1,5 +1,11 @@
# Version history

## Version 3.6.0, released 2024-03-28

### New features

- Change netstandard2.1 target to netstandard2.0 ([commit 82bea85](https://github.com/googleapis/google-cloud-dotnet/commit/82bea850661975b9750ac30753528cc9d2e05240))

## Version 3.5.0, released 2024-03-05

No API surface changes; just dependency updates.
Expand Down
2 changes: 1 addition & 1 deletion apis/Grafeas.V1/Grafeas.V1/Grafeas.V1.csproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.5.0</Version>
<Version>3.6.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended client library to access Grafeas, an open artifact metadata API to audit and govern your software supply chain.</Description>
Expand Down
30 changes: 30 additions & 0 deletions apis/Grafeas.V1/docs/history.md
@@ -1,5 +1,35 @@
# Version history

## Version 3.6.0, released 2024-03-28

### Bug fixes

- Set the transport of grafeas back to grpc only ([commit 0b69ee2](https://github.com/googleapis/google-cloud-dotnet/commit/0b69ee2a9f0345cc4c145c9ac1b9fc6833412ff8))

### New features

- Change netstandard2.1 target to netstandard2.0 ([commit 82bea85](https://github.com/googleapis/google-cloud-dotnet/commit/82bea850661975b9750ac30753528cc9d2e05240))
- A new field `in_toto_slsa_provenance_v1` is added to message `BuildOccurrence` ([commit 416cfff](https://github.com/googleapis/google-cloud-dotnet/commit/416cfff3c6855582927a35e271a6f596227af264))
- A new value `SBOM_REFERENCE` is added to enum `NoteKind` ([commit 416cfff](https://github.com/googleapis/google-cloud-dotnet/commit/416cfff3c6855582927a35e271a6f596227af264))
- A new field `impact` is added to message `ComplianceNote` ([commit 416cfff](https://github.com/googleapis/google-cloud-dotnet/commit/416cfff3c6855582927a35e271a6f596227af264))
- A new message `SBOMStatus` is added ([commit 416cfff](https://github.com/googleapis/google-cloud-dotnet/commit/416cfff3c6855582927a35e271a6f596227af264))
- A new field `sbom_status` is added to message `DiscoveryOccurrence` ([commit 416cfff](https://github.com/googleapis/google-cloud-dotnet/commit/416cfff3c6855582927a35e271a6f596227af264))
- A new field `sbom_reference` is added to message `Occurrence` ([commit 416cfff](https://github.com/googleapis/google-cloud-dotnet/commit/416cfff3c6855582927a35e271a6f596227af264))
- A new field `sbom_reference` is added to message `Note` ([commit 416cfff](https://github.com/googleapis/google-cloud-dotnet/commit/416cfff3c6855582927a35e271a6f596227af264))
- A new message `InTotoSlsaProvenanceV1` is added ([commit 416cfff](https://github.com/googleapis/google-cloud-dotnet/commit/416cfff3c6855582927a35e271a6f596227af264))
- A new message `SBOMReferenceNote` is added ([commit 416cfff](https://github.com/googleapis/google-cloud-dotnet/commit/416cfff3c6855582927a35e271a6f596227af264))
- A new message `SBOMReferenceOccurrence` is added ([commit 416cfff](https://github.com/googleapis/google-cloud-dotnet/commit/416cfff3c6855582927a35e271a6f596227af264))
- A new message `SbomReferenceIntotoPayload` is added ([commit 416cfff](https://github.com/googleapis/google-cloud-dotnet/commit/416cfff3c6855582927a35e271a6f596227af264))
- A new message `SbomReferenceIntotoPredicate` is added ([commit 416cfff](https://github.com/googleapis/google-cloud-dotnet/commit/416cfff3c6855582927a35e271a6f596227af264))
- A new field `vulnerability_id` is added to message `VulnerabilityAssessmentNote` ([commit 416cfff](https://github.com/googleapis/google-cloud-dotnet/commit/416cfff3c6855582927a35e271a6f596227af264))
- A new field `vulnerability_id` is added to message `VulnerabilityOccurrence` ([commit 416cfff](https://github.com/googleapis/google-cloud-dotnet/commit/416cfff3c6855582927a35e271a6f596227af264))
- A new field `extra_details` is added to message `VulnerabilityOccurrence` ([commit 416cfff](https://github.com/googleapis/google-cloud-dotnet/commit/416cfff3c6855582927a35e271a6f596227af264))

### Documentation improvements

- A comment for field `cve` in message `VulnerabilityAssessmentNote` is changed ([commit 416cfff](https://github.com/googleapis/google-cloud-dotnet/commit/416cfff3c6855582927a35e271a6f596227af264))
- A comment for field `cve` in message `VulnerabilityOccurrence` is changed ([commit 416cfff](https://github.com/googleapis/google-cloud-dotnet/commit/416cfff3c6855582927a35e271a6f596227af264))

## Version 3.5.0, released 2024-03-05

### New features
Expand Down
4 changes: 2 additions & 2 deletions apis/apis.json
Expand Up @@ -1844,7 +1844,7 @@
"protoPath": "google/devtools/containeranalysis/v1",
"productName": "Google Container Analysis",
"productUrl": "https://cloud.google.com/container-registry/docs/container-analysis/",
"version": "3.5.0",
"version": "3.6.0",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Container Analysis API.",
"tags": [
Expand Down Expand Up @@ -5694,7 +5694,7 @@
"protoPath": "grafeas/v1",
"productName": "Grafeas",
"productUrl": "https://grafeas.io/",
"version": "3.5.0",
"version": "3.6.0",
"type": "grpc",
"description": "Recommended client library to access Grafeas, an open artifact metadata API to audit and govern your software supply chain.",
"tags": [
Expand Down

0 comments on commit a514f72

Please sign in to comment.