This Google Cloud SDK update 219.0.1 primarily focuses on promoting several Compute Engine and Kubernetes Engine features to beta or GA, notably enhancing KMS key support for disk/image protection and adding private cluster capabilities for GKE. It also includes an update to the App Engine Python SDK and a fix for Unicode issues in the core Cloud SDK.
Jump to: Annotated Release Notes | Stats 📊
New Features by Service
Compute Engine
- Promoted
gcloud compute routers natscommands to beta, enabling Network Address Translation (NAT) configuration for Cloud Routers. - Promoted
gcloud compute interconnects get-diagnosticsto beta, providing diagnostic information for Cloud Interconnects. - Promoted
--kms-key-*flags forgcloud compute disksandgcloud compute imagesto GA, supporting the use of KMS keys for disk and image protection.- Flags:
--kms-key-*
- Flags:
- Promoted
--boot-disk-kms-*flags forgcloud compute instancesandgcloud compute instance-templatesto GA, enabling KMS protection for boot disks.- Flags:
--boot-disk-kms-*
- Flags:
- Promoted
gcloud compute instance-templates create-with-containerfrom beta to GA, providing general availability for creating instance templates with container images.
Interactive
- Promoted
gcloud interactiveto beta, offering an interactive shell experience for gcloud commands.
Kubernetes Engine
- Added
--enable-private-nodes,--enable-private-endpoint, and--master-ipv4-cidrflags togcloud container clusters createfor configuring private clusters.- Flags:
--enable-private-nodes,--enable-private-endpoint,--master-ipv4-cidr
- Flags:
- Added
--internal-ipflag togcloud container clusters get-credentials, allowing credentials to be configured using internal IP addresses.- Flags:
--internal-ip
- Flags:
API Changes
Cloud SDK
- Updated the internal
ruamellibrary to a new version that fixes Unicode issues on OS X and Windows.
App Engine
- Updated the App Engine Python SDK to version 1.9.76, implying underlying API and runtime changes for Python standard environment applications.
Stats
- Files changed: 145
- Inserted lines: +7,051
- Deleted lines: -1,882
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.