github GoogleCloudPlatform/cloud-code-vscode v1.14.0
Cloud Code v1.14.0

latest releases: v2.6.0, v2.0.0, v1.22.1...
2 years ago

Version 1.14.0 (Sept 2021)

New Features

  • New and Improved Kubernetes Development Experience: Your Kubernetes development sessions now have a vastly improved experience with the new Development Sessions explorer!
    Development Sessions Welcome View

    • See exactly which task is executing and the status of each task.
      Development Sessions In Progress
    • View the full session logs.
      Development Sessions Logs Full
    • Or drill down the logs of an individual task to quickly identify errors.
      Development Sessions Logs Drilldown
    • Stream your application logs at the container level.
      Development Sessions Streaming Logs
    • Browse the deployed Kubernetes resources in the cluster, scoped to the session and quickly access the pod terminal.
      Development Sessions Kubernetes Resources - Get Terminal selected
  • Logs Viewer Refresh: Logs Viewer is redesigned to give more room for the logs with no functionality changes.
    New Logs Viewer

    • Introduced pagination control to the logs table, by default the logs table shows 50 entries.
      New Logs Viewer Pagination

Updates

  • Cloud Run Emulator on Local Network: Cloud Run Emulator now includes an option to port forward your service to 0.0.0.0 so you can debug it on other devices on the local network, such as your phone. To use this, check the Make the service accessible from other devices on the local network checkbox in the setup UI, or set externalPortForward in your launch.json configuration to the port you want the service exposed on. #444
  • YAML Editing Support unavailable warning: When editing a Kubernetes YAML file, Cloud Code warns you if it doesn't recognize the schema. When this occurs, verify that the Version and Kind of your YAML configuration is correct.

Bug Fixes

  • Managed Dependency Check Failed #462
  • Extension Failure: Managed Dependencies Off #452
  • Not enough differentiability between GKE resource status markers #425

Don't miss a new cloud-code-vscode release

NewReleases is sending notifications on new releases.