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.
This commit is contained in:
Yevhenii Shcherbina
2025-11-25 09:17:20 -05:00
committed by GitHub
parent ae2c94b322
commit 5213023fe5
+1 -1
View File
@@ -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"