Google Cloud SDK 229.0.0 introduces significant new features, including an alpha gcloud bq command group for BigQuery, Cloud Firestore index management, and Kaniko integration for Cloud Build with new flags. This release also includes the deprecation of HTTP/HTTPS health check flags in Compute Engine, the promotion of several flags and commands to beta and GA stability levels, and various updates and bug fixes for App Engine, Cloud Datastore, and Cloud Firestore emulators, alongside a gsutil component update.
Jump to: Annotated Release Notes | Stats 📊
Breaking Changes
- Deprecated
--http-health-checkand--https-health-checkflags ingcloud beta compute instance-groups managed create. Users should transition to using the--health-checkflag instead.- File: flags.py:0
New Features by Service
BigQuery
- Added the
gcloud bqcommand group to alpha, providing initial support for creating and managing datasets, tables, and jobs.- File: commands.py:0
Cloud Build
- Added properties
builds/use_kanikoandbuilds/kaniko_cache_ttlto control the use of Kaniko (https://github.com/GoogleContainerTools/kaniko) when using--tag.- Flags:
builds/use_kaniko,builds/kaniko_cache_ttl - File: config.py:0
- Flags:
- Added the
--no-cacheflag to disable layer caching when using Kaniko with--tag. This is only valid if thebuilds/use_kanikoflag isTrue.- Flags:
--no-cache - File: build.py:0
- Flags:
Cloud Firestore
- Added
gcloud beta firestore indexeswhich provides index management capability for Cloud Firestore.- File: commands.py:0
Cloud Firestore Emulator
- Released Cloud Firestore Emulator version 1.2.2 with added support for Java 10 and Java 11 runtimes and enabled IPv6 support by default.
- File: emulator.py:0
- Released Cloud Firestore Emulator version 1.2.3 with the ability to produce rule-coverage reports.
- File: emulator.py:0
Cloud Tasks
- Updated Cloud Tasks to use the full list of App Engine’s supported regions.
- File: locations.py:0
Firebase Test Lab
- Added support for Android App Bundles to the
--appflag ingcloud firebase test android runcommands.- Flags:
--app - File: run.py:0
- Flags:
API Changes
App Engine
- Updated the Python SDK to version
1.9.81.- File: sdk.py:0
- Updated the Java SDK to version
1.9.71.- File: sdk.py:0
Cloud Build
- Updated
cloud-build-localto version0.4.3.- File: update.py:0
Cloud Datastore Emulator
- Released Cloud Datastore Emulator version
2.0.3, which fixes a bug where read contention errors were being reported as UNKNOWN.- File: emulator.py:0
Cloud Firestore Emulator
- Released Cloud Firestore Emulator version
1.2.3, which fixed bugs regarding multiple server timestamps, array ordering during writing/reading, and query cursors containing document names. It also exposed the v1 service definition.- File: emulator.py:0
Cloud Storage
- Updated the
gsutilcomponent to version4.35.- File: update.py:0
Compute Engine
- Promoted the
--tunnel-through-iapflag ofgcloud compute sshandgcloud compute scpto beta.- File: flags.py:0
- Promoted the
gcloud compute interconnects get-diagnosticscommand to GA (General Availability).- File: get_diagnostics.py:0
- Promoted the
--enable-loggingflag ofgcloud compute firewall-rules createandgcloud compute firewall-rules updateto GA (General Availability).- File: flags.py:0
Stats
- Files changed: 130
- Inserted lines: +8,753
- Deleted lines: -1,278
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.