Google Cloud SDK 213.0.0 introduces breaking changes for Cloud Datastore index management, deprecating create-indexes and cleanup-indexes in favor of the newly GA-promoted gcloud datastore indexes command group. It also adds a --timeout flag to gcloud sql operations wait and enhances Kubernetes Engine commands, including the promotion of the --disk-type flag to GA and improved output for degraded clusters. Additionally, the App Engine Python SDK was updated to version 1.9.74.

Jump to: Annotated Release Notes | Stats 📊

Breaking Changes

  • Deprecated gcloud datastore create-indexes and gcloud datastore cleanup-indexes. Users should now use gcloud datastore indexes create and gcloud datastore indexes cleanup.

New Features by Service

Cloud SQL

  • Added the --timeout flag to gcloud sql operations wait to support specifying a custom timeout or allowing the command to wait indefinitely.
    • Flags: --timeout

Kubernetes Engine

  • Modified the output of gcloud beta container clusters list for DEGRADED clusters to include the reason for degradation.

API Changes

App Engine

  • Updated the Python SDK to version 1.9.74.

Cloud Datastore

  • Promoted the gcloud datastore indexes command group to GA.

Kubernetes Engine

  • Promoted the --disk-type flag of gcloud container clusters create and gcloud container node-pools create to GA.
  • Modified the --monitoring-service flag of gcloud containers clusters update to enable Google Cloud Monitoring service with a Kubernetes-native resource model.
  • Modified the --logging-service flag of gcloud containers clusters update to enable Google Cloud Logging service with a Kubernetes-native resource model.

Stats

  • Files changed: 117
  • Inserted lines: +15,428
  • Deleted lines: -2,424

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.