This Google Cloud SDK update 222.0.0 deprecates the gcloud container builds command group, urging migration to gcloud builds. It introduces several new features, including private DNS zones, custom Airflow/image versions for Cloud Composer, and enhanced disk mounting for Compute Engine containers. A security update to gcloud iam service-accounts keys create now prevents execution if a user lacks write access to output files.
Jump to: Annotated Release Notes | Stats 📊
Breaking Changes
- The command group
gcloud container buildsis deprecated and will be removed on or after2018-10-31; users should migrate togcloud builds.
Security Updates
- Modified
gcloud iam service-accounts keys createto prevent execution if the user lacks write access to the specified output file, enhancing security by ensuring proper key storage. [MEDIUM]
New Features by Service
Cloud Composer
- Added mutually exclusive flags
gcloud beta composer environments create --airflow-versionandgcloud beta composer environments create --image-versionto specify Apache Airflow or image versions for new environments.- Flags:
--airflow-version,--image-version
- Flags:
Cloud DNS
- Added support for private zones to
gcloud beta dns managed-zoneswith new flagsgcloud beta dns managed-zones --visibilityandgcloud beta dns managed-zones --networks.- Flags:
--visibility,--networks
- Flags:
Cloud SQL
- Added the
--portflag togcloud beta sql connectfor connecting to the Cloud SQL Proxy via a custom port.- Flags:
--port
- Flags:
Compute Engine
- Promoted
--container-mount-disk-*flags forgcloud compute instances create-with-containerandgcloud compute instances update-containerto beta, enabling disk mounting to containers on VMs.- Flags:
--container-mount-disk-*
- Flags:
Firebase Test Lab
- Promoted the
gcloud firebase test ioscommand group to General Availability (GA).
API Changes
Cloud SQL
- Updated
gcloud beta sql connectto use the Cloud SQL Proxy Component for connecting to V2 instances.
Stats
- Files changed: 147
- Inserted lines: +9,499
- Deleted lines: -1,139
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.