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-check and --https-health-check flags in gcloud beta compute instance-groups managed create. Users should transition to using the --health-check flag instead.

New Features by Service

BigQuery

  • Added the gcloud bq command group to alpha, providing initial support for creating and managing datasets, tables, and jobs.

Cloud Build

  • Added properties builds/use_kaniko and builds/kaniko_cache_ttl to 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
  • Added the --no-cache flag to disable layer caching when using Kaniko with --tag. This is only valid if the builds/use_kaniko flag is True.

Cloud Firestore

  • Added gcloud beta firestore indexes which provides index management capability for Cloud Firestore.

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.
  • Released Cloud Firestore Emulator version 1.2.3 with the ability to produce rule-coverage reports.

Cloud Tasks

  • Updated Cloud Tasks to use the full list of App Engine’s supported regions.

Firebase Test Lab

  • Added support for Android App Bundles to the --app flag in gcloud firebase test android run commands.

API Changes

App Engine

  • Updated the Python SDK to version 1.9.81.
  • Updated the Java SDK to version 1.9.71.

Cloud Build

  • Updated cloud-build-local to version 0.4.3.

Cloud Datastore Emulator

  • Released Cloud Datastore Emulator version 2.0.3, which fixes a bug where read contention errors were being reported as UNKNOWN.

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.

Cloud Storage

  • Updated the gsutil component to version 4.35.

Compute Engine

  • Promoted the --tunnel-through-iap flag of gcloud compute ssh and gcloud compute scp to beta.
  • Promoted the gcloud compute interconnects get-diagnostics command to GA (General Availability).
  • Promoted the --enable-logging flag of gcloud compute firewall-rules create and gcloud compute firewall-rules update to GA (General Availability).

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.