Skip to content

v0.2.2

Compare
Choose a tag to compare
@gtardif gtardif released this 05 Apr 14:59
· 242 commits to main since this release
31f502c

Docker Desktop with Extensions capabilities

Docker Extensions CLI: please find platform-specific release assets attached below.

Major updates

  • js API library available to use in your extension code, with Typescript support. Allows auto-complete of extension API invocation in your IDE
  • New APIs to get host platform, arch and hostname
  • New API to split output by lines when streaming CLI output (useful to read logs, docker events output, ...)
  • Users will be notified when a new version of an extension is published and will be able to update it
  • docker extension validate validate more extension information required to get extensions working and ready to be included in the Marketplace
More details

More changes

  • docker extension init generates a sample extension using the Docker Extension API library by default
  • Various improvements in the Marketplace (including and extension details popup) and the extension sidebar menus
  • Added new extensions in the Marketplace

Bug Fixes

  • Fixed path paramaters being updated when invoking extension host CLI commands
  • Fixed a quick white flash displayed when opening an extension in Dark mode
  • Fixed cropped icons in the Marketplace

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2