Skip to content

Releases: GoogleCloudPlatform/cloud-code-intellij

22.9.3

22 Sep 14:37
8385bd4

Choose a tag to compare

Bug Fixes and Enhancements

  • Kubernetes Explorer actions (stream and tail logs, describe, and get terminal) now use system terminal
  • Miscellaneous bug fixes

22.9.1

09 Sep 16:15
8385bd4

Choose a tag to compare

New Features

  • Streamlined Deployed Resources View for Kubernetes. Cloud Code now has a new “Deployed Resources” view as part of the Kubernetes deployment UI, more clearly exposing the deployed resources for better visibility of what is deployed during the development session.

Bug Fixes

Cloud Code now keeps the history for all search fields such as search for APIs, code snippets, and secrets

22.8.1

04 Aug 20:13
8385bd4

Choose a tag to compare

Note: This is the final release that contains Cloud Code updates for IntelliJ version 2021.2. Starting next release Cloud Code will support versions 2021.3 and above. See our version support policy for more details.

New Features

  • Google Compute Engine Integration. Cloud Code now has Compute Engine (GCE) support right in your IDE!
    • Browse your GCE VMs from the Compute Engine Explorer and pin favorite VMs. Open the explorer by clicking on the new “Compute Engine” tool window panel.
    • View properties of your VMs by clicking on one of your instances.
    • SSH into your VM right from the IDE by right clicking on a VM instance and selecting “Open SSH connection”. Cloud Code will also help you troubleshoot SSH connection problems.
    • Upload files or directories into your remote GCE VM instances. Once files are uploaded, you can easily access them in your instance home directory using the SSH connection.

Bug Fixes

  • Fixed Intellij becomes unresponsive when using Cloud Code. #3087

20.7.1

11 Jul 16:09
8385bd4

Choose a tag to compare

Updates

22.6.2

30 Jun 20:45
8385bd4

Choose a tag to compare

New Features

  • ARM and Apple M platform support. Cloud Code can now build, develop, and debug container images for multiple platforms. You can now deploy images built on ARM machines to Cloud Run and Kubernetes regardless of the target architecture. Cloud Code automatically detects the local and remote architectures and performs cross-architecture builds as needed.
  • UX improvement for developer survey.

Bug Fixes

  • Fixed IDE error caused by App Engine local run.
  • Fixed IDE error caused by custom SDK path parsing in Windows.
  • Fixed IDE error, “User data is not supported”, which appeared when using Google Cloud Storage.
  • Fixed incorrect Google Cloud Console link to GCS page.
  • Improved error message for Cloud Run missing Cloud SDK.

22.6.1-IB.1

23 Jun 19:58
8385bd4

Choose a tag to compare

New Features

  • UX improvement for developer survey.

Bug Fixes

  • Fixed incorrect Google Cloud Console link to GCS page.

22.6.1

21 Jun 13:32
8385bd4

Choose a tag to compare

Updates

  • Small update to the exception reporting clustering logic to help the team better triage exception reports.

22.5.1-IB.2

09 Jun 18:44
8385bd4

Choose a tag to compare

New Features

  • ARM and Apple M platform support. Cloud Code can now build, develop, and debug container images for multiple platforms. You can now deploy images built on ARM machines to Cloud Run and Kubernetes regardless of the target architecture. Cloud Code automatically detects the local and remote architectures and performs cross-architecture builds as needed.

Bug Fixes

  • Improved error message for Cloud Run missing Cloud SDK.
  • Fixed high refresh rate for GCE VM list.
  • Fixed IDE error caused by App Engine local run.
  • Fixed IDE error caused by custom SDK path parsing in Windows.
  • Fixed IDE error, “User data is not supported”, which appeared when using Google Cloud Storage.

22.5.1

31 May 19:54
8385bd4

Choose a tag to compare

Bug Fixes

  • Added message to inform of a required IDE restart after Docker installation.
  • Using Java Spring GCP client libraries links in the API browser specific to the selected API. Previously, Java Spring GCP links would take users to the Java Spring GCP home page.

22.4.2-IB.3

10 May 21:44
8385bd4

Choose a tag to compare

Bug Fixes

  • Fixed a common exception for Windows users of the new Compute Engine Explorer, around path handling.