Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ export const STAGE_SELF_MANAGED_M66 = "$0.0001";
usezombie is in **stealth-mode testing** and pre-production. APIs and agent behavior may change between releases without long deprecation windows. Email [usezombie@agentmail.to](mailto:usezombie@agentmail.to) if you want a hand calibrating an agent or to join as a design partner.
</Tip>

<Update label="Jun 11, 2026" tags={["Internal", "Security"]}>
## Groundwork for kernel-enforced egress allowlists on sandboxed runners

Runner network posture is now selected through the `RUNNER_NETWORK_POLICY` environment variable instead of being hard-wired. Nothing changes in this release β€” the default posture is exactly today's behavior, and the enforced mode stays off until its kernel-level enforcement arrives in an upcoming release.

- **`allow_all`** β€” the default, and what an unset variable resolves to: full outbound access, unchanged from today.
- **`deny_all_egress`** β€” no outbound network at all.
- **`allow_list_egress`** β€” outbound only to permitted destinations; deliberately fails closed with `UZ-RUN-007` until enforcement lands, so it never silently pretends to enforce.
</Update>

<Update label="Jun 10, 2026" tags={["What's new", "API"]}>
## Take runners out of rotation from the Dashboard

Expand Down
Loading