Back to Dagger

V0.15.0

.changes/v0.15.0.md

0.20.72.7 KB
Original Source

v0.15.0 - 2024-12-11

🔥 Breaking Changes

  • Container.asService now uses the command specified by withDefaultArgs instead of the last withExec command by @rajatjindal in https://github.com/dagger/dagger/pull/8865
    Users can override the args by providing the args option to asService. They can also configure the container to use the container entrypoint by using useEntrypoint option.

Added

Fixed

What to do next?