brew upgrade google-cloud-sdk を走らせたときに出た、メッセージのメモ。

$ brew upgrade google-cloud-sdk
...(snip)...
==> Downloading https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-XXX.tar.gz
###################################### 100.0%
All dependencies satisfied.
==> Removing files:
/opt/homebrew/Caskroom/google-cloud-sdk/latest
Password:
==> Unlinking Binary '/opt/homebrew/bin/docker-credential-gcr'
==> Unlinking Binary '/opt/homebrew/bin/gcloud'
==> Unlinking Binary '/opt/homebrew/bin/git-credential-gcloud.sh'
==> Unlinking Binary '/opt/homebrew/etc/bash_completion.d/gcloud'
==> Unlinking Binary '/opt/homebrew/share/zsh/site-functions/_gcloud'
==> Unlinking Binary '/opt/homebrew/bin/gsutil'
==> Unlinking Binary '/opt/homebrew/bin/anthoscli'
==> Unlinking Binary '/opt/homebrew/bin/bq'

==> Running installer script 'google-cloud-sd
Welcome to the Google Cloud CLI!

Your current Google Cloud CLI version is: 517.0.0
The latest available version is: 517.0.0

┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│                                                    Components                                                   │
├───────────────┬──────────────────────────────────────────────────────┬──────────────────────────────┬───────────┤
│     Status    │                         Name                         │              ID              │    Size   │
├───────────────┼──────────────────────────────────────────────────────┼──────────────────────────────┼───────────┤
│ Not Installed │ App Engine Go Extensions                             │ app-engine-go                │   4.5 MiB │
│ Not Installed │ Appctl                                               │ appctl                       │  18.5 MiB │
│ Not Installed │ Artifact Registry Go Module Package Helper           │ package-go-module            │   < 1 MiB │
│ Not Installed │ Cloud Bigtable Command Line Tool                     │ cbt                          │  18.5 MiB │
│ Not Installed │ Cloud Bigtable Emulator                              │ bigtable                     │   7.4 MiB │
│ Not Installed │ Cloud Datastore Emulator                             │ cloud-datastore-emulator     │  36.2 MiB │
│ Not Installed │ Cloud Firestore Emulator                             │ cloud-firestore-emulator     │  46.9 MiB │
│ Not Installed │ Cloud Pub/Sub Emulator                               │ pubsub-emulator              │  62.4 MiB │
│ Not Installed │ Cloud Run Proxy                                      │ cloud-run-proxy              │  11.3 MiB │
│ Not Installed │ Cloud SQL Proxy v2                                   │ cloud-sql-proxy              │  14.2 MiB │
│ Not Installed │ Google Container Registry's Docker credential helper │ docker-credential-gcr        │           │
│ Not Installed │ Kustomize                                            │ kustomize                    │   7.4 MiB │
│ Not Installed │ Log Streaming                                        │ log-streaming                │  16.0 MiB │
│ Not Installed │ Managed Flink Client                                 │ managed-flink-client         │ 383.4 MiB │
│ Not Installed │ Minikube                                             │ minikube                     │  43.5 MiB │
│ Not Installed │ Nomos CLI                                            │ nomos                        │  33.5 MiB │
│ Not Installed │ On-Demand Scanning API extraction helper             │ local-extract                │  22.4 MiB │
│ Not Installed │ Skaffold                                             │ skaffold                     │  33.1 MiB │
│ Not Installed │ Terraform Tools                                      │ terraform-tools              │  63.6 MiB │
│ Not Installed │ anthos-auth                                          │ anthos-auth                  │  20.9 MiB │
│ Not Installed │ config-connector                                     │ config-connector             │  88.7 MiB │
│ Not Installed │ enterprise-certificate-proxy                         │ enterprise-certificate-proxy │   7.6 MiB │
│ Not Installed │ gcloud Alpha Commands                                │ alpha                        │   < 1 MiB │
│ Not Installed │ gcloud Beta Commands                                 │ beta                         │   < 1 MiB │
│ Not Installed │ gcloud app Java Extensions                           │ app-engine-java              │ 128.4 MiB │
│ Not Installed │ gcloud app Python Extensions                         │ app-engine-python            │   3.8 MiB │
│ Not Installed │ gcloud app Python Extensions (Extra Libraries)       │ app-engine-python-extras     │   < 1 MiB │
│ Not Installed │ gke-gcloud-auth-plugin                               │ gke-gcloud-auth-plugin       │   3.3 MiB │
│ Not Installed │ istioctl                                             │ istioctl                     │  23.9 MiB │
│ Not Installed │ kpt                                                  │ kpt                          │  14.4 MiB │
│ Not Installed │ kubectl                                              │ kubectl                      │   < 1 MiB │
│ Not Installed │ kubectl-oidc                                         │ kubectl-oidc                 │  20.9 MiB │
│ Not Installed │ pkg                                                  │ pkg                          │           │
│ Installed     │ BigQuery Command Line Tool                           │ bq                           │   2.8 MiB │
│ Installed     │ Cloud Storage Command Line Tool                      │ gsutil                       │  11.8 MiB │
│ Installed     │ Google Cloud CLI Core Libraries                      │ core                         │  21.3 MiB │
│ Installed     │ Google Cloud CRC32C Hash Tool                        │ gcloud-crc32c                │   1.3 MiB │
└───────────────┴──────────────────────────────────────────────────────┴──────────────────────────────┴───────────┘

For more information on how to get started, please visit:
  https://cloud.google.com/sdk/docs/quickstarts


To install or remove components at your current SDK version [517.0.0], run:
  $ gcloud components install COMPONENT_ID
  $ gcloud components remove COMPONENT_ID

To update your SDK installation to the latest version [517.0.0], run:
  $ gcloud components update

==> Source [/opt/homebrew/share/google-cloud-sdk/completion.zsh.inc] in your profile to enable shell command completion for gcloud.
==> Source [/opt/homebrew/share/google-cloud-sdk/path.zsh.inc] in your profile to add the Google Cloud SDK command line tools to your $PATH.

この時点でインストールした google-cloud-sdk のバージョンは、python@3.11に依存している。

https://github.com/Homebrew/homebrew-cask/blob/439b2ab86bfc2b35a45b8b0a208fdb86e7fc4034/Casks/g/google-cloud-sdk.rb#L19

See Also