Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

21.3.1

Choose a tag to compare

@matthewmichihara matthewmichihara released this 29 Mar 17:07
0bc9290

New Features

  • Initial support for M1-based Apple Silicon Macs: With this update, you can now build and work locally on your M1 Mac with Cloud Code, minikube, and Skaffold for ARM64 targets. Please note that Rosetta 2 is currently required as several dependencies are still x86/64 only, refer to instructions. Follow this GitHub issue for more information and to track the latest updates.

  • New Secret Manager Actions: Secret Manager now comes with more actions, such as enabling, disabling, and destroying secret versions, giving you greater flexibility to manage secrets within your IDE. Within the Secret Manager panel, under the Versions tab, right-click any secret version to access these actions. For a detailed look, see the Managing secrets guide.

    Secret delete
    Secret enable

Updates

  • Reorganized the Cloud Code settings panel to be more intuitive. All CLI dependencies required for Cloud Code can now be found in the Tools > Cloud Code > Dependencies settings panel.

    Settings panel

  • Added support for specifying a VPC Connector when deploying to Cloud Run (fully managed). #2885

  • Added actions for viewing documentation and creating new sample applications to the Kubernetes and Cloud Run explorers.

    Cloud Run actions
    Kubernetes actions

Bug Fixes

  • Fixed a crash that could occur when listing Secret Manager secrets. #2882
  • Fixed crashes that could occur when using the Cloud Run local emulator. #2852, #2830
  • Fixed timeout errors when trying to view Cloud Run services with the API not enabled. #2851
  • Fixed a crash that could occur when trying to use Custom Templates with invalid certificates. #2902