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

Minor Changes

  • #15792 479e1e8 Thanks @flakey5! - Configure SSH for experimental Durable Object-managed Containers

    Set containers[].ssh and containers[].authorized_keys when using scheduling_policy: "durable_object". These are application-wide settings that follow the same rules as the existing Durable Object-managed Container settings: normal deployments create missing applications and update explicitly configured values, while omitted settings preserve the existing application configuration.

    // wrangler.jsonc
    {
      "containers": [
        {
          "name": "sandbox",
          "class_name": "Sandbox",
          "scheduling_policy": "durable_object",
          "ssh": { "enabled": true },
          "authorized_keys": [
            { "name": "laptop", "public_key": "ssh-ed25519 AAAA..." }
          ]
        }
      ]
    }

Patch Changes

  • Updated dependencies [479e1e8, 43f7ffb, 15799d4, bdda4c3, fc3cbaa]:
    • @cloudflare/workers-utils@0.42.0
    • @cloudflare/build-output-utils@0.8.0
    • @cloudflare/config@0.18.0
    • @cloudflare/cli-shared-helpers@0.1.38

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.