Skip to content

v1.0.27

Choose a tag to compare

@kearisp kearisp released this 14 Dec 09:14
· 7 commits to master since this release
3536593

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).