Google Cloud SDK 248.0.0 introduces several new flags and commands across various services, including --ignore-file for Cloud Build, --custom-vm-gen for Compute Engine, and a new gcloud projects get-ancestors command. A notable breaking change is the removal of potentially harmful initdb, resetdb, and upgradedb subcommands for Cloud Composer, while gcloud scheduler commands were promoted to General Availability.
Jump to: Annotated Release Notes | Stats 📊
Breaking Changes
- Removed support for the deprecated
initdb,resetdb, andupgradedbsubcommands withingcloud composer environments rundue to their potential to be detrimental to the Airflow metadata of existing Composer environments.
New Features by Service
Cloud Build
- Added
--ignore-fileflag togcloud builds submitfor overriding the default.gcloudignorefile.- Flags:
--ignore-file
- Flags:
Cloud Firestore Emulator
- Added support for read-only transactions in Cloud Firestore Emulator version 1.4.6.
Cloud Resource Manager
- Added
gcloud projects get-ancestorscommand to display project ancestors.
Cloud Run
- Added
--connectivityand--allow-unauthenticatedflags togcloud beta run services update.- Flags:
--connectivity,--allow-unauthenticated
- Flags:
Cloud Scheduler
- Promoted the
gcloud schedulercommand group to General Availability (GA).
Compute Engine
- Added
--custom-vm-genflag togcloud compute instances create,create-with-container,import,set-machine-type,instance-template create, andinstance-template create-with-containerto specify the VM generation (N1 or N2) for custom machine types.- Flags:
--custom-vm-gen
- Flags:
- Promoted the
gcloud compute instances os-inventorycommand to beta.
Firebase Test Lab
- Added
--client-detailsflag togcloud beta firebase test android runandgcloud beta firebase test ios runto allow adding additional contextual details to the test run.- Flags:
--client-details
- Flags:
Kubernetes Engine
- Added
--enable-stackdriver-kubernetesflag togcloud beta container clusters update.- Flags:
--enable-stackdriver-kubernetes
- Flags:
API Changes
Cloud Composer
- Removed the deprecated
initdb,resetdb, andupgradedbsubcommands fromgcloud composer environments run.
Cloud Firestore Emulator
- Fixed a bug in Cloud Firestore Emulator version 1.4.6 where some
FieldTransformswere not sending the correct responses.
Stats
- Files changed: 161
- Inserted lines: +8,319
- Deleted lines: -2,188
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.