Google Cloud SDK 254.0.0 introduces significant advancements across several services. AI Platform and Compute Engine saw major flags and resource policies promoted to General Availability, enhancing training job configuration and disk management. Cloud Pub/Sub gained beta support for controlling message storage regions, alongside important bug fixes for Firestore Emulator, Cloud Run, and Cloud Storage to improve stability and user experience.
Jump to: Annotated Release Notes | Stats 📊
Breaking Changes
- Removed JSON formatting requirement for
bq ls --print_last_token, meaning the command no longer outputs in JSON format, which may impact existing scripts.
New Features by Service
AI Platform
- Promoted several flags for
gcloud ai-platform jobs submit trainingto GA, enabling configuration of training VMs and deployment of custom containers.- Flags:
--master-machine-type,--master-accelerator,--master-image-uri,--worker-count,--worker-machine-type,--worker-accelerator,--worker-image-uri,--parameter-server-count,--parameter-server-machine-type,--parameter-server-accelerator,--parameter-server-image-uri
- Flags:
BigQuery
- Added support for dataset default KMS key.
Cloud Asset Inventory
- Added
--output-path-prefixflag togcloud asset export.- Flags:
--output-path-prefix
- Flags:
- Added new content type
org-policytogcloud asset exportandgcloud asset get-history.
Cloud Pub/Sub
- Promoted
--message-storage-policy-allowed-regionsflag ofgcloud pubsub topics createto beta, allowing control over Cloud regions where published messages are stored at rest.- Flags:
--message-storage-policy-allowed-regions
- Flags:
- Promoted
--recompute-message-storage-policyand--message-storage-policy-allowed-regionsflags ofgcloud pubsub topics updateto beta, allowing control over Cloud regions where published messages are stored at rest.- Flags:
--recompute-message-storage-policy,--message-storage-policy-allowed-regions
- Flags:
Compute Engine
- Added
disk-resource-policyoption to--create-diskflag ingcloud beta compute instance-templates create.- Flags:
--create-disk
- Flags:
- Promoted
gcloud compute resource-policiesto GA. - Promoted resource policies in
gcloud compute disksto GA.
API Changes
Cloud Firestore Emulator
- Fixed bug where
ClearDatawould fail for databases with more than 500 documents in Cloud Firestore emulator v1.6.1. - Fixed bug where Firestore queries with cursors had incorrect boundary behavior in Cloud Firestore emulator v1.6.2.
Cloud Run
- Fixed bug causing unnecessary API enablement prompt when working with Cloud SQL instances.
Cloud Storage
- Updated
gsutilcomponent to 4.40.
Compute Engine
- Fixed bug where
gcloud compute images exportwould create temporary Cloud Storage bucket in US multi-region when destination file is in a different region.
Firebase Test Lab
- Fixed a possible crash when invalid iOS device dimensions are specified for a test run.
Stats
- Files changed: 257
- Inserted lines: +17,550
- Deleted lines: -5,083
Generated by Gemini - View full diff
Google, Google Cloud, and gcloud are trademarks of Google LLC. This analysis was automatically generated by an AI agent examining only public release artifacts, without access to internal or non-public information from Google Cloud.