v0.2.3
Docker Desktop with Extensions capabilities
- mac (intel): https://desktop-stage.docker.com/mac/main/amd64/77651/Docker.dmg
- mac (arm): https://desktop-stage.docker.com/mac/main/arm64/77651/Docker.dmg
- win: https://desktop-stage.docker.com/win/main/amd64/77651/Docker%20Desktop%20Installer.exe
- linux: https://desktop-stage.docker.com/linux/main/amd64/77651/docker-desktop.deb
Docker Extensions CLI: please find platform-specific release assets attached below.
Major updates
- New API to open a file selector dialog
- New API to close spawn processes
- Long lived processes started with JS API `exec(streamingOptions) are closed automatically (SIGTERM) when leaving the extension tab.
- Ability to preview how your extension will render in the Marketplace
- Additional extension image labels to provide a detailed description, screenshots and additional links that will appear in extension details page in the Marketplace
docker extension validate
now detect obsolete fieldsname
andprovider
in metadata.json and reports they should be removed.
More details
Bug Fixes
- Fix updating extension that was deleting volumes mentioned in the extension compose files. Updating does now keep volumes and extensions using backend services can store application state in volumes.
What's Changed
- Remove docs site password by @felipecruz91 in #127
- Add details labels to the docs by @felipecruz91 in #125
- Api changes 0.2.3 by @gtardif in #128
- Add docs about previewing image labels rendering by @gtardif in #133
- Fix label doc for screenshots by @benja-M-1 in #135
- Fix typos by @benja-M-1 in #132
- Change link to VM UI extension in doc by @benja-M-1 in #136
- Fix broken link by @gtardif in #137
Full Changelog: v0.2.2...v0.2.3