Skip to content

v0.2.0

Compare
Choose a tag to compare
@gtardif gtardif released this 01 Mar 16:18
· 280 commits to main since this release
edc0125

Docker Desktop with Extensions capabilities

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

Major updates

  • Support for Desktop Linux! 🐧 (see Docker Desktop for Linux - Tech Preview)
  • New set of APIs, old APIs are still supported for backward compatibility and marked deprecated, but will be removed in a next release
  • Support for host bind mounts in extension VM services
More details

More changes

  • docker extension init generates a sample extension using the Docker MUI Theme by default
  • Display an error message when an extension is either not compatible with the current API version of the extension SDK or is not built for the target platform and architecture.
  • Extensions CLI is now signed and notarized.

Bug Fixes

  • Extensions are deleted when uninstalling Docker Desktop
  • Focusing back to Docker Desktop after extension login process fixed on windows
  • Refresh the extensions on the left menu automatically when an extension is installed or uninstalled
  • Fix issues with extension socket names sometimes being too long.

What's Changed

  • Reordering of APIs by categories, minor updates by @gtardif in #82
  • Remove tailscale sample, totally out of date with real taislcale extension by @gtardif in #83
  • Fix main docs title + minor overview update by @gtardif in #84
  • Add documentation about different backend requests authors can make by @rumpl in #86
  • Move the documentation a bit by @rumpl in #90
  • Deploy docs with GHA by @felipecruz91 in #85
  • Fix Netlify GHA by @felipecruz91 in #93
  • Fix links in the UI API overview page by @rumpl in #92
  • Update docs with new versioning info by @felipecruz91 in #72
  • Document API changes (manual approach) by @felipecruz91 in #95
  • Move samples into samples folder by @gtardif in #97
  • Add sample about docker theme, move up design docs by @gtardif in #96
  • Update sample code to use new APIs by @gtardif in #98
  • Add docs for linux CLI install by @gtardif in #99

Full Changelog: v0.0.1-alpha-6...v0.2.0