Skip to content

v0.0.1-alpha-5

Compare
Choose a tag to compare
@gtardif gtardif released this 28 Jan 16:23
· 348 commits to main since this release
775538a

Docker Desktop build with Extensions capabilities

Docker Extensions CLI

Please find platform-specific release assets attached below.

Major updates

  • WSL2 support : the docker extension CLI (docker extension xxx) can be used fro WSL2 in order to develop extensions form a WSL2 terminal
  • Added the ability to execute commands and get live output updates. This also resolves issues with commands returning large output.

Bug Fixes

  • Navigation APIs to a specific container of image return a promise, and might return an error if the UI can't navigate to this container or image
  • Allow to debug/hot reload code from extensions with an org in the image name
  • Exit chrome dev tools (if opened) when navigating away from an extension tab. This voids some crashes of Docker Desktop

What's Changed

Full Changelog: v0.0.1-alpha-4...v0.0.1-alpha-5