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-indexesandgcloud datastore cleanup-indexes. Users should now usegcloud datastore indexes createandgcloud datastore indexes cleanup.
New Features by Service
Cloud SQL
- Added the
--timeoutflag togcloud sql operations waitto support specifying a custom timeout or allowing the command to wait indefinitely.- Flags:
--timeout
- Flags:
Kubernetes Engine
- Modified the output of
gcloud beta container clusters listforDEGRADEDclusters 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 indexescommand group to GA.
Kubernetes Engine
- Promoted the
--disk-typeflag ofgcloud container clusters createandgcloud container node-pools createto GA. - Modified the
--monitoring-serviceflag ofgcloud containers clusters updateto enable Google Cloud Monitoring service with a Kubernetes-native resource model. - Modified the
--logging-serviceflag ofgcloud containers clusters updateto 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.