You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Breaking Changes
Removed the previously bundled Docker module and related exports; consumers must switch to using the external @wocker/docker-module integration instead (#27).
Features
Enabled building image presets with a combined build context (preset + project) when operating in “project” preset mode (#27).
Refactoring
Migrated Docker integration from an in-package implementation to the shared Docker module, eliminating duplicated Docker services and protobuf plumbing (#27).
Made preset filesystem access use an injected filesystem driver to better support mocked/in-memory filesystems (#27).
Chore / Maintenance
Simplified beta publishing by replacing the custom beta versioning logic with reusable GitHub Actions for version tagging and beta dependency setup (#27).
Normalized the CLI entry mapping to a direct script path for the executable (#27).
Dependency Updates
Bumped internal package version to 1.0.27 and updated core/testing dependencies accordingly (#27).
Added Docker module and Docker mock module dependencies to support the externalized Docker integration (#27).