Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f6a6175

Browse filesBrowse files
feat: Mark all fields Optional for ContainerImageSignagure proto (#11547)
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 840fc36 commit f6a6175
Copy full SHA for f6a6175

File tree

Expand file treeCollapse file tree

4 files changed

+7
-9
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+7
-9
lines changed

‎packages/google-cloud-confidentialcomputing/google/cloud/confidentialcomputing/gapic_version.py

Copy file name to clipboardExpand all lines: packages/google-cloud-confidentialcomputing/google/cloud/confidentialcomputing/gapic_version.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.2.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

‎packages/google-cloud-confidentialcomputing/google/cloud/confidentialcomputing_v1/gapic_version.py

Copy file name to clipboardExpand all lines: packages/google-cloud-confidentialcomputing/google/cloud/confidentialcomputing_v1/gapic_version.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.2.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

‎packages/google-cloud-confidentialcomputing/google/cloud/confidentialcomputing_v1/types/service.py

Copy file name to clipboardExpand all lines: packages/google-cloud-confidentialcomputing/google/cloud/confidentialcomputing_v1/types/service.py
+4-6Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -372,12 +372,12 @@ class ContainerImageSignature(proto.Message):
372372
373373
Attributes:
374374
payload (bytes):
375-
Required. The binary signature payload following the
375+
Optional. The binary signature payload following the
376376
SimpleSigning format
377377
https://github.com/sigstore/cosign/blob/main/specs/SIGNATURE_SPEC.md#simple-signing.
378378
This payload includes the container image digest.
379379
signature (bytes):
380-
Required. A signature over the payload. The container image
380+
Optional. A signature over the payload. The container image
381381
digest is incorporated into the signature as follows:
382382
383383
1. Generate a SimpleSigning format payload that includes the
@@ -387,11 +387,9 @@ class ContainerImageSignature(proto.Message):
387387
follows:
388388
``Sign(sha256(SimpleSigningPayload(sha256(Image Manifest))))``
389389
public_key (bytes):
390-
Required. An associated public key used to
391-
verify the signature.
390+
Optional. Reserved for future use.
392391
sig_alg (google.cloud.confidentialcomputing_v1.types.SigningAlgorithm):
393-
Required. The algorithm used to produce the
394-
container image signature.
392+
Optional. Reserved for future use.
395393
"""
396394

397395
payload: bytes = proto.Field(

‎packages/google-cloud-confidentialcomputing/samples/generated_samples/snippet_metadata_google.cloud.confidentialcomputing.v1.json

Copy file name to clipboardExpand all lines: packages/google-cloud-confidentialcomputing/samples/generated_samples/snippet_metadata_google.cloud.confidentialcomputing.v1.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-confidentialcomputing",
11-
"version": "0.2.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.