Google Cloud SDK 243.0.0 introduces several breaking changes, including the deprecation of gcloud ml-engine in favor of gcloud ai-platform and flag renames for AI Platform and Compute Engine. Key new features include extensive GA promotions for Compute Engine flags and command groups, new IP alias support for Cloud Composer, and Cloud Run add-on management for Kubernetes Engine. Minor security updates and command restructuring for Cloud Tasks were also implemented.
Jump to: Annotated Release Notes | Stats 📊
Breaking Changes
- Renamed
--worker-server-countflag ofgcloud ml-engine jobs submit trainingto--worker-count. gcloud app repairwas updated to no longer recreate a deleted service account.- Deprecated the
gcloud ml-enginecommand group. Users should now usegcloud ai-platforminstead. - Changed
--no-guest-environmentto--guest-environmentflag ingcloud compute images import.
Security Updates
- Cloud Firestore Emulator version 1.4.5 added support to allow secure JWTs with warnings. [LOW]
New Features by Service
AI Platform
- Added the
gcloud ai-platformcommand group to replace the deprecatedgcloud ml-engine. - Promoted
gcloud ai-platform versions createandgcloud ai-platform versions updateto beta. - Added the
--enable-console-loggingflag togcloud beta ai-platform models createto enable logging of stderr and stdout streams for online prediction in Stackdriver Logging.- Flags:
--enable-console-logging
- Flags:
Cloud Composer
- Added five new flags to
gcloud beta composer environments createto support IP alias (VPC-native) for Composer environments.- Flags:
--enable-ip-alias,--cluster-ipv4-cidr,--cluster-secondary-range-name,--services-ipv4-cidr,--services-secondary-range-name
- Flags:
Cloud SQL
- Added the
--root-passwordflag togcloud sql instances create.- Flags:
--root-password
- Flags:
Compute Engine
- Promoted
gcloud compute network-endpoint-groupscommand group to GA. - Promoted
--storage-locationand--labelsflags ofgcloud compute disks snapshotto GA.- Flags:
--storage-location,--labels
- Flags:
- Promoted
--network-endpoint-groupand--network-endpoint-group-zoneflags ofgcloud compute backend-services add-backend,remove-backend, andupdate-backendto GA.- Flags:
--network-endpoint-group,--network-endpoint-group-zone
- Flags:
- Promoted
--max-connections-per-endpointand--max-rate-per-endpointflags ofgcloud compute backend-services add-backendandupdate-backendto GA.- Flags:
--max-connections-per-endpoint,--max-rate-per-endpoint
- Flags:
- Promoted
--use-serving-portflag to GA forgcloud compute health-checks http create,https create,http2 create, andssl createcommands.- Flags:
--use-serving-port
- Flags:
- Promoted
--custom-request-headersand--no-custom-request-headersflags ofgcloud compute backend-services createandupdateto GA.- Flags:
--custom-request-headers,--no-custom-request-headers
- Flags:
- Promoted
--no-guest-environment,--network, and--subnetflags ofgcloud compute images importto GA.- Flags:
--no-guest-environment,--network,--subnet
- Flags:
- Promoted
--subnetflag ofgcloud compute images exportto GA.- Flags:
--subnet
- Flags:
- Promoted feature allowing
gcloud beta compute images importandgcloud beta compute images exportto use temporary buckets in the same region as source/destination buckets, avoiding cross-region costs and performance penalties. - Promoted
--container-mount-disk-*flags ofgcloud compute instances create-with-containerandgcloud compute instances update-containerto GA.- Flags:
--container-mount-disk-*
- Flags:
- Promoted
--container-mount-disk-*flags ofgcloud compute instance-templates create-with-containerto GA.- Flags:
--container-mount-disk-*
- Flags:
Kubernetes Engine
- Added
--update-addons=CloudRun=ENABLED|DISABLEDflag to enable and disable the Cloud Run on Google Kubernetes Engine add-on for existing GKE clusters.- Flags:
--update-addons=CloudRun=ENABLED|DISABLED
- Flags:
- Promoted the
--sandboxflag ofgcloud container node-pools createto beta, enabling the requested sandbox on all nodes in the node-pool.- Flags:
--sandbox
- Flags:
API Changes
Cloud Tasks
- Replaced specific commands
gcloud tasks queues create-app-engine-queueandgcloud tasks queues update-app-engine-queuewith genericgcloud tasks queues createandgcloud tasks queues updatein beta and GA.
Stats
- Files changed: 201
- Inserted lines: +6,625
- Deleted lines: -1,941
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.