From 5213023fe50f7c7624e76832725250b40ae7fb84 Mon Sep 17 00:00:00 2001 From: Yevhenii Shcherbina Date: Tue, 25 Nov 2025 09:17:20 -0500 Subject: [PATCH] chore: update boundary to v0.2.1 (#20920) Update boundary to v0.2.1 which uses sys-admin permissions to work with newer kernel versions. --- dogfood/coder/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dogfood/coder/main.tf b/dogfood/coder/main.tf index f792e15e8a..44cfe1654d 100644 --- a/dogfood/coder/main.tf +++ b/dogfood/coder/main.tf @@ -862,7 +862,7 @@ module "claude-code" { source = "dev.registry.coder.com/coder/claude-code/coder" version = "4.2.1" enable_boundary = true - boundary_version = "v0.2.0" + boundary_version = "v0.2.1" agent_id = coder_agent.dev.id workdir = local.repo_dir claude_code_version = "latest"