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

latest releases: @cloudflare/pages-shared@0.13.97, miniflare@4.20260107.0, wrangler@4.58.0...
3 days ago

Minor Changes

  • #11702 f612b46 Thanks @gpanders! - Add support for trusted_user_ca_keys in Wrangler

    You can now configure SSH trusted user CA keys for containers. Add the following to your wrangler.toml:

    [[containers.trusted_user_ca_keys]]
    public_key = "ssh-ed25519 AAAAC3..."

    This allows you to specify CA public keys that can be used to verify SSH user certificates.

  • #11437 9e360f6 Thanks @ichernetsky-cf! - Drop deprecated containers observability.logging field

Patch Changes

  • #11768 2a4299d Thanks @gpanders! - Rename "durable_objects_active" field in ApplicationHealthInstances to "active"

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.