Skip to content

@cloudflare/containers-shared@0.19.0

Choose a tag to compare

@workers-devprod workers-devprod released this 22 Sep 09:45
· 19 commits to main since this release
51ad2b8

Minor Changes

  • #15703 02c1d83 Thanks @KianNH! - Export shared Container registry image APIs

    Expose listContainerImages, deleteContainerImage, and parseContainerImageTag with their result types so CLI consumers can reuse registry image listing, deletion, and reference validation.

  • #15700 275184d Thanks @KianNH! - Export shared Container SSH APIs

    Expose sshCommand, containersSshOptions, shouldUseStdio, and the ContainerSshArgs type so CLI consumers can reuse Container SSH connection and proxy handling.

Patch Changes

  • #15703 02c1d83 Thanks @KianNH! - Improve Container image listing and deletion

    List all image pages using read-only credentials, validate tags before deletion, and report successful deletion when the garbage-collection request fails.

  • #15700 275184d Thanks @KianNH! - Fix Container SSH connection setup and shutdown

    Prevent SSH connections from stalling during setup and ensure proxy processes exit when sessions close.

  • Updated dependencies [ec5251a]:

    • @cloudflare/config@0.17.0
    • @cloudflare/build-output-utils@0.7.1