github cloudflare/workers-sdk @cloudflare/containers-shared@0.15.0

Minor Changes

  • #12656 ae047ee Thanks @mikenomitch! - Add --containers-rollout=none

    This allows you to skip deploying a container. This is useful if you know that your container is not going to be updated or you don't have Docker locally, but still want to make changes to your Worker.

Patch Changes

  • #13950 f78d435 Thanks @dario-piotrowicz! - Improve the Docker CLI error message to be more actionable.

    Include a link to Docker installation docs, platform-specific instructions for starting the daemon, and guidance for alternative Docker-compatible CLIs.

  • #13950 f78d435 Thanks @dario-piotrowicz! - Refactor verifyDockerInstalled to accept an options object instead of positional parameters

    The function signature changed from (dockerPath: string, isDev?: boolean) to ({ dockerPath, isDev }: { dockerPath: string; isDev?: boolean }) for improved readability and extensibility.

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.