* Rebuilt Linux bundled Python for the `gcloud` CLI with setuptools 80.10.1 to fix CVE GHSA-58pv-8j8x-9vj2.
### Cloud Run
* To reduce delay between the end of the build phase and the beginning of the service deployment phase, `gcloud run deploy --source` commands poll the build for completion more frequently. This reduces overall latency for the command.
### Cloud SQL
* Added `gcloud sql users assign-roles` which allows granting new roles and revoking existing roles to/from Postgres/MySQL users. * Added `--database-roles` flag to `gcloud sql users create` to allow granting additional database roles during user creation for Postgres/MySQL. * Added `--destination-project` and `--destination-network` flags to `gcloud sql instances clone` for cross-project clone operations. Both flags must be specified together to perform a cross-project clone.
### Cloud Services
* Add `--group` flag to `gcloud services enable` in beta.
### Compute Engine
* Added `gcloud compute reservations slots list` command in beta. * Added `gcloud compute reservations slots describe` command in beta. * Added `gcloud compute reservations slots list` command in v1. * Added `gcloud compute reservations slots describe` command in v1. * Deprecated `--user-licenses` in `gcloud compute disks create` and `gcloud compute images create`. * Deprecated `--update-user-licenses` and `--clear-user-licenses` in `gcloud compute disks update` and `gcloud compute images update`. * Promote `--instance-selection` and `--instance-selection-machine-types` flags of `gcloud compute instances bulk create` to GA. * Added `--resource-manager-tags` flag to `gcloud compute storage-pools create` in beta. * Added `--resource-manager-tags` flag to `gcloud compute storage-pools create` in v1.
* Added kubelet config options `shutdownGracefulPeriodSeconds` and `shutdownGracefulPeriodCriticalPodsSeconds` to `gcloud container clusters create`, `gcloud container node-pools create`, and `gcloud container node-pools update` command which allows user customization on node graceful shutdown.
### Network Connectivity
* Fix `list` and `describe` for `gcloud beta network-connectivity transports`. * Added `gcloud beta network-connectivity transports update` command. * Clarify `--region` flag for `gcloud beta network-connectivity transports delete`.
### Network Management
* Added `--source-gke-pod` and `--destination-gke-pod` flags to `gcloud network-management connectivity-tests` to allow executing Connectivity Tests to or from GKE Pods. * Updated comments and enum options for `network`, `network-type`, and `project` arguments of `gcloud network-management connectivity-tests`.
### Pubsub Emulator
* Add support for filtering to the Pub/Sub emulator.