The GA version of Binary Authorization provides an updated REST API and gcloud
command set. Update any scripts or automations that access these interfaces as
follows:
REST API
Use GA REST API endpoints relative to the following URL
https://binaryauthorization.googleapis.com/v1/ instead of
https://binaryauthorization.googleapis.com/v1beta1.
When you create a new attestor when calling the
GA version of the REST API, you send a JSON message that describes the
attestor as part of the request. In the Beta version of the API, the JSON
message contained a field named UserOwnedDrydockNote. In the GA version,
the name of this field is UserOwnedGrafeasNote.
Google Cloud CLI
Use GA gcloud commands in gcloud container binauthz
instead of gcloud beta container binauthz.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-14 UTC."],[],[]]