Skip to content

Commit bf7dd04

Browse files
committed
CC-7170: Add compatibility date for containers_pid_namespace
1 parent a68feff commit bf7dd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workerd/io/compatibility-date.capnp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ struct CompatibilityFlags @0x8f8c1b68151b6cef {
13821382
containersPidNamespace @160 :Bool
13831383
$compatEnableFlag("containers_pid_namespace")
13841384
$compatDisableFlag("no_containers_pid_namespace")
1385-
$experimental;
1385+
$compatEnableDate("2026-04-01");
13861386
# When enabled, containers attached to Durable Objects do NOT share the host PID namespace
13871387
# (they get their own isolated PID namespace). When disabled (the default), containers share
13881388
# the host PID namespace.

0 commit comments

Comments
 (0)