* Rebuilt cbt cli with golang.org/x/net v0.38.0 which fixed CVE-2025-22870.
### Cloud Filestore
* Modified `gcloud filestore regions list` and `gcloud filestore zones list` to limit the number of resources only after filtering the resources for being regions/zones respectively.
* Added `--regions` flag in `gcloud beta run deploy`, and `gcloud beta run multi-region-services`.
### Compute Engine
* Added `--global-producer-forwarding-rule` flag to service attachments. * Fixed crash when running `gcloud compute reset-windows-password` on Windows with Python >= 3.12. * Attempting to run this command would result in the following error: "ctypes.ArgumentError: argument 5: TypeError: expected LP_c_ubyte instance instead of c_byte_Array_276". * This issue was reported at <https://issuetracker.google.com/issues/398776180>. * Added `--snapshot-region` flag to `gcloud beta compute resource-policies create` to create regional snapshots schedule. * Added `goto-next` as an option for `--action` flag for the following commands: - `gcloud compute org-security-policies rules create|update`.
### Database Migration
* Added `--max-concurrent-full-dump-connections`, `--max-concurrent-cdc-connections`, `--max-concurrent-destination-connections` and `--transaction-timeout` flags to `gcloud database-migration migration-jobs update`.
* Added `--confidential-node-type` flag to allow creation of confidential nodes of types: sev, sev_snp_tdx.
### Network Connectivity
* Added `--immutable` flag to `gcloud network-connectivity internal-ranges create` command.
### Security Command Center
* Added `--organization`, `--project`, `--folder` flags to `gcloud scc findings list` command to list source's findings for organization, project and folder levels. * Added `--organization`, `--project`, `--folder` flags to `gcloud scc notifications list` to list scc's notification configs for organization, project and folder levels.
### Workbench
* Added `--reservation-type`,`--reservation-key`,`--reservation-values` flags to `gcloud workbench instances create`.