v0.0.1-alpha-6
felipecruz91
released this
03 Feb 16:35
·
315 commits
to main
since this release
Docker Desktop with Extensions capabilities
- mac (intel): https://desktop-stage.docker.com/mac/main/amd64/74289/Docker.dmg
- mac (arm): https://desktop-stage.docker.com/mac/main/arm64/74289/Docker.dmg
- win: https://desktop-stage.docker.com/win/main/amd64/74289/Docker%20Desktop%20Installer.exe
Docker Extensions CLI: please find platform-specific release assets attached below.
Major updates
- Updated docs with UI Guidelines and the Material UI package to replicate Docker Desktop's look & feel.
- New API method
window.ddClient.openExternal(url)
to open external links.
More details
Bug Fixes
- Display a default icon when the extension icon cannot be loaded (e.g. 404 from an external URL).
- Clean up the leftover container after a failed extension install, e.g. when installing non-multi-arch extensions.
- Fix
docker extension validate
command on Windows.
What's Changed
- update wrong image label for icon by @gtardif in #75
- Design guidelines by @mel-manohar in #71
- Remove obsolete
desktop-plugin-version
from all metadata samples & docs by @gtardif in #76 - Update references to desktop-extension-samples by @gtardif in #78
- Add documentation for the openExternal function by @rumpl in #77
- MUI Theme by @mel-manohar in #79
- Nicer confirmation that everything is setup properly at the end of prerequisites by @gtardif in #80
- Update Tailscale sample with
openExternal
API method by @felipecruz91 in #81
New Contributors
- @mel-manohar made their first contribution in #71
Full Changelog: v0.0.1-alpha-5...v0.0.1-alpha-6