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 nats commands to beta, enabling Network Address Translation (NAT) configuration for Cloud Routers.
  • Promoted gcloud compute interconnects get-diagnostics to beta, providing diagnostic information for Cloud Interconnects.
  • Promoted --kms-key-* flags for gcloud compute disks and gcloud compute images to GA, supporting the use of KMS keys for disk and image protection.
    • Flags: --kms-key-*
  • Promoted --boot-disk-kms-* flags for gcloud compute instances and gcloud compute instance-templates to GA, enabling KMS protection for boot disks.
    • Flags: --boot-disk-kms-*
  • Promoted gcloud compute instance-templates create-with-container from beta to GA, providing general availability for creating instance templates with container images.

Interactive

  • Promoted gcloud interactive to beta, offering an interactive shell experience for gcloud commands.

Kubernetes Engine

  • Added --enable-private-nodes, --enable-private-endpoint, and --master-ipv4-cidr flags to gcloud container clusters create for configuring private clusters.
    • Flags: --enable-private-nodes, --enable-private-endpoint, --master-ipv4-cidr
  • Added --internal-ip flag to gcloud container clusters get-credentials, allowing credentials to be configured using internal IP addresses.
    • Flags: --internal-ip

API Changes

Cloud SDK

  • Updated the internal ruamel library 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.