Releases: GoogleCloudPlatform/cloud-code-intellij
Releases · GoogleCloudPlatform/cloud-code-intellij
22.9.3
22.9.1
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
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
Updates
- Cloud Code now supports the 2022.2 EAP. Please file any issues on our GitHub page: https://github.com/GoogleCloudPlatform/cloud-code-intellij/issues
22.6.2
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
New Features
- UX improvement for developer survey.
Bug Fixes
- Fixed incorrect Google Cloud Console link to GCS page.
22.6.1
22.5.1-IB.2
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
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
Bug Fixes
- Fixed a common exception for Windows users of the new Compute Engine Explorer, around path handling.